Windows error 0x8013134D, -2146233523

Detailed Error Information

CORDBG_E_INTEROP_NOT_SUPPORTED[1]

Message"Interop debugging is not supported."
Comment Interop debugging is not supported

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 Code4941 (0x134d)

Questions

0votes
0answers

Enable unmanaged c++ debug with error 'hresult=0x8013134d. errorcode=0x0' with .Net debug

When I enable unmanaged c++ debug with managed C# project in one solution in VS2010, usually, I get the messagebox popup 'HRESULT=0x8013134d. Errorcode=0x0'. I have no choice but to kill the process devenv.exe. I searched some web pages all that showed the cause are interop cannot be supported (CORDBG_E_INTEROP_NOT_SUPPORTED). Is [...] read more
c#
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