Windows error 0x80131043, -2146234301

Detailed Error Information

FUSION_E_UNEXPECTED_MODULE_FOUND[1]

Message"Modules which are not in the manifest were streamed in."
Comment Modules which are not in the manifest were streamed in.

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 Code4163 (0x1043)

Questions

2votes
3answers

How should I be using Npgsql in Appharbor?

I've developed a quick and simple app on my local machine using SQLite to get started. Now that I'm in the middle of working out how to upload to AppHarbor, I'm a bit stuck on getting the link to ElephantSQL to work. I used the Application PostgreSQL Sample Application to [...] read more
c#
nhibernate
appharbor
npgsql
0votes
1answer

MSI Installer fails with error: Assembly Install [GAC] at RemoveDirectoryAndChildren, line 393

I created an installer using Wix toolset which worked fine, until I opened 2 instances of setup.exe. The installation fails to install an assembly into the GAC: "Error 1935. An error occurred during the installation of an assembly 'MyAssembly,version="3.2.xxxx.xxxxx",culture="neutral",publicKeyToken="xxxxxxxxxxx",processorArchitecture="MSIL". Please refer to Help and Support for more information. HRESULT: 0x80131043. [...] read more
windows
installation
wix
windows-installer
gac

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