作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
Could not load file or assembly 'Microsoft.VisualStudio.Web.PageInspector.Loader, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The module was expected to contain an assembly manifest.Assembly manager loaded from: C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dllRunning under executable C:\Program Files (x86)\Common Files\Microsoft Shared\DevServer\11.0\WebDev.WebServer40.exe--- A detailed error log follows. === Pre-bind state information ===LOG: User = TTLWIN2K\miralpLOG: DisplayName = Microsoft.VisualStudio.Web.PageInspector.Loader, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (Fully-specified)LOG: Appbase = file:///C:/SVN/temp/components/src/MasterpassProxy/src/Webservice/LOG: Initial PrivatePath = C:\SVN\temp\components\src\MasterpassProxy\src\Webservice\binCalling assembly : (Unknown).===LOG: This bind starts in default load context.LOG: Using application configuration file: C:\SVN\temp\components\src\MasterpassProxy\src\Webservice\web.configLOG: Using host configuration file: LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.LOG: Post-policy reference: Microsoft.VisualStudio.Web.PageInspector.Loader, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
最佳答案
我刚刚遇到了同样的问题,罪魁祸首是我卸载了 Visual Studio Express 2012。它可能是 Visual Studio 的任何版本,因为对此答案的评论表明 Visual Studio 2019 仍然会出现此问题。我的总体操作顺序是:
我不能 100% 确定其原因,或者 Visual Studio 版本的哪些组合会表现出此行为。但对我来说,解决方案是编辑框架目录中的根 web.config
文件:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\web.config
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\web.config
(对于不同的框架版本,您可能有不同的文件夹。)
并删除节点:
<remove assembly="Microsoft.VisualStudio.Web.PageInspector.Loader, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<add assembly="Microsoft.VisualStudio.Web.PageInspector.Loader, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
小心不要删除与这些节点位于同一行的任何打开/关闭父节点。
这解决了我的问题。
关于visual-studio - 无法加载文件或程序集“Microsoft.VisualStudio.Web.PageInspector.Loader”,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21829419/
Could not load file or assembly 'Microsoft.VisualStudio.Web.PageInspector.Loader, Version=1.0.0.0, C
我遇到以下错误。感谢任何帮助。 System.IndexOutOfRangeException:索引超出数组范围。在Microsoft.VisualStudio.Web.PageInspector.R
我有一个 MVC 项目,该项目一直运行良好,直到我一周前更新了我的机器。我现在在尝试运行项目时收到绑定(bind)错误 托管调试助手“BindingFailure”在“C:\Program Files
我是一名优秀的程序员,十分优秀!