Windows error 0x80131C30, -2146231248

Detailed Error Information

CORDBG_E_UNCOMPATIBLE_PLATFORMS[1]

Message"The operation failed because debuggee and debugger are on incompatible platforms."
Comment The operation failed because debuggee and debugger are on incompatible platform

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 Code7216 (0x1c30)

Questions

6votes
2answers

"Failure loading DAC: CreateDacInstance failed" when loading dump file with ClrMD

I'm trying the new library from microsoft, ClrMD, to analyze crash-dumps and live process. I've follow the sample in the .NET Framework blog post (using the attached .cs file). I tried to run the sample to analyze a .dmp file which was taken from a program running on the same [...] read more
c#
.net
clr
clrmd
1vote
1answer

MonoDevelop throwing an error of 0x80131C30

I am running MonoDevelop (2.8.6.5) on Windows 7 x64, and have it rendering some pages fine, as well as doing simple MySQL queries. I now have a problem I would like to debug, however whenever I try to debug I am faced with the following error: "Debugger Error: The operation [...] read more
mysql
mono
monodevelop
windows-7-x64

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