Re: Issues using from .net debugger

2006-03-10 Thread Charles T. Schwope
So it appears I violated the "stupid question rule". After messing around with it for a while this morning, and having a coworker do so as well, we found that: a. it seems to only be my computer with a problem b. that by clicking on the Visual Studio icon in my task bar, the system see

Re: Issues using from .net debugger

2006-03-09 Thread Matthew Brown
What failed to start up? Your app, or the logging?You'll really need to share your log4net configuration and some examples of how you are configuring the log4net system. I've used log4net on dozens of projects and never seen it cause a defect in the app itself. On 3/9/06, Charles T. Schwope <[EMAIL

Issues using from .net debugger

2006-03-09 Thread Charles T. Schwope
Hi, Just started experimenting with log4net, and ran into the following problem. I'm using the the 1.2.9-beta version. I'm using VS 2003, with .net 1.1 I took the VB.Net Console App example, changed it to use the 1.1 version of log4net.dll I run it through the debugger, and on