配置错误 
说明: 在处理向该请求提供服务所需的配置文件时出错。请检查下面的特定错误详细信息并适当地修改配置文件。 分析器错误信息: 找不到文件或程序集名称“CrystalDecisions.ReportSource”,或找不到它的一个依赖项。源错误: 
行 13:           调试 ASP.NET 文件的文档。
行 14:     -->
行 15:     <compilation defaultLanguage="c#" debug="true"><assemblies><add assembly="CrystalDecisions.CrystalReports.Engine, Version=9.2.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.ReportSource, Version=9.2.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.Shared, Version=9.2.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.Web, Version=9.2.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=9.2.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/></assemblies></compilation>
行 16: 
行 17:     <!--  自定义错误信息
 源文件: E:\web\gsbs\web.config    行: 15 程序集加载跟踪: 下列信息有助于确定程序集“CrystalDecisions.ReportSource”无法加载的原因。
=== Pre-bind state information ===
LOG: DisplayName = CrystalDecisions.ReportSource, Version=9.2.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304
 (Fully-specified)
LOG: Appbase = file:///E:/web/gsbs
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
LOG: Post-policy reference: CrystalDecisions.ReportSource, Version=9.2.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/gsbs/b07f490a/3bae842d/CrystalDecisions.ReportSource.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/gsbs/b07f490a/3bae842d/CrystalDecisions.ReportSource/CrystalDecisions.ReportSource.DLL.
LOG: Attempting download of new URL file:///E:/web/gsbs/bin/CrystalDecisions.ReportSource.DLL.
LOG: Attempting download of new URL file:///E:/web/gsbs/bin/CrystalDecisions.ReportSource/CrystalDecisions.ReportSource.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/gsbs/b07f490a/3bae842d/CrystalDecisions.ReportSource.EXE.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/gsbs/b07f490a/3bae842d/CrystalDecisions.ReportSource/CrystalDecisions.ReportSource.EXE.
LOG: Attempting download of new URL file:///E:/web/gsbs/bin/CrystalDecisions.ReportSource.EXE.
LOG: Attempting 
 
这个到底是什么问题?
我今天下载了Crystal9.2.zip版本.自己机子 和服务器上都安装了,
但是在自己机子上可以运行.到服务器上就不行了.
我也查了相关资料 但是还是解决不了
谁知道这是什么原因么?还有个要怎么卸载vs自带的水晶报表9?
因为有人说安装9.2时候最后卸载掉自带的版本,,但是不知道怎么卸载
在删除添加程序里面没看到.我是直接安装上去的.
会不会跟这种有关系?
谢谢帮忙看看

解决方案 »

  1.   

    http://dev.csdn.net/article/77848.shtm
    楼主看看这个吧
    我以就是这样做的
      

  2.   

    你服务器上水晶报表的版本的问题!
    将下面的东西全部移除掉。
    <assemblies><add assembly="CrystalDecisions.CrystalReports.Engine, Version=9.2.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.ReportSource, Version=9.2.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.Shared, Version=9.2.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.Web, Version=9.2.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=9.2.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/></assemblies>
      

  3.   

    我两边 版本装的都一样啊
    都是9.2版本的,
    老是提示这个错误
    找不到文件或程序集名称“CrystalDecisions.ReportAppServer.ClientDoc”,或找不到它的一个依赖项
    如果把 CrystalDecisions.ReportAppServer.ClientDoc.dll
    放在bin地下 又会提示不匹配?这是什么原因