The setup file created for the my VB .NET Project which has crystal reports in it, has few dependencies listed below:
CrystalDecisions.ReportAppServer.Prompting.dll
Flash32_11_7_700_224.ocx
FlashControlV71.dll
log4net.dll
Microsoft.ReportViewer.Common.dll
Microsoft.ReportViewer.DataVisualization.dll
Microsoft.ReportViewer.ProcessingObjectModel.dll
Microsoft.ReportViewer.WinForms.dll
ShockwaveFlashObjects.dll
stdole.dll
When I run the setup file on my local pc, then in spite of these dependencies, it works well because Microsoft Visual Studio is installed in my pc. However when I tried running the setup file in one of client machine, then the setup gets installed successfully
and my application works fine, but while opening any report, it throws an error, and I have installed crystal report runtime CRRuntime_64bit_13_0_9.msi at the client machine.
System.TypeInitializationException: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' 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. T
Please suggest me what should i do to resolve this problem.