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 6127199
In Process

The Archive Base Latest Questions

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

Is there an event that we can hook to, that gets called BEFORE an

  • 0

Is there an event that we can hook to, that gets called BEFORE an assembly is resolved.

For example if some code in the AppDomain is calling Assembly.Load(path) , the event will be raised, saying this assembly is attempted to be loaded?

This can be useful for redirecting possible assembly loads that are hardcoded in some components.

Doing this also from configuration is a valid option, if possible.

Any suggestions ?

  • 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-23T16:28:35+00:00Added an answer on May 23, 2026 at 4:28 pm

    It appears, from the documentation, that no event is thrown right at the start of this process. Therefore, I suggest (if possible), that you write something like the following and use it through-out:

    public static class AssemblyLoader
    {
        public delegate void LoadDelegate(string path);
    
        public void LoadAssembly(string path)
        {
            if(OnPreLoad != null)
                OnPreLoad(path);
            // load assembly here
        }  // eo LoadAssembly
    
        public event LoadDelegate OnPreLoad;
    } // eo AssemblyLoader
    

    Then, you can use this method anywhere in your code when you want to load an assembly.

    Obviously you might want to use a proper object here in that delegate (not just the path) to prevent loading of the assembly or do something different.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there an event that I can tap into in Global.asax to execute some
Is there a client event that I can use for when a DropDownList's data
Is there a WMI event you can subscribe to that will fire when a
Is there an event that fires when a WCF service gets started or shut
Is there an event that fires in vb.net just before a contextMenuStrip appears when
is there an easy way to hook to an event that is triggered on
Are there any free or cheap Code coverage tools I can use ad hook
Is there an event that is fired when the user presses the close button?
I'm looking to log unhandled javascript exceptions. Is there an event that fires when
Is there an event in WinForms that get's fired when a window is dragged?

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.