Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. Which runtimes are required

Which runtimes are required

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharpquestionannouncement
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Richard Jones
    wrote on last edited by
    #1

    We have some .Net 2.0 apps, a 3.5 app, and plan to do 4.0 in the future. Do I need to install all 3 runtimes, or is there a super-version? 4.0 looks really small compared to 3.5, and I think it may only contain stuff specific to 4.

    I need an app that will automatically deliver a new BBBBBBBBaBB (beautiful blonde bimbo brandishing bountiful bobbing bare breasts and bodacious butt) every day. John Simmons / outlaw programmer

    D A 2 Replies Last reply
    0
    • R Richard Jones

      We have some .Net 2.0 apps, a 3.5 app, and plan to do 4.0 in the future. Do I need to install all 3 runtimes, or is there a super-version? 4.0 looks really small compared to 3.5, and I think it may only contain stuff specific to 4.

      I need an app that will automatically deliver a new BBBBBBBBaBB (beautiful blonde bimbo brandishing bountiful bobbing bare breasts and bodacious butt) every day. John Simmons / outlaw programmer

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      2.0, 3.0 and 3.5 use the same 2.0 CLR. 3.0 and 3.5 are just a bunch of extensions on top of 2.0. 4.0 is a completely new CLR. There are 2 versions of the .NET Framework now. There is the full, heavyweight version that everyone is used to seeing and now there is a Client Profile version which is much lighter in weight and only includes the components that are used the most across the majority of applications. You can read more about it, and what's included and what's not, here[^].

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007, 2008
      But no longer in 2009...

      1 Reply Last reply
      0
      • R Richard Jones

        We have some .Net 2.0 apps, a 3.5 app, and plan to do 4.0 in the future. Do I need to install all 3 runtimes, or is there a super-version? 4.0 looks really small compared to 3.5, and I think it may only contain stuff specific to 4.

        I need an app that will automatically deliver a new BBBBBBBBaBB (beautiful blonde bimbo brandishing bountiful bobbing bare breasts and bodacious butt) every day. John Simmons / outlaw programmer

        A Offline
        A Offline
        Abhinav S
        wrote on last edited by
        #3

        You need all the three runtimes installed (unless you specify the runtime using the runtime tag in your application configuration file). .Net 4 is actually a big change over the others as a new version of the CLR has been released along with it.

        modified on Tuesday, May 4, 2010 1:43 AM

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups