使用c#或vb.net在asp.net中的Crystal报表 [英] crystal reports in asp.net using c# or vb.net

查看:132
本文介绍了使用c#或vb.net在asp.net中的Crystal报表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

无法加载文件或程序集''CrystalDecisions.CrystalReports.Engine, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304''或其依赖项之一.系统找不到指定的文件.
当我使用Crystal报表时,错误是comimg
解决方法
代码为

Could not load file or assembly ''CrystalDecisions.CrystalReports.Engine, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304'' or one of its dependencies. The system cannot find the file specified.
error is comimg when i am using crystal reports
how it is solve
the code is

<assemblies>
    <add assembly="CrystalDecisions.CrystalReports.Engine, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
    <add assembly="CrystalDecisions.ReportSource, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
    <add assembly="CrystalDecisions.Shared, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
    <add assembly="CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
    <add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" /></assemblies>

推荐答案

,这是因为系统无法找到所需的Crystal Report DDL.尝试从您的PC中取消所有先前版本的Crystal Reports版本,并仅安装一个Crystal Reports最新版本.

当您同时在同一台计算机上安装vs2008和vs2010时,也会出现此问题,因此取消安装vs2008
this is becouse the system is unable to find required ddl of crystal report. try to unistal all previouse verions of crystal reports from your pc and instal only one crystal reports latest version.

this problem also appears when you have both vs2008 and vs2010 instaled on same machine so uninstal vs2008


检查程序集的
Check your assembly for the
CrystalDecisions.CrystalReports.Engine

如果是版本13.0.2000.0
另请从下载 [

if Version 13.0.2000.0
other wise download from Here[^]

Thanks
--RA


转到

步骤1 :C:\ Program Files \ Microsoft SDKs \ Windows \ v6.0A \ Bootstrapper \ Packages \ CrystalReports10_5

并运行CRRedist2008_x86.msi文件.


第2步
然后转到
C:\ Program Files \ Business Objects \ Common \ 2.8 \ managed
然后拿起您想要的Dll.


希望对您有帮助!
当我遇到错误时Becoz
那时我做同样的事情,那么它将得到解决.



还要检查将报告部署到的服务器上的版本.
谢谢
@ChetanV @
Go To

Step 1 :C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\CrystalReports10_5

and run the CRRedist2008_x86.msi File.


Step 2
then Go To
C:\Program Files\Business Objects\Common\2.8\managed
then Pick up Dll Which You Want.


hope this will help u!
Becoz when i get thhis error
that time i done the same thing then it will be solved.



And Also Check The Version On server Where you deploye that report.
Thank You
@ChetanV@


这篇关于使用c#或vb.net在asp.net中的Crystal报表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆