Sunday, September 27, 2015

The OutputPath property is not set for this project. Please check to make sure that you have specified a valid Configuration/Platform combination

Problem 1

when the OutputPath property of the project file(*.csproj) is blank.

Solution

Provide OutputPath property which normally is \bin\debug or \bin\release


Problem 3

When the OutputPath comes after Import declaration


Solution

Move Imports after all PropertyGroup declarations


No comments:

Post a Comment