Monthly Archives: April 2015

MSBuild common errors and how to fix them

Building with MSBuild produced an error or warning Run MSBuild with (d)etailed verbose mode and capture the output to a file: 1msbuild someproject.csproj /t:Clean;Build;Transfer /p:OutputPath=bin\autobuild;BuildNumber=-1;Configuration=Debug /v:d >build.txt Open build.txt and search for the MSBxxxx error or warning code. For example: … Continue reading

Posted in C# | Tagged | Leave a comment