Microsoft.VisualStudio.Web.PageInspector.Loader_.NET_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > .NET > Microsoft.VisualStudio.Web.PageInspector.Loader

Microsoft.VisualStudio.Web.PageInspector.Loader

 2013/12/2 11:26:08  Kim_zh  博客园  我要评论(1)
  • 摘要:未能加载文件或程序集“Microsoft.VisualStudio.Web.PageInspector.Loader,Version=1.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a”或它的某一个依赖项。系统找不到指定的文件。.csharpcode,.csharpcodepre{font-size:small;color:black;font-family:consolas,"CourierNew",courier
  • 标签:Visua Visual Studio Web CTO
class="alt">未能加载文件或程序集“Microsoft.VisualStudio.Web.PageInspector.Loader, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a”或它的某一个依赖项。系统找不到指定的文件。

此问题是在安装有vs2010或者vs2012后,再安装vs2013,并将vs2013卸载后,在vs2010或者vs2012环境下运行项目会出现的问题。

解决方法

方法1、重新安装vs2010或者2012,想必大家都憎恨这种做法。

方法2、打开root web.config(在C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config中),将这个内容的“add”改为“remove”:

<compilation>
        <assemblies>
            <remove assembly="Microsoft.VisualStudio.Web.PageInspector.Loader, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />

然后重新运行项目即可。

 

    网友 2016/6/2 14:43:29 发表

    保存不上啊

发表评论
用户名: 匿名