开发者

Why am I often getting error 0x8007000e when debugging a project in Visual Studio?

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 开发者_StackOverflowoccurred 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.


This is also an issue with Visual Studio 2012 on a console project. Oddly enough the same projects in Visual studio 2010 do not cause the same issue.

Whereas it didn't provide the information I needed, I found that you can launch without debugging and then attach the debugger to the process to gain access to your breakpoints without triggering the error.

For what its worth, I have noticed in a few posts online that people who are experiencing the issue tend to have multiple projects within the solution (including the OP).


Had the same issue when I was working with web services based application. I used Visual Studio 2012 + Win 7 (32bit) OS.

NONE of the solutions that I found with google has worked for me (wasn't a RAM or disk space problem).

The only solution that worked for me: installing Win 7 64 bit OS.

Just backup your data & install 64bit OS + apply latest Win Updates.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜