为什么我在 Visual Studio 中调试项目时经常收到错误 0x8007000e? [英] Why am I often getting error 0x8007000e when debugging a project in Visual Studio?

查看:31
本文介绍了为什么我在 Visual Studio 中调试项目时经常收到错误 0x8007000e?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

<前>---------------------------微软视觉工作室---------------------------发生了致命错误,需要终止调试.有关更多详细信息,请参阅 Microsoft 帮助和支持网站.HRESULT=0x8007000e.错误代码 = 0x0.---------------------------行---------------------------

然后它会终止 w3wp.exe.

我用任何其他解决方案都没有遇到这个问题.关于如何解决此问题的任何想法?

解决方案

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

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

I have a Visual Studio 2008 project that is proving difficult to debug. I need to attach to IIS 7 to debug it. At least 50% of the time I get the following error shortly after attaching to w3wp.exe:

---------------------------
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   
---------------------------

It then terminates w3wp.exe.

I don't get this problem with any other solution. Any ideas on how to fix this please?

解决方案

If you Google this error you'll find a lot of information about it.

0x8007000e = The application is out of memory. Perhaps your computer does not have enough RAM and/or disk space.

这篇关于为什么我在 Visual Studio 中调试项目时经常收到错误 0x8007000e?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆