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