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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T02:30:45+00:00 2026-06-08T02:30:45+00:00

Is there a quick way to test whether a given dll contains code that

  • 0

Is there a quick way to test whether a given dll contains code that can be run only with .net 4.5 without actually trying to load it by any CLR?

Background: I have a DLL which I am compiling to the 4.0 target but with the .net 4.5 (vs 2012) toolset. My running environment does not have 4.5 installed. I am using the AsyncTargetingPack to write async code, and targeting the code to .net 4.0.

I want to make sure that I didn’t, by accident, screw something up that will cause my DLL to reference some .net 4.5 only classes/namespaces.

  • 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-06-08T02:30:48+00:00Added an answer on June 8, 2026 at 2:30 am

    This has never been possible, except when there’s a major CLR version change. Which worked from .NET 1.0 to 1.1, 1.1 to 2.0 and 3.5 to 4.0. In-between versions had no CLR version change, neither is there one from 4.0 to 4.5

    This caused a pretty infamous problem with the WaitHandle.WaitOne(int) method, an overload that was added to the .NET 2.0 SP1 version of mscorlib. Without a corresponding change the [AssemblyVersion], still 2.0.0.0. So programmers unwittingly used the overload and had their code bomb on a machine that didn’t have the service pack installed.

    Microsoft fixed that problem in .NET 4, the reference assemblies are no longer a copy of the runtime assemblies. They just contain the metadata, no IL. Which in turned allowed them to make changes the public classes without fearing that they’ll break anything, the reference assemblies were not updated. Lots of updates to .NET 4 have been shipped, never heard of an accident.

    Same thing with .NET 4 to 4.5. When you use the 4.0 reference assemblies, you can be sure you don’t accidentally use a 4.5 specific class or method. Actually using a 4.5 added feature requires compiling with the 4.5 reference assemblies.

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

Sidebar

Related Questions

Is there a quick way or function that would tell me true/false if all
Is there a quick way to determine whether a Visual Studio C++ project is
Is there a quick way to check whether a path I have is on
I am wondering if there is a quick simple way to check whether a
Is there a quick and easy way to test a gem which is already
Is there quick way to get the ImageFormat object associated to a particular file
Is there a quick way to get a string containing the sql datatype required
Is there a quick way to add a blank value to a drop down
Is there a quick way ( existing method) Concatenate array element into string with
Is there a quick way to submit (pre-defined) POST data from a hyperlink in

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.