配置错误发生 [英] Configuration Error occure

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

问题描述

配置错误



我安装了devExpress软件。但每当我试图从USB打开网站时它会给我一个错误消息,如



第64行:< add assembly =DevExpress.Web.v7.2,Version = 7.2.2.0,Culture = neutral,PublicKeyToken = 9B171C9FD64DA1D1/>





有什么问题请帮忙



配置错误
描述:处理为此请求提供服务所需的配置文件时发生错误。请查看下面的具体错误详细信息并相应地修改配置文件。

分析器错误消息:无法加载文件或程序集'DevExpress.Web.v7.2,Version = 7.2.2.0,Culture = neutral,PublicKeyToken = 9b171c9fd64da1d1'或其依赖项之一。该系统找不到指定的文件。

来源错误:


第62行:< 添加 程序集 = Microsoft.ReportViewer.Common,Version = 9.0.0.0,Culture = neutral,PublicKeyToken = B03F5F7F11D50A3A / >
第63行:< 添加 程序集 = System.Web.Extensions,Version = 1.0.61025.0,Culture = neutral,PublicKeyToken = 31BF3856AD364E35 / < span class =code-keyword>>
第64行:< 添加 程序集 = DevExpress.Web.v7.2,Version = 7.2.2.0,Culture = neutral,PublicKeyToken = 9B171C9FD64DA1D1 / >
第65行:< add assembly = DevExpress.Data.v7.2,Version = 7.2.2.0,Culture = neutral,PublicKeyToken = 9B171C9FD64DA1D1 / >
第66行:< add assembly = DevExpress.Web.ASPxEditors.v7.2, Version = 7.2.2.0,Culture = neutral,PublicKeyToken = 9B171C9FD64DA1D1 / >


源文件:C:\ Users \ Qadir \Desktop \ UPDATE1 \web.config行:64

装配加载跟踪:以下信息可以帮助确定无法加载程序集'DevExpress.Web.v7.2,Version = 7.2.2.0,Culture = neutral,PublicKeyToken = 9b171c9fd64da1d1'的原因。


WRN:程序集绑定日志记录已关闭。
要启用程序集绑定失败日志记录,请将注册表值[HKLM \Software\Microsoft \Fusion!EnableLog](DWORD)设置为1.
注意:程序集绑定会导致一些性能损失故障记录。
要关闭此功能,请删除注册表值[HKLM\Software\Microsoft\Fusion!EnableLog]。

解决方案

请按照以下指定步骤确定确切的问题



1)检查 DevExpress.Web.v7.2 dll 在具有指定版本的系统中存在,

如果你的系统中存在上面的dll然后做一件事就粘贴这个dll就是你的解决方案文件夹或应用程序的bin文件夹,你确切地知道这个错误。 />


2)如果系统以及解决方案或bin目录中存在dll,则检查机器配置(您的机器具有32位操作系统或64位操作系统)和另请检查您的dll DevExpress.Web.v7.2 dll是32位版本还是64位版本。您可以使用实用程序 http://查看版本www.dependencywalker.com/ [ ^ ]

将告诉dll的版本是什么。



3)您还可以使用 DependencyWalker

来检查DevExpress.Web.v7.2 dll

是否缺少任何依赖dll / p>

Configuration Error

i hve installed the software devExpress. but whenever i tried to open website from usb it gives me a error message like

Line 64: <add assembly="DevExpress.Web.v7.2, Version=7.2.2.0, Culture=neutral, PublicKeyToken=9B171C9FD64DA1D1"/>


what is the problem please help

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.v7.2, Version=7.2.2.0, Culture=neutral, PublicKeyToken=9b171c9fd64da1d1' or one of its dependencies. The system cannot find the file specified.

Source Error:


Line 62:         <add assembly="Microsoft.ReportViewer.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 63:         <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
Line 64:         <add assembly="DevExpress.Web.v7.2, Version=7.2.2.0, Culture=neutral, PublicKeyToken=9B171C9FD64DA1D1"/>
Line 65:         <add assembly="DevExpress.Data.v7.2, Version=7.2.2.0, Culture=neutral, PublicKeyToken=9B171C9FD64DA1D1"/>
Line 66:         <add assembly="DevExpress.Web.ASPxEditors.v7.2, Version=7.2.2.0, Culture=neutral, PublicKeyToken=9B171C9FD64DA1D1"/>


Source File: C:\Users\Qadir\Desktop\UPDATE1\web.config    Line: 64

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


WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

解决方案

Please follow below specified steps to determine what exact problem is there

1)Check that DevExpress.Web.v7.2 dll is present in system with specified version ,
if above dll is present in your system then do one thing paste this dll is your solution folder or bin folder of application where exactly you are getting this error.

2)If dll is present in system as well as in solution or bin directory then check machine configurion (your machine is having 32 bit operating system or 64 bit operating system)and please also check that your dll DevExpress.Web.v7.2 dll is 32 bit version or 64 bit version.you can check version with utility http://www.dependencywalker.com/[^]
which will tell what is the version of the dll.

3)you can check also that any dependent dll is missing for DevExpress.Web.v7.2 dll
using DependencyWalker


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

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