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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T10:29:05+00:00 2026-05-31T10:29:05+00:00

I have written a class library in C# (mydll.dll) which accesses a third party

  • 0

I have written a class library in C# (mydll.dll) which accesses a third party dll (3rdpdll.dll). Mydll.dll, in turn gets consumed via COM interop by a non-.NET process (myapp.exe).

Mydll.dll is .NET 4.0 but 3rdpdll.dll has been built using v2.0.50727, so when I run myapp.exe, I get the following error:

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…

This gets fixed if I create a file called “myapp.exe.config” next to myapp.exe containing the following XML:

<?xml version="1.0"?>
<configuration>
  <startup useLegacyV2RuntimeActivationPolicy="true">
    <supportedRuntime version="v4.0"/>
  </startup>
</configuration>

Problem is myapp.exe gets updated a lot and contains version information in the name, such as myapp.v2.063.exe. This would require the config file to be renamed with every new iteration of the app (myapp.v2.063.exe.config
).

Is there a way for me to declare a static name for the config file, such as “app.config” so that it does not need to be renamed and reshipped along with every new iteration of myapp.exe? Or better yet, could I hard-code the useLegacyV2RuntimeActivationPolicy attribute in mydll.dll so that I can avoid using a config file altogether?

  • 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-31T10:29:07+00:00Added an answer on May 31, 2026 at 10:29 am

    I went with Joe‘s idea:

    If MyApp.exe gets updated a lot, could you prevail on it to rename or
    even autogenerate the config file with a matching name before its
    first call into any .NET code? – Joe Jan 12 at 17:38

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

Sidebar

Related Questions

I have written a C# class library (DLL) and wondering the quickest way to
Let's say I have written a Class Library (dll) in .Net and now I
Have written all the code in a silverlight class library (dll) and linked this
In the library, right-click on a movieclip that you have written an ActionScript class
I have a class library with some extension methods written in C# and an
I have a simple class library (COM+ service) written in C# to consume 5
I have written an NHibernateSessionFactory class which holds a static Nhibernate ISessionFactory. This is
I have a class library written in .Net that I would like to make
I have a utility class library I am writing. A have written a factory
I have a class library that I have written in C#.net. I want to

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.