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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T05:02:31+00:00 2026-06-03T05:02:31+00:00

This is a simple question. I have been writing a software with .NET 4.5

  • 0

This is a simple question. I have been writing a software with .NET 4.5 (which is now Beta). What version of .NET runtime is needed to run this software? Is it 4.5? Some older?

Also, are .NET updates part of Windows Update?

  • 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-03T05:02:34+00:00Added an answer on June 3, 2026 at 5:02 am

    In order to run 4.5 compiled assemblies you must have the 4.5 framework installed. The 4.5 install is an in place upgrade which is mostly forwards compatible with 4.0 but is definitely not backwards compatible.

    One particular place that can trip you up is type forwarders. The 4.5 framework contains a huge number of new type forwarders (over 1,100 of them). A type forwarder is a way for an assembly to declare that a type moved from assembly A to assembly B. The CLR will silently redirect any references to the given type from A to B.

    An assembly compiled against 4.5 though will emit a reference to the type as if it existed in assembly B. If you then run that assembly against a 4.0 install it will expect the type to be in assembly B and it won’t be. The result will be a type load exception.

    Concrete Example:

    static void Main(string[] args)
    {
        var attrib = new ExtensionAttribute();
        Console.WriteLine(attrib);
    }
    

    Compile that code on a 4.5 box and then try to run it on a 4.0 box. The result will be a type load exception. The ExtensionAttribute type moved from System.Core in 4.0 to mscorlib in 4.5

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

Sidebar

Related Questions

This is a simple htaccess question for experts but I have been trying to
This is probably a simple question, but i have been unable to find a
Note: this appears to have been fixed in Roslyn This question arose when writing
this time i have a simple question: I have one table, related with himself
This is hopefully a simple question: I have an OpenGL texture and would like
Simple question: I have the following markup... <a href='#'> <img src='icon.png'> This is the
This is a very simple question yet I have little knowledge in Linux and
Okay this may be a simple question but I have yet to come with
this is a simple question. I have a form that is being validated using
I know this is a simple question for someone out there, but I have

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.