执行水晶报表时出现问题
问题描述:
大家好,
我在说
Hi all,
I am getting problem saying
Could not load file or assembly 'CrystalDecisions.ReportAppServer.ClientDoc, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
请给我解决方案.
Please give me the solution.
答
请给我解决方案
错误陈述不是很清楚吗?
它说:
无法加载文件或程序集''CrystalDecisions.ReportAppServer.ClientDoc,Version = 10.2.3600.0,Culture = neutral,PublicKeyToken = 692fbea5521e1304''
只需提供所说的Crystal dll版本,即可开始使用.要么您引用的版本错误,要么文件在系统上完全丢失.
please give me the solution
Is the error statement not pretty clear?
It says:
Could not load file or assembly ''CrystalDecisions.ReportAppServer.ClientDoc, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304''
Just provide the said version of Crystal dll and you are ready to roll. Either you are referencing a wrong version or the file is completely missing on the system.
好,下面的链接可能会有所帮助:
http://social.msdn.microsoft.com /Forums/zh-CN/vscrystalreports/thread/b0fc930f-5fc8-4475-bfe7-ad56616e838d/ [
Ok, here''s a link that might help:
http://social.msdn.microsoft.com/Forums/en-US/vscrystalreports/thread/b0fc930f-5fc8-4475-bfe7-ad56616e838d/[^]
I believe this error occurs after you deploy your application on the server.Right?
And it works fine on the development computer. That''s because you already have visual studio on the development machine and so the crystal reports dlls are already there on the machine.
On the server, you have to install the crystalreports.
You can download CRRedist2005_x86.msi and run it on the server to install Crystal Reports on your server.
This will solve your problem.