Using EntLib 4.1 used in ASP.NET web app and a refrenced library. The solution contains 4 projects, 2 refrenced libraries, the web application, and a web setup project.
Build works just fine, even the setup project. Problems occur when I rebuild, there is an EnterpriseLibray.Logging.xml file that is supposed to be in the \bin folder (along with the .dll) but it never shows up. I know rebuiold cleans the output folder first, then builds the refrenced apps, then the web app, then the web setup application.
First off - what is EnterpriseLibrary.logging.xml used for? Can't seem to find it any information about it. I followed Scott Hanslemans post about this problem with Web Setup projects (http://www.hanselman.com/blog/VisualStudioMSIProblemsUnableToBuildProjectOutputGroupContentFilesFromSOMEWEBActive.aspx)
however I don't think this is a problem with the WebSetup project, I think the EnterpriseLibrary.Logging.xml file should be in the bin folder whne the Web Project is built (or rebuilt)
Thanks in advance
Michael Krok