Here’s what I currently have in the msi file:
Atl.dll
Craxdrt.dll
Crqe.dll
Crviewer.dll
Msvcp60.dll
Msvcrt.dll
Riched20.dll
Ufmanager.dll
CrystalReports_RDC_DesignTime.msm
CrystalReports_RDC_License.msm
CrystalReports_RDC_Reportengine.msm
CrystalReports_RDC_Runtime.msm
When I try to deploy this msi file to a users pc and run the vb project I get the following error:
Could not run Stored Procedure System.TypeInitializationException: The type initializer for "CrystalDecisions.CrystalReports.Engine.ReportDocument" threw an exception. ---> System.Runtime.InteropServices.COMException (0x80040154): COM object with CLSID {F0A36D7F-4068-44B5-809D-9E91AE74FBDB} is either not valid or not registered.
at CrystalDecisions.CrystalReports.Engine.ReportDocument..cctor()
--- End of inner exception stack trace ---
I don’t think I have entered the license code in the CrystalReports_RDC_License.msm. How do I enter this license? Any ideas on any dll’s, msm or exe files that I may be missing?
Atl.dll
Craxdrt.dll
Crqe.dll
Crviewer.dll
Msvcp60.dll
Msvcrt.dll
Riched20.dll
Ufmanager.dll
CrystalReports_RDC_DesignTime.msm
CrystalReports_RDC_License.msm
CrystalReports_RDC_Reportengine.msm
CrystalReports_RDC_Runtime.msm
When I try to deploy this msi file to a users pc and run the vb project I get the following error:
Could not run Stored Procedure System.TypeInitializationException: The type initializer for "CrystalDecisions.CrystalReports.Engine.ReportDocument" threw an exception. ---> System.Runtime.InteropServices.COMException (0x80040154): COM object with CLSID {F0A36D7F-4068-44B5-809D-9E91AE74FBDB} is either not valid or not registered.
at CrystalDecisions.CrystalReports.Engine.ReportDocument..cctor()
--- End of inner exception stack trace ---
I don’t think I have entered the license code in the CrystalReports_RDC_License.msm. How do I enter this license? Any ideas on any dll’s, msm or exe files that I may be missing?