Click here to Skip to main content
15,917,565 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have developed an application and works perfectly as it was expected but when i tried to install to other desktop it throws an exception to me. i wonder why. when i tried to install the Visual studio client machine where i deployed my project it works again.can someone help me and show some light where am i doing wrong

i badly need a he
Posted

when i tried to install the Visual studio client machine where i deployed my project it works again
The version of Crystal decisions dll that is getting installed is the correct version of dll that is used and referenced in your application. Thus, the issue is no more there once you install the VS you are using. Without which, dll is not found and referenced assembly is not found.
 
Share this answer
 
Sounds like the crystal modules need installing on the target machine.

How have you installed your project - Did you create an installer? Did you include the merge modules for crystal?

Have a look here
http://social.msdn.microsoft.com/Forums/en-US/vscrystalreports/thread/b70c896a-6844-48bb-a966-63a3f589a0f1[^]

See people mention the MSI files for the redistribution?

e.g. (that's for 2008, there are different versions available)
http://resources.businessobjects.com/support/downloads/redistributables/vs_2008/redist/x86/CRRedist2008_x86.msi[^]

Run the MSI on the machine that needs crystal reports & it should be OK
 
Share this answer
 

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