Windows error 0x80131107, -2146234105

Detailed Error Information

CLDB_E_FILE_OLDVER[1]

Message"Old version error."
Comment Old version error.

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 Code4359 (0x1107)

Questions

0votes
1answer

IIS cannot load global type despite of existing dll

I'm trying to get an application to run on an IIS 6.0 that I was assigned to support. I copied all the source and binaries to the Inetput folder. The WebApp is running, but I get the error that tells me that the global type of the application could not [...] read more
asp.net
.net
iis-6

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