VS资源编辑器失败,“无法解析mscorlib for target framework'.NETFramework,Version = v4.0'

时间:2012-08-05 14:16:14

标签: c# visual-studio-2010 resources

  

可能重复:
  Visual Studio 2010: Could not resolve mscorlib for target framework '.NETFramework,Version=v4.0'

我有一个C#项目,其中有一些资源在Resources.resx中。当我在VS2010中打开此文件时,出现错误:

Could not resolve mscorlib for target framework '.NETFramework,Version=v4.0'. This can happen if the target framework is not installed or if the framework moniker is incorrectly formatted.

  • 项目编译并运行正常 - 只有VS编辑器坏了。
  • 安装了VS2010,这也意味着安装了.NET4。
  • 团队中的每个人都会遇到这种情况,所以不是一台机器的.NET安装变坏了。
  • .csproj包含<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  • Could be a too-long path,但是构建时间最长的文件有139个字符的完整路径,听起来并不多。

如何摆脱此错误?

0 个答案:

没有答案