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
After trying all the other suggestions posted here, I discovered the solution for me was to remove the following section from the .csproj
file:
Apparently this service from the original project (unavailable on local machine) was halting the entire build process, even though it wasn't essential for compilation.