The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    microsoft .net issues

    Discussion in 'Windows OS and Software' started by andrew.brandon, May 15, 2008.

  1. andrew.brandon

    andrew.brandon Notebook Evangelist

    Reputations:
    61
    Messages:
    594
    Likes Received:
    0
    Trophy Points:
    30
    I was getting these .net 1.1 program bla bla bla has stopped working and windows update always had an update for it but it would never install correctly. I eventually just removed the program. my question is do I need? I see there are several versions out, do I need all 3? 1.1, 2.0 and 3.5? or is the 3.5 just all thats needed?

    EDIT: this is on vista basic
     
  2. ATG

    ATG 2x4 Super Moderator

    Reputations:
    3,306
    Messages:
    4,461
    Likes Received:
    344
    Trophy Points:
    151
    I'd say latest it's all you need, for example I'm with it and can run program that I know for sure requires .net 2.0
     
  3. The_Observer

    The_Observer 9262 is the best:)

    Reputations:
    385
    Messages:
    2,662
    Likes Received:
    0
    Trophy Points:
    55
    NHC need .net 2.0 and I use it all the time.
     
  4. alekkh

    alekkh Notebook Evangelist

    Reputations:
    63
    Messages:
    301
    Likes Received:
    0
    Trophy Points:
    30
    It is case dependent. For some 1.1 programs you do need 1.1 installed in addition to 2.0 and 3.5.
    For some 3.5 is going to work.
     
  5. ttupa

    ttupa Tech Elitist NBR Reviewer

    Reputations:
    136
    Messages:
    1,150
    Likes Received:
    0
    Trophy Points:
    55
    I only know for sure that if a program requires .NET 1.1, then it will not run on 3.0/3.5/2.0. Otherwise, I think the others will all work with 3.5.
     
  6. frazell

    frazell Notebook Deity

    Reputations:
    81
    Messages:
    895
    Likes Received:
    0
    Trophy Points:
    30
    As mentioned before, it is very case dependent and you'll have to read the documentation for your specific program.

    To my knowledge there hasn't been any breaking changes to .NET since the transition from 1.0 to 1.1, but that doesn't mean your app isn't hard coded to a specific framework version.
     
  7. Jalf

    Jalf Comrade Santa

    Reputations:
    2,883
    Messages:
    3,468
    Likes Received:
    0
    Trophy Points:
    105
    Download 3.5, and see how far you get with that. If you run into apps that won't work, you might have to install 1.1 as well. But don't bother until you need it.



    2.0 shouldn't be necessary though. (3.5 still uses the 2.0 .NET runtime, so those two should be compatible)