“the outputpath property is not set for this project” error

前端 未结 27 2465
野趣味
野趣味 2020-12-07 20:29

I have a multi project solution in Visual Studio 2008. I just added a new Configuration called Release-VersionIncrement to the solution, specifying \"use release\" configura

27条回答
  •  北海茫月
    2020-12-07 20:48

    For me it was a line in the NuGet package configuration. Get rid of everything package related in your project file and see come back to life (save the edits). Than build it up again part by part. I brought it down to this line which I had to remove:

    
    

    I got the problem after an update of NuGet packages (mainly FxCop analyzer stuff).

提交回复
热议问题