RE: major problem with web service on SOME machines
From: Jeremiah Johnson (jjohnson_at_msdnuniversal.com)
Date: 03/06/04
- Next message: Joe H: "Re: Logging errors from Web services"
- Previous message: Jeremiah Johnson: "RE: Win2K Tx Isolation - verify please"
- In reply to: vader: "major problem with web service on SOME machines"
- Next in thread: vader: "RE: major problem with web service on SOME machines"
- Reply: vader: "RE: major problem with web service on SOME machines"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 6 Mar 2004 11:56:06 -0800
Don't know if my comments will be help - maybe no more than a validation...
I do all of my development on a WinXP machine. On some days, I will get the error that you are referring to a dozen times; whereas, 5 out of 7 days, I don't get the error at all. In my case, the underlying problem is that a DLL I use in my web service is tied up in an existing process - don't know what process - so I can't recompile my new code. The lock seems to be related to VS.NET in my case, because I can _usually_ restart VS.NET and get on my way.
The DLL that won't release is always log4net.dll, so I figure that maybe there is some locking issue in the DLL and I will try to track it down at some point in the future.
I hope that this information is helpful to you somehow...
- jeremiah
- Next message: Joe H: "Re: Logging errors from Web services"
- Previous message: Jeremiah Johnson: "RE: Win2K Tx Isolation - verify please"
- In reply to: vader: "major problem with web service on SOME machines"
- Next in thread: vader: "RE: major problem with web service on SOME machines"
- Reply: vader: "RE: major problem with web service on SOME machines"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|