Visual Studio无法读取项目文件(不再)

时间:2013-10-10 17:24:20

标签: visual-studio-2010 windows-update microsoft.build

自从我最新的Windows更新,(系统还原无法撤消)后,我无法使用visual studio 2010加载任何项目。项目显示为灰色(不可用),当我尝试重新加载它时,我收到错误:

C:\Users\Benoit\Documents\Visual Studio 2010\Projects\Test123\Test123\Test123.csproj : error  : Unable to read the project file 'Test123.csproj'. Could not load file or assembly 'Microsoft.Build, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.

我尝试创建新项目:同样的错误

我尝试创建不同类型的项目(命令提示符,silverlight,windows phone):同样的错误

删除.suo和.user文件没有改变任何内容

我没有移动项目

将Visual Studio 2010与Windows Vista一起使用

1 个答案:

答案 0 :(得分:0)

看起来全局程序集缓存(GAC)搞砸了,或者可能更新已经对Microsoft.Build程序集文件本身做了一些事情。

尝试修复.NET 4.0,如果这不起作用,您可以尝试完全卸载并重新安装框架。