|
Question : Can't run a .NET web application in debug mode
|
|
I have a .NET 2.0 web application which I am trying to run in debug mode. The solution consists of several web services. Unfortunately, every time I try and run it in debug mode, I am presented with the following error message "A fatal error has occurred and debugging needs to be terminated. For more details, please see the Microsoft Help and Support web site. HRESULT=0x8007000e. Error code=0x0."
|
|
Answer : Can't run a .NET web application in debug mode
|
|
Have you tried to reproduce that on different machine ? this occurs only for a single machine??...because probably 0x8007000e is 'out of memory'.
-MAHESH
|
|
|