Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 739355
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T08:23:28+00:00 2026-05-14T08:23:28+00:00

I am using Assembly.LoadFrom within a web service to load assemblies from a web

  • 0

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 the url (http://localhost/downloadable/mydll.dll) and again it got
“Could not load file or assembly ‘http://localhost/downloadable/mydll.dll‘ or one of its dependencies. HTTP download of assemblies has been disabled for this appdomain. (Exception from HRESULT: 0x80131048)”

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T08:23:28+00:00Added an answer on May 14, 2026 at 8:23 am

    You can use the WebClient class to download an assembly over the internet:

    using(var wc = new WebClient()) {
        Assembly.Load(wc.DownloadData(url));
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 515k
  • Answers 515k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer By redirecting it and reading the stream. May 16, 2026 at 6:38 pm
  • Editorial Team
    Editorial Team added an answer I tried and got this error: create view zzz_xyz as… May 16, 2026 at 6:38 pm
  • Editorial Team
    Editorial Team added an answer You can use the setDisabledTextColor(Color c) method to set the… May 16, 2026 at 6:38 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

Weird behavior when mixing loading of assemblies using Assembly.LoadFrom and Assembly.Load : I have
I'm trying to load a .NET assembly with Reflection (using the Assembly.LoadFrom method), and
In an assembly loaded into the current AppDomain using Assembly.LoadFrom , I have the
I have got method which is using Assembly.LoadFrom(...) statement and returns the supported cultures
I know that there are 3 different binding contexts or load contexts: Load LoadFrom
We all know that the assembly can be queried for attributes using the GetCustomAttributes
I'm using the following code in a vb.net 2008 project to dynamically load dll's
I have a maven project where I am using the assembly plugin. I typically
I'm looking for an explanation for the following - I have an assembly I'm
Ok so here's the story. I have an array of Assemblies which are initiated

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.