Windows error 0x80131042, -2146234302

Detailed Error Information

FUSION_E_ASM_MODULE_MISSING[1]

Message"A module specified in the manifest was not found."
Comment A module specified in the manifest was not found.

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 Code4162 (0x1042)

Questions

2votes
1answer

Problem with installing assemblies to the GAC

I'm trying to deploy a couple of third party assemblies in the GAC with WiX. Some of these assemblies are mixed assemblies. The common way of doing this seems to be setting the assembly-attribute of the corresponding file to "net". However, doing it that way yields in an error during [...] read more
wix

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