Windows error 0x8013101E, -2146234338

Detailed Error Information

COR_E_MULTIMODULEASSEMBLIESDIALLOWED[1]

Message"The module cannot be loaded because only single file assemblies are supported."
Comment The module cannot be loaded because only single file assemblies are supported.

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 Code4126 (0x101e)

Questions

2votes
0answers

Error: "The module cannot be loaded because only single file assemblies are supported" in .NET Core

Despite having a several years background in .NET backend, I'm a newbie in cross-platforms, hence in .NET Core. I'm struggling the below error during runtime of the component developed in .NET Core 3.1 framework which is a worker service (introduced in .NET Core 3.x). Any ideas folks? Important: This .netmodule [...] read more
c#
.net-core
.net-core-3.1

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