为什么在Visual Studio中调试项目时经常出现错误0x8007000e?

Ale*_*gas 6 asp.net iis visual-studio-2008

我有一个Visual Studio 2008项目,证明很难调试.我需要附加到IIS 7来调试它.在附加到w3wp.exe后不久,我至少有50%的时间收到以下错误:

---------------------------
Microsoft Visual Studio
---------------------------
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. ErrorCode=0x0.
---------------------------
OK   
---------------------------

然后它终止w3wp.exe.

我没有遇到任何其他解决方案的问题.有关如何解决此问题的任何想法吗?

tid*_*all 7

如果你谷歌这个错误,你会发现很多关于它的信息.

0x8007000e =应用程序内存不足.也许您的计算机没有足够的RAM和/或磁盘空间.