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

前端 未结 27 2495
野趣味
野趣味 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 21:10

    I created a new project in a new solution which references to existing projects. This error occurs when I add an existing project (say project 1) and try to build without adding other projects that project 1 references to.

    Just make sure all the relating projects are added to the new solution and the error disappears.

提交回复
热议问题