I have .net enterprise developer version loaded on my development system and created some crystal reports. It worked great on my development machine that has the whole .Net studio on it. On our production machine, all I have is the framework and it runs .Net apps great but when I tried to run the app with the Crystal report on it, I came up with a CrystalDecision error.
After some research I found some help doc and I followed the help documentation and tried to add regwiz.msm to the deployment project. But the deployment project did not build, erroring out at the pre-build validation for project with a message "Property 'License Key' is non-nullable".
Another thing i noticed is that in the help document it is mentioned that the required MSI merge modules for redistributing the crystal reports can be found in "C:\Program Files\Microsoft Visual Studio .NET\Crystal Reports\Redist" directory. But in my machine such an msm is found in the "C:\Program Files\Common Files\Merge Modules" directory. I tried to add these msm to my deployment project which gave me licence error.
Any help appreaciated. Thanks in advance.
After some research I found some help doc and I followed the help documentation and tried to add regwiz.msm to the deployment project. But the deployment project did not build, erroring out at the pre-build validation for project with a message "Property 'License Key' is non-nullable".
Another thing i noticed is that in the help document it is mentioned that the required MSI merge modules for redistributing the crystal reports can be found in "C:\Program Files\Microsoft Visual Studio .NET\Crystal Reports\Redist" directory. But in my machine such an msm is found in the "C:\Program Files\Common Files\Merge Modules" directory. I tried to add these msm to my deployment project which gave me licence error.
Any help appreaciated. Thanks in advance.