本文介绍了如何在框架3.5环境中使用Crystalreport 13.0的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时删除!!

我在Windows服务器上收到此错误但在localhost中工作正常



无法加载文件或程序集'CrystalDecisions.Web,Version = 13.0.2000.0, Culture = neutral,PublicKeyToken = 692fbea5521e1304'或其中一个依赖项。系统找不到指定的文件。





I am getting this error on windows server but its work fine in localhost

Could not load file or assembly 'CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.


%@ Page Language="C#" AutoEventWireup="true" CodeFile="XYZ.aspx.cs" Inherits="XYZ" %>
Line 2:
Line 3:  <%@ Register Assembly="CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"

Line 4:      Namespace="CrystalDecisions.Web" TagPrefix="CR" %>

推荐答案


这篇关于如何在框架3.5环境中使用Crystalreport 13.0的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

1403页,肝出来的..

09-08 16:55