문제

I'm a windows kernel-mode (Driver) developer and for this purpose(Develop drivers and debug that ) i enabled kernel debugger on my system. But when i want to debug a managed-code (A C# project) in my system, using Visual Studio debugger i receive the following error message:

Debugging isn't possible because a kernel debugger is enabled on the system

In this case what should i do ?? (I don't want to disable kernel debugging or use any other debugger instead of VS debugger). Any idea ?

도움이 되었습니까?

해결책

According to Microsoft this is a known issue. If you upgrade your project to target .NET 4.0 or 4.5. it should work without disabling the kernel debugger.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top