Click here to Skip to main content
15,914,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Getting exception while deploy the windows project in client meachine'CrystalDescisions.CrystalReports.Engine,Version=13.0.2000.0,Culture=neutral,PublicKey Token=692fbea5521304' plz answer as soon as possible
Posted

try this one
http://vb.net-informations.com/crystal-report/vb.net_crystal_report_deployment_setup.htm[^]

or add manually crystal report merge modules

http://www.businessobjects.com/jump/xi/crvs2010/us2_default.asp[^]

there is one more thing need to install dot net framework 4.0 instead of .net framework 4.0 client profile
 
Share this answer
 
Comments
sambasiva_rao 6-Aug-12 5:49am    
hi, i deployed the application in that way include with merge modules,and i am working with crystalreport for VS2010 how i slove that exception.PLz answer
Hi,
While deploying the windows application which has SAP crystal report 13.0 version we need to add merge modules of CRRuntime_13_0.msm (32bit) and add the corresponding dlls.
steps to deploy crystal reports:-
________________________________

1. Right click on Solountion and choose project setup
2. Click ok and right click on project setup
3. Choose Add -> Goto merge modules -> choose CRRuntime_13_0.msm
4. Add -> Goto assembly -> Add CrystalDescion.Report.Engine.dll (It should be SAP Business object related dll version 13.0.1.220)
5. Add -> Goto assembly -> Add CrystalDescion.Windows.Forms.dll (It should be SAP Businees object related dll version 13.0.1.220)
6. Build solution and Build setup

Now the Crystal reports open in client meachine.

follow the link:- http://wiki.sdn.sap.com/wiki/display/BOBJ/Using+Crystal+Reports+for+Visual+Studio+2010+Merge+Modules+%28MSM%29+to+create+a+Setup+project[^]
 
Share this answer
 
v2

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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