Click here to Skip to main content
15,893,381 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
when i am printing report it gives error.
Could not load file or assembly 'CrystalDecisions.ReportAppServer.CommLayer, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
please help to solve problem ii am using asp.net with c# and VS 2008
following is the link of the web site:
http://www.panachegreentech.com[^]
Posted
Updated 26-Jul-13 2:08am
v2
Comments
[no name] 26-Jul-13 6:51am    
"The system cannot find the file specified" is pretty clear is it not?
Member 8825505 26-Jul-13 6:54am    
it is clear but in system
CrystalDecisions.ReportAppServer.CommLayer
there is no dll called this.
[no name] 26-Jul-13 7:23am    
And does that not tell you something?
raj ch 26-Jul-13 7:06am    
may be crystal report version mismatch

Quote: StackOverFlow.
You need to install Crystal on the server using the provided msi for the vs2008 version...

C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\CrystalReports10_5\CRRedist2008_x86.msi

Installing this will add the required CR assemblies to the GAC. You should not add them to your app's bin folder.


Quote:MSDN
1. Have you make sure the CR version has been installed correctly on your site?
2. Please make sure the application pool operate on Local Service
3. Please mke sure crystalreportviewer and aspnet_client folders are copied to your folder
4. Grant the permission to your folder
 
Share this answer
 
C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\CrystalReports10_5\CRRedist2008_x86.msi
is not installing.i will start and stop automatically.
i have allso tried this
http://csharp.net-informations.com/crystal-reports/csharp-crystal-merge-module.htm
but i am not getting this dll
CrystalReportsRedist2005_x86.msm
Microsoft_VC80_ATL_x86.msm
policy_8_0_Microsoft_VC80_ATL_x86.msm
please help to resolve this problem.
 
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