Windows error 0x8013134B, -2146233525

Detailed Error Information

CORDBG_E_INCOMPATIBLE_PROTOCOL[1]

Message"The debugger's protocol is incompatible with the debuggee."
Comment The debugger's protocol is incompatible with the debuggee.

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode19 (0x013)
NameFACILITY_URT[2][3]
DescriptionThe source of the error code is .NET CLR.[2][3]
Error Code4939 (0x134b)

Questions

4votes
3answers

debugging VS 2005 prompts an "Operation not supported"

I've been debbugging VS 2005 and set the 'Start external program' to C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe But after hitting F5 I got this error: Error while trying to run project: Unable to start program 'C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe Operation not supported. Unknown error: 0x8013134b. I can debug successfully [...] read more
.net
visual-studio
debugging
2votes
2answers

Which debugger use with .NET 4.0

I'm running .NET 4, have Visual Studio 2012 and I compiled a program by csc with debug flag. However when I run mdbg I have an error: the debugger protocol is incompatible with debug object Exception HRESULT 0x8013134B. So, is mdbg incompatible with .NET 4.0 and there is another debugger? read more
c#
2votes
1answer

MDbg - Debugger's Protocol Is Incompatible With The Debuggee

I am using MDbg to retrieve a list of all my assemblies listed inside a process' App Domain. Whenever I try to attach a process to the MDbgEngine I receive the following exception message: > The debugger's protocol is incompatible with the debuggee. (Exception from > HRESULT: 0x8013134B) Am I [...] read more
c#
.net
debugging

Comments

Leave a comment

(plain text only)

Sources

  1. https://github.com/dotnet/coreclr/blob/v1.1.0/src/inc/corerror.xml
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0