Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

.net application and crystal report deployment

Status
Not open for further replies.

anurc

Programmer
Jul 11, 2002
18
US
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.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top