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

前端 未结 27 2506
野趣味
野趣味 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条回答
  •  萌比男神i
    2020-12-07 21:11

    I had the same problem, and the only solution that helps was to set the Build Configuration Manually in each NCrunch Project.

    Open the NCrunch Window, where you can see the Status of each Build and where you can see that the build failes. Right click on the project that fails to build and click on "configure selected component" there you see under "Build Settings" the property "Use build confoguration" set it to e.g. "Debug" and the property "Use build platform" set it to e.g. "AnyCPU". (Please note that the build and configuration settings you set must exist in your konfigration Settings)

    Do this for all of your projects, but not for your test project. After this everything works fine for me.

提交回复
热议问题