system.web.扩展问题
THIS is the error i am getting when i am compiling my project
解析器错误消息:无法加载文件或程序集“System.Web.Abstractions,
Version=2.0.0.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35”或其依赖项之一
。系统找不到指定的文件
Source File: C:\Documents and Settings\Administrator\My Documents\data\Web-page adversting impression 2\web.config Line: 25 Assembly Load Trace: The following information can be helpful to determine why the assembly 'System.Web.Abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' could not be loaded.
THIS is the error i am getting when i am compiling my project
Parser Error Message: Could not load file or assembly 'System.Web.Abstractions,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its
dependencies. The system cannot find the file specified
Source File: C:\Documents and Settings\Administrator\My Documents\data\Web-page adversting impression 2\web.config Line: 25 Assembly Load Trace: The following information can be helpful to determine why the assembly 'System.Web.Abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' could not be loaded.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
仔细检查 System.Web.Abstractions DLL 设置为“Copy Local = true”(右键单击属性以获取参考)。
Double-check the System.Web.Abstractions DLL is set to "Copy Local = true" (right click on the properties for the reference).