Windows error 0x80131041, -2146234303

Detailed Error Information

FUSION_E_INVALID_PRIVATE_ASM_LOCATION[1]

Message"The private assembly was located outside the appbase directory."
Comment The private assembly was located outside the appbase directory.

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 Code4161 (0x1041)

Questions

0votes
0answers

"FileNotFoundException - Could not load file or assembly" from a project's library, even if LoadFrom() is used

I have a VS2017 project composed by: - Main console application `App.exe`, compiled in .NET Framework 4.6.1 --- (referenced by `App.exe`) Custom dynamic library `LibOne.dll`, compiled in .NET Standard 2.0 ----- (referenced by `LibOne.dll`) Another dynamic library `LibTwo.dll`, compiled in .NET Framework 3.5 By default, both LibOne.dll and LibTwo.dll are [...] read more
c#
.net
visual-studio
dll
dynamic-loading
0votes
0answers

Referencing dll's from a 3rd party project that gets updated frequently

I'm new to .net and might not have understood the concepts completely. I know this a pretty old question but couldn't find an appropriate answer for it and I need help. We have a 3rd party project(lets call it "Record" for understanding) to manage all the records. My goal to [...] read more
c#
.net
winforms
dll
.net-assembly

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