Publishing application with Crystal Report
-
Hi, I need your help. I'm trying to publish my application using the Publish tab from the Solution Explorer > Properties.. It produced the exe file and everything, and when i tried to install it in another PC, the error shows: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception. I was wondering how i could include in the Publish all the necessary files for the Crystal Report? So that if I install it in another PC, only my Setup.exe is needed and no other external installation will be needed. Thank you! Application was developed using Visual Studio 2005 and .Net 2.0 Framework Regards, Grace
-
Hi, I need your help. I'm trying to publish my application using the Publish tab from the Solution Explorer > Properties.. It produced the exe file and everything, and when i tried to install it in another PC, the error shows: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception. I was wondering how i could include in the Publish all the necessary files for the Crystal Report? So that if I install it in another PC, only my Setup.exe is needed and no other external installation will be needed. Thank you! Application was developed using Visual Studio 2005 and .Net 2.0 Framework Regards, Grace
Try following on publish tab click the 'Prerequistie' button. This action open a window and then select 'Crystal Reports for .NET framework 2.0 ' option hope this helps
Rupesh Kumar Swami Software Developer, Integrated Solution, Bikaner (India) My Company Award: Best VB.NET article of June 2008: Create Column Charts Using OWC11
-
Hi, I need your help. I'm trying to publish my application using the Publish tab from the Solution Explorer > Properties.. It produced the exe file and everything, and when i tried to install it in another PC, the error shows: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception. I was wondering how i could include in the Publish all the necessary files for the Crystal Report? So that if I install it in another PC, only my Setup.exe is needed and no other external installation will be needed. Thank you! Application was developed using Visual Studio 2005 and .Net 2.0 Framework Regards, Grace
Check whether all the crystalDecisions Dll files are included in the setup..
Salai