Visual Studio 2013 Reference Build Error Resolved

Visual Studio 2013 Reference Build Error – I was recently playing around with some code when I switched my solution configuration from Debug to Release. Suddenly, my builds all failed. There was a warning in my Error List that told me that it could not locate one of my references.

The strange thing was that the project built fine in debug mode. The DLL was referenced and the using statements defined. I couldn’t think why my builds would fail in release mode. The solution wasn’t as straightforward as I would have hoped. It seems as though Visual Studio was hinting at the wrong location. (more…)

Continue ReadingVisual Studio 2013 Reference Build Error Resolved

Log4Net and Visual Studio 2010 Windows Application Build Error – SOLVED

I just wanted to post a quick note here regarding a build error I got for the Log4Net Logging Service and Visual Studio 2010. I added the Log4Net DLL and some logging to my application, but on the Build, I received the following Warning: The referenced assembly "log4net, Version=1.2.10.0, Culture=neutral,…

Continue ReadingLog4Net and Visual Studio 2010 Windows Application Build Error – SOLVED