The project type is not supported by this installation

后端 未结 15 690
故里飘歌
故里飘歌 2020-12-02 09:00

Whenever I try to open a project (csproj) that\'s downloaded from the internet, most of the times, I get the

\"The project type is not s

15条回答
  •  [愿得一人]
    2020-12-02 09:28

    My problems because this line in project (.csproj) has newline (vs2010)

    
    
    

    When i update to

    
    

    I can open again

提交回复
热议问题