问题比较严重,请各位帮帮忙,小弟在此真心的说声谢谢
cg20 2009-05-05 06:04:06 出问题了,搞了一个星期了还是没解决,我用的VS2008,.NETFRAMEWORK3.5也装了,重装系统,重装VS,…………该装的全都装了,仍然解决不了
在本地调试没问题,上传到服务器上就出问题了,以前没出现这种事,突然之间就这样的,两个服务器我都测试了,都是同样的问题。
请各位帮帮忙
最开始出现错误如下:
Line 57: <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> 后来我将
System.Web.Extensions.Design.dll
System.Web.Extensions.dll
放到网站根目录的Bin目录下了
又出现如下错误:
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 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. 系统找不到指定的文件。
Source Error:
Line 34: <compilation defaultLanguage="C#" debug="true">
Line 35: <assemblies>
Line 36: <add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Line 37: <add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
Line 38: <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Source File: D:\hosting\wwwroot\cuangs_com\htdocs\web.config Line: 36
Assembly Load Trace: The following information can be helpful to determine why the assembly 'System.Core, Version=3.5.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].