Domain problem



I'm trying to debug a website that has been converted from VS2003 to VS2005 and am getting this message:

"The application domain in which the thread was running has been unloaded"


Problem is - it doesn't tell you what's wrong or where to fix it. To my knowledge, the operating environment hasn't changed from when I ran it in debug this morning. The only change I have made to the project is to comment out about 6 lines of code, which writes stuff to the event log for the app in global.asax.

The only weird thing I've gotten is a "Windows is low on memory" message which I always have received the longer I run VS 2003 or VS 2005.

Any ideas?

BC

.



Relevant Pages