托管asp .net网站后出错 [英] Error after hosting the asp .net web site

查看:77
本文介绍了托管asp .net网站后出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



安装dotnet framework 3.5 SP1后出错





Hi,
Error after installing dotnet framework 3.5 SP1


Server Error in '/RSBYREPORTS' 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 'System.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.

Source Error:


Line 28:            <assemblies>
Line 29:                <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 30:                <add assembly="System.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Line 31:                <add assembly="System.Web.Extensions, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
Line 32:                <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>


Source File: F:\rajithaonline\RSBYREPORTS\RSBY reports site 20 Oct 2012\web.config    Line: 30

Assembly Load Trace: The following information can be helpful to determine why the assembly 'System.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' 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].

推荐答案

在错误的最后两个段落中你可以找到发生的事情只是你的主机没有你的装配组件所需的资源所以你需要得到那些dll并上传它们并引用它们在你的代码中使用他们的功能主义者。



希望这有帮助
What happened in there you can find in the last 2 paragraphs in the error simply your host doesn''t have the required resources for your assembly components so you need to get those dll''s and upload them and refer to them while using their functionalists in your code.

Hope this helped


这篇关于托管asp .net网站后出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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