When I try to compile my project from x86 debug mode in Visual Studio 2008. I am getting this error. When I looked at the property group of the project that complained, I se
This happened to me because I had moved the following line close to the beginning of the .csproj file:
It needs to be placed after the PropertyGroups that define your Configuration|Platform.