Monthly Archives: October 2010

Disparity between IDE build and MSBuild build

While converting a product from VS2008 to VS2010, I stumbled across a disparity between building in the IDE and building from the command line using MSBuild. Here was the scenario: I had a csproj (let’s call it MyLibrary) that had … Continue reading

Posted in Uncategorized | Leave a comment

x86 or x64 – Really? Are you kidding?

While working on a VS2008 to VS2010  conversion, I kept running into a problem where MSBUILD would literally blow up. I narrowed it down to the building of a particular MSI using WXS v3.5.  I had a repo!  I knew … Continue reading

Posted in Uncategorized | Leave a comment