Windows error 0x80131051, -2146234287

Detailed Error Information

FUSION_E_LOADFROM_BLOCKED[1]

Message"LoadFrom(), LoadFile(), Load(byte[]) and LoadModule() have been disabled by the host."
Comment Hosted environment doesn't permit loading by location

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 Code4177 (0x1051)

Questions

0votes
0answers

sp_OACreate returning (0x‭80131051‬) SQL 2016 x64, assembly targeting x64

I know there are tons of answers regarding issues with 32/64 bit conflicts, but in this scenario everything is lined up to run in a 64 bit process. I am helping a customer upgrade from SQL Server 2008 R2 x64 to a new instance on SQL Server 2016 x64. The [...] read more
c#
sql-server
com

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