Warnings in VS2017 but all fine with VS2015

前端 未结 2 1619
执笔经年
执笔经年 2021-02-12 11:12

When load my .NET Frameowrk 4.6.2 solution in Visual Studio 2017, it gives me the following warning:

Severity Code Description Project File Line Suppression Stat         


        
相关标签:
2条回答
  • 2021-02-12 11:41

    Are you sure, you installed all needed packages for your project? It could be a not installed feature. Go in the launcher to modify and check, are there all dependencies installed?

    0 讨论(0)
  • 2021-02-12 11:44

    I had this show up as an error when building shortly after migrating a solution from vs2015 to 2017, and then also doing some git restructuring. As it turns out, I think git was actually the culprit.

    Regardless, manually deleting the bin & obj folders in the affected projects solved it for me. (Clean alone wasn't cutting it.)

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