Windows error 0x80131C39, -2146231239

Detailed Error Information

CORDBG_E_MISMATCHED_CORWKS_AND_DACWKS_DLLS[1]

Message"The version of clr.dll in the target does not match the one mscordacwks.dll was built for."
CommentA clr/mscordacwks mismatch will cause DAC to fail to initialize in ClrDataAccess::Initialize

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 Code7225 (0x1c39)

Questions

1vote
1answer

Visual Studio Fatal Error 0x80131c39

Im working on a project that will read a excel document and return a dataset. The error only happens when trying to execute this code. I dont understand what is wrong with this code ive have tried using multiple excel files. [https://i.stack.imgur.com/7lq9I.png] public static DataSet ImportExcelXLS(string FileName, bool hasHeaders) { [...] read more
c#
excel
visual-studio-2012
dataset
0votes
0answers

Visual Studio 2012 Fatal error 0x80131c39

I am going bloody insane, I have installed a different type of Windows 8 (pro) at work, and now VS12 gives me this error. At home I have home edition W8 and everything works fine. I found ONLY ONE PERSON encountering this error EVER in Google, and he solved this [...] read more
visual-studio
debugging
windows-8
visual-studio-2012

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