首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

用了微软的 'System.Web.Extensions' 后出现的有关问题

2012-03-11 
用了微软的 System.Web.Extensions 后出现的问题Parser Error Message: Could not load file or assembl

用了微软的 'System.Web.Extensions' 后出现的问题
Parser Error Message: Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. 系统找不到指定的文件。 (D:\hosting\wwwroot\hanluzgh_com\htdocs\web.config line 49)


C# code
Line 48:     <httpModules>Line 49:       <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>Line 50:     </httpModules>



是不是需要空间商注册微软的那个ajax包呢?

[解决办法]
将System.Web.Extensions等两个dll文件拷贝到网站的bin的目录下就行了。

热点排行