Windows error 0x80131048, -2146234296

Detailed Error Information

FUSION_E_CODE_DOWNLOAD_DISABLED[1]

Message"HTTP download of assemblies has been disabled for this appdomain."
Comment HTTP download of assemblies has been disabled for this appdomain.

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 Code4168 (0x1048)

Questions

6votes
1answer

Is there any way to have multiple IIS virtual directories (applications) share a single copy of third-party component DLLs?

Is there any way to have multiple IIS virtual directories (applications) share a single copy of third-party component DLLs? We have a collection of 15-20 related ASP.NET applications (sub-directories of wwwroot, defined as virtual directories or applications in IIS) all running in the same web site (based at the root, [...] read more
asp.net
1vote
0answers

Could not load file or assembly error in ASP.NET when IIS server is idle

I am using ASP.NET MVC technology to create a website. The site is hosted on IIS 7 server. If the site is not accessed for a while i get the "Could not load file or assembly error " . The error disappears after a single page refresh. I know the [...] read more
asp.net-mvc
iis-7
0votes
1answer

Loading remote assembly from the webservice with reflection

I am using Assembly.LoadFrom within a web service to load assemblies from a web site. but the problem is it is in the virutal directory and the server.mappath parses the url like \share\mydll.dll and loadform method failed. Is there anyway to reference dll from the remote location? I've tried passing [...] read more
.net
web-services
system.reflection

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