将asp.net文件部署到iis服务器后的配置错误 [英] Configuration error after deploying asp.net files into iis server

查看:136
本文介绍了将asp.net文件部署到iis服务器后的配置错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,

我已经在生产服务器上部署了我的网站.
但是在访问该网站时,我正在遵循配置错误".

配置错误
说明:在处理服务于此请求所需的配置文件期间发生错误.请查看下面的特定错误详细信息,并适当地修改您的配置文件.

解析器错误消息:无法加载文件或程序集"Microsoft.AnalysisServices.AdomdClient,版本= 9.0.242.0,区域性=中性,PublicKeyToken = 89845dcd8080cc91"或其依赖项之一.系统找不到指定的文件

Hello,

I have deployed my web site on the production server.
But while accessing the web site, i am getting following "Configuration Error".

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 ''Microsoft.AnalysisServices.AdomdClient, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'' or one of its dependencies. The system cannot find the file specified

Source Error:

Line 23:        <compilation debug="true">
Line 24:            <assemblies>
Line 25:                <add assembly="Microsoft.AnalysisServices.AdomdClient, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/>
Line 26:                <add assembly="Microsoft.SqlServer.BatchParser, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/>
Line 27:                <add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>


Source File: \web.config    Line: 25

Assembly Load Trace: The following information can be helpful to determine why the assembly 'Microsoft.AnalysisServices.AdomdClient, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' 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].




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3607; ASP.NET Version:2.0.50727.3082




请帮忙.

提前谢谢.

问候,
Swati.




Kindly help.

Thanks in advance.

Regards,
Swati.

推荐答案

Swati_g1985写道:
Swati_g1985 wrote:

无法加载文件或程序集'' Microsoft.AnalysisServices.AdomdClient

Could not load file or assembly ''Microsoft.AnalysisServices.AdomdClient



鉴于错误的原因是用简单的英语显示,问题必须是,什么使您认为IIS在说谎并且该dll实际上在那里?



Given that the reason for the error is there in plain English, the question must be, what makes you think that IIS is lying and that this dll is in fact there ?


这篇关于将asp.net文件部署到iis服务器后的配置错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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