0

可能重复:
Visual Studio 2010:无法解析目标框架“.NETFramework,Version=v4.0”的 mscorlib

我有一个 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>.
  • 可能是一个太长的路径,但最长的构建文件有 139 个字符的完整路径,这听起来并不多。

我该如何摆脱这个错误?

4

0 回答 0