Click here to Skip to main content
15,883,623 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I've C# app with crystal report. And I tried many time to deploy it, but I couldn't . Because of merge module file is n't complete and I have VS2010 on my PC the app works find ,but on other computers it gives them error like this:

System .typeinitializationException: The type initialize for
'CrystalDecisions.CrystalReportDocument'threw an exception
System.IO.FileNotFoundException:Could not load file or assembly
'CrystalDecisions.ReportAppServer.CommLayer,Version=13.0.2000.0, Culture=neutral,PublicKeyToken=692fbea5521e1304'or one of its dependencies at CrystalDecisions.CrystalReports.Engine.ReportDocument.cctor()
End of inner exception stack trace
at CrystalDecisions.CrystalReport.Engine.ReportDocument,ctor()
at CrystalDecisions.CrystalReport.Engine.ReportClass.ctor()


Also, before deploying it gave this error
Unable to find module dependency with signature 'ATL.Policy.66332652_9C28_58B1_FF1F_C8B3B9A1E18E'
Posted

1 solution

MSDN[^]
CodeProject[^]
cSharp.net[^]
have its answer, take a look ;)
 
Share this answer
 
Comments
Member 8584763 9-Dec-12 5:54am    
Where to get the messing files

Crystal_Database_Access2003.msm
Crystal_Database_Access2003_enu.msm
Crystal_regwiz2003.msm
Microsoft_VC80_ATL_x86.msm
policy_8_0_Microsoft_VC80_ATL_x86.msm

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900