Visual Studio 2010 is Eating My DLLs! - referenced third party dlls missing after build
Please help I am pulling my hair out over this: I have a Visual Studio ASP.NET MVC solution in which a project references a third party DLL, log4net in this case. My solution tree is as follows: GenericLibrary MyApp.NHibernate MyApp.Library MyApp.WebUI MyApp.WebUI is the main start-up MVC web project and has references to GenericLibrary , MyApp.NHibernate and MyApp.Library . MyApp.NHibernate has references to all the NHibernate bits including log4net. Now the problem is when I compile my solution the log4net dlls seem to appear and disappear from the MyApp.WebUI project's /bin directory, so