I need to run a C# application that use crystal reports, but it says that Assemblies is missing
Do I need to install something in the server, I have copied the crystal dlls but it does not open the report...
Thanks
Bruno
I need to run a C# application that use crystal reports, but it says that Assemblies is missing
Do I need to install something in the server, I have copied the crystal dlls but it does not open the report...
Thanks
Bruno
Running C# with Crystal
Bill House
The problem is not in my machine with the Visual studio but when I send it to the server that will runs the application.
In my machine it runs normally...
Angela from Colombia
If you are using vs.net, crystal reports component is included in the package of vs.net. Please essure that you include the crystal reports during installation. If you upgrade a higher version of crystal reports, upon installing the newer version of crystal reports it automatically updates the .net crystal reports component. You can reinstall your vs.net to make sure your application may not encounter your problem.
HTH
Michael Castillones
Ritesh Patel
Thanks,
What is the .msm file that I need to download
And does the setup identify and install it automatically
Bruno
Saul45521
Check the dependencies with Dependency Walker for example.
More information aboud Dependency Walker, see:
http://www.dependencywalker.com/
jproberts
agos
hi there,
Add references to the following in your app:
CrystalDecisions.CrystalReports.Engine
CrystalDecisions.ReportSource
CrystalDecisions.Shared
Hope this helps.
Regards,
neolace