Wednesday, June 17, 2009

Creating Setup on Visual Studio Crystal Reports "Property 'License Key' is non-nullable"

Property 'License Key' is non-nullable
If you haved encountered this error while building your setup project in .net 1.1 follow the following steps:
1. On Visual Studio .NET, Click Help > About.
2. Copy the Crystal Report Key that looks like this AAP50-GS00000-U1000RN.
3. On the Setup Project, search for Crystal_regwiz2003.msm.
4. Open its properties and copy the licence key to the mergemoduleproperties > license key property.
5. Build your setup.

No comments:

Post a Comment