Intellitrace fails when debugging Cannot debug some of the code in process w3wp.exe

自闭症网瘾萝莉.ら 提交于 2019-12-12 03:25:19

问题


I've recently upgraded from VS2015 Professional Update 2 to VS2015 Enterprise Update 2. The process was rather buggy.

First I attempted to upgrade directly from Pro Update 2 to Ent Update 1, as that was the media I had. This provided all sorts of install errors.
C++ redistro install failed (version wrong), Connected Services (package failed) Azure Connected Services (package failed)

Eventually I completely uninstalled Pro & C++ redistros (x86 & 64), rebooted and installed a fresh copy of Enterprise. Installation went better as C++ didn't fail. However, it left me in the same boat, with this error every time I start the debugger.

I've tried everything I can find: - Unchecking "Enable the Visual Studio hosting process" - Many uninstalls and re-installs.

If I knew how to "disable debugging the failed type(s)" I would.

The only successful solution I've seen so far was: "I solved it! Reinstall windows and VS!"


回答1:


I've recently upgraded from VS2015 Enterprise Update 3. I encountered this warning. I solved it. Repair VS 2015.




回答2:


Looks like problem with IntelliTrace To quick solve it you can go to VS Options -> IntelliTrace and switch it off or check all.




回答3:


For me this happened when I updated ASP.NET Core NuGet dependency Microsoft.AspNetCore.All to 2.1.2 but corresponding SDK (2.1.302) has not been installed yet



来源:https://stackoverflow.com/questions/36875105/intellitrace-fails-when-debugging-cannot-debug-some-of-the-code-in-process-w3wp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!