我如何清除此错误 [英] How Di I Clear This Error

查看:77
本文介绍了我如何清除此错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Server Error in '/' Application.

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Could not load file or assembly 'DevExpress.Web.v13.2, Version=13.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one of its dependencies. The system cannot find the file specified.

Source Error:


Line 35:        <compilation debug="true" strict="false" explicit="true" targetFramework="4.0">
Line 36:            <assemblies>
Line 37:                <add assembly="DevExpress.Web.v13.2, Version=13.2.5.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/>
Line 38:                <add assembly="DevExpress.Data.v13.2, Version=13.2.5.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/>
Line 39:                <add assembly="DevExpress.Printing.v13.2.Core, Version=13.2.5.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/>

Source File: D:\inetpub\vhosts\synionicwarranty.com\httpdocs\web.config    Line: 37

Assembly Load Trace: The following information can be helpful to determine why the assembly 'DevExpress.Web.v13.2, Version=13.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' could not be loaded.







从哪里我可以加载这个程序集..?




from where i can load this assemblies..?

推荐答案

你好,



它好像你错过了项目中的一些dll。



请按照以下步骤解决您的问题。



1.我希望您在系统中安装了devexpress。假设poth为c:\devExpress \



2.在Visual Studio中打开项目或解决方案并右键单击解决方案,只需选择在浮动菜单中添加参考。



3.选择上述devExpress位置中可用的dll。这些dll只是移入你解决方案的bin文件夹。



4.现在编译应用程序。



在某些情况下,你可能会在你的应用程序中引用上面的dll。

你应该检查一下,你是应用程序池使用与程序集兼容。

我过去遇到过这类错误。请检查dll是32位还是64位。

如果是32位,则打开IIS并选择相应的应用程序池,然后转到高级设置和启用32位应用程序 真实。



希望这会有所帮助!



谢谢!



S Francis

我的ASPDotNet博客


这篇关于我如何清除此错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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