Click here to Skip to main content
15,894,100 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi...
I am preparing setup file for windows application using ms access .mdb file.
I am added references in main project:
crystaldecisions.crystalreports.engine.dll
crystaldecisions.reportsource.dll
crystaldecisions.shared.dll
crystaldecisions.data.adodotnetinterop.dll, etc.
am done in setup build successfully, but it is not working in windows-8 when i click on reports time. It is showing erroe like:
C#
could not load file or assembly'crystaldecisions.crystalreports.engine,version=13.0.2000.0,Culture=neutral,PublicKeyToken=692fbea5521e1304' or one of its dependence. The system cannot find the file specified.

Its working in windows-7.
Please help me. Thank u
Posted
Updated 28-Apr-14 22:50pm
v2
Comments
Gopi Kishan Mariyala 29-Apr-14 3:50am    
I think the machine that runs windows 8 does not have crystal report dlls. While building setup file for your app are you including all dll's required by the application in exe?
_Asif_ 29-Apr-14 6:20am    
Instead of adding crystal Dlls one by one, its better to execute the crystal installer on the destination machine. You can make crystal installer part of your own setup
[no name] 29-Apr-14 6:47am    
Can i known from u?, when i instal the setup file in client machine, may i instal .net frame work and crystal reports?
_Asif_ 29-Apr-14 6:55am    
Yes, you can, but in most of the cases you don't need to install Dot Net as its pre-installed. You only need to install Crystal Report
[no name] 29-Apr-14 7:09am    
thank u very much.

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