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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T15:55:15+00:00 2026-05-16T15:55:15+00:00

In my project I have the following helper method, which goes through all the

  • 0

In my project I have the following helper method, which goes through all the assembly and gets all types that are subclasses of the BaseCamaFrom type.

    public static List<Type> GetAllTestActionFormTypes()
    {
        List<Type> types = new List<Type>();

        // add all the types that are subclasses of BaseCamaForm to the _camaFormType list
        foreach (Assembly asm in AppDomain.CurrentDomain.GetAssemblies())
            foreach (Type t in asm.GetTypes())
                if (t.IsSubclassOf(typeof(BaseCamaForm)))
                    types.Add(t);

        return types;
    }

This method works correctly on the first call. However, upon calling this method a second time the following exception occurs when the asm.GetTypes() is called:

ReflectionTypeLoadException was unhandled by user code: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.

Upon looking at the LoaderException property I found a System.IO.FileLoadException with the following message:

Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.

Why does this code work the first time it is called but always exceptions the second time?


Edit: After more investigation, the only assemblies I reference that have a Runtime Version of 2.0.50727 are Microsoft.TeamFoundation.Client and Microsoft.TeamFoundation.VersionControl.Client. I cannot figure out why these references are causing issues with reflection, nor why it seems to happen only on the 2nd attempt. This seems to sporadically also occur as well when attempting to use the Activator.CreateInstance(types[x]) call on some classes.

  • 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-16T15:55:16+00:00Added an answer on May 16, 2026 at 3:55 pm

    Apparently I had to add <startup useLegacyV2RuntimeActivationPolicy="true" /> into my app.config file. Once I did that I no longer had reflection exceptions occurring. I still don’t know why it did this but at least it’s fixed.

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

Sidebar

Related Questions

In a makefile, I have the following line: helper.cpp: dtds.h Which ensures that helper.cpp
In my C# class project, I have a helper class which has the following
In my project I have the following three interfaces, which are implemented by classes
I have a project in which i have the following files main.wxs - directory
I have following code that I am compiling in a .NET 4.0 project namespace
I have the following helper in a rails 3.1 project - I'm just wondering
I have set my project to accept unsafe code and have the following helper
For my project I have added following line of code in applicaiton.ini resources.layout.layoutPath =
In my Rails project I have the following code: auto_link( h( wrap_long_string(post.text,50) )).gsub(/\n/,<br />)
I am working on a project and have the following psuedocode: // create a

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.