Visual Studio 2010 error: “Project Target Framework Not Installed” when opening a .NET 4.0 project

前端 未结 12 1261
梦毁少年i
梦毁少年i 2021-01-07 18:19

I am experiencing a rather disconcerting issue with one of my development machines that I hope someone can advise me on.

I have a large Visual Studio 2010 VB solutio

12条回答
  •  南笙
    南笙 (楼主)
    2021-01-07 18:59

    Elsewhere I've seen: In VS 2010, the tag was changed to , and we no longer support "Full"; that's why you're getting the error. Until we fix this, you can just remove the tag from your project file, and the project should open properly.

    If you don't have TargetFrameworkProfile specified in your project files then in MPF (at least) it defaults to the latest. And may be confused about whether it's installed.

提交回复
热议问题