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

    Discussion in 'Windows OS and Software' started by czhang, Sep 26, 2008.

  1. czhang

    czhang Notebook Consultant

    Reputations:
    145
    Messages:
    272
    Likes Received:
    0
    Trophy Points:
    30
    on my laptop I have many versions of .NET installed.
    I have .NET 1.1, .NET 1.1 Hotfix (both 1.45GB), and .NET 2.0 (slightly less than 100MB). Do I have to keep the 1.1s? also what about Java? I have SE Runtime 6 Update 1, 2 Runtime Environment SE v1.4.2_12, 6 Update 2.

    These are taking up a bit of space on my HDD so I was wondering which would be OK to remove. Thanks
     
  2. Nebelwand

    Nebelwand Notebook Consultant

    Reputations:
    119
    Messages:
    213
    Likes Received:
    0
    Trophy Points:
    30
    Only if you're using .NET applications that specifically require 1.1 (2.0 doesn't include 1.1, they can be installed in parallel).

    See above. Do you use any Java applications that require a specific, older JVM version? Keep in mind that most people probably don't use any Java applications at all, just browser applets (and even those seem to be pretty rare these days), so general advice is to have only the latest version installed. That would be JRE 6 Update 7, and you should make sure to uninstall all older versions manually (the installer won't update/remove them) because the older ones usually contain security vulnerabilities.
     
  3. czhang

    czhang Notebook Consultant

    Reputations:
    145
    Messages:
    272
    Likes Received:
    0
    Trophy Points:
    30
    Ah, OK thanks a lot! This is gonna free up 3 or 4 much needed gigabytes on my laptop!
     
  4. Shyster1

    Shyster1 Notebook Nobel Laureate

    Reputations:
    6,926
    Messages:
    8,178
    Likes Received:
    0
    Trophy Points:
    205
    You might want to double-check to make sure you don't have any apps that depend on any of the .NET frameworks before you delete them. First I'd check on Microsoft's website to see what they have to say about whether or not it's safe to uninstall/delete these frameworks, second I would be inclined to use Sysinternal's Dependency Walker to double check on the dlls for the earlier frameworks to see if you've got any apps that might depend on those earlier frameworks.