How do I open a csproj with ProjectTypeGuids 349c5851-65df-11da-9384-00065b846f21?

后端 未结 2 985
隐瞒了意图╮
隐瞒了意图╮ 2020-12-11 01:27

I have Visual Studio 2012 Professional. When I try to open a particular csproj I get an error message

The project type is not supported by this instal

相关标签:
2条回答
  • 2020-12-11 01:48

    There is a really easy way to solve this.

    Probably some of the dependencies are missing, and it is really hard to find out which one.

    Go to

    http://www.asp.net/downloads

    Download ASP.NET and WebTools for your version of Visual Studio

    A web platform installer will come up, which will install all the required tools

    This solved my problem

    There is no need to go through the ProjectTypeGuids

    0 讨论(0)
  • 2020-12-11 01:57

    Found Visual Studio 2012 in the old 'add remove programs', then pressed 'change'. Fixed by installing 'Microsoft Web Developer Tools'

    enter image description here

    0 讨论(0)
提交回复
热议问题