system.web.扩展问题

发布于 2024-09-30 22:36:13 字数 595 浏览 1 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

紫瑟鸿黎 2024-10-07 22:36:14

仔细检查 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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文