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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T19:25:49+00:00 2026-05-20T19:25:49+00:00

I am using reflection to pick up a collection of Types to register in

  • 0

I am using reflection to pick up a collection of Types to register in a container.

Problem is, after IIS 7.5 app pool recycles or an IISRESET, not all the assemblies can be picked up through reflection.

Any way to solve this problem without going through the bin folder and doing assembly load on each DLL?

Update:

I am using AppDomain.Current.GetAssemblies() to retrieve all the assemblies loaded.

  • 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-20T19:25:50+00:00Added an answer on May 20, 2026 at 7:25 pm

    Problem solved.

    Don’t use AppDomain.CurrentDomain.GetAssemblies().

    Instead, use

    System.Web.Mvc.BuildManager.GetReferencedAssemblies()
    

    Only quirk is .GetReferencedAssemblies() passes back ICollection (of objects) which you need to cast to Assembly then work with.

    Thanks all for your help.

    Edit- Credit goes to Dominic Pettifer – “AppDomain.CurrentDomain.GetAssemblies() Considered Armed and Extremely Dangerous”
    http://www.dominicpettifer.co.uk/Blog/44/how-to-get-a-reference-to-all-assemblies-in-the–bin-folder?replyId=357

    Indeed.

    Tripple Edit. not AppDomain.CurrentDomain.GetReferencedAssemblies(). Use the BuildManager class from System.Web.Mvc.

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

Sidebar

Related Questions

I'm not experienced using reflection and generic methods, here are two methods. I think
I am using reflection along with linq.Dynamic, and I am having a small problem
I tried using reflection to use a custom List View for an App with
I am using reflection to convert datareader into the generic collection list. Can anybody
I'm using reflection to loop through a Type 's properties and set certain types
Using reflection, how can I get all types that implement an interface with C#
Using reflection, is it possible to discover all types that derive from a given
Using reflection, I'm attempting to find the set of types which inherit from a
Using reflection, I'm able to filter members based on whether they are inherited, declared,
Using reflection on Java classes to access all field, methods, and so on: Is

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.