CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2010
    Posts
    1

    Exclamation which .Net Framework to Keep in Windows XP

    Hi,

    I have Windows XP with SP3 and I have different versions of .Net Framework installed on my PC with microsoft update as in the attachment.

    I just wanted to know what to keep and what to uninstall.

    I have no idea about this .Net Framework and would appreciate a quick response from any of the gurus here as which version to keep and which ones I can uninstall without an issue.

    Look ofrward to your quick response and thanks much in advance.

    Regards
    Learner99
    Attached Images Attached Images

  2. #2
    Join Date
    Dec 2007
    Posts
    234

    Re: which .Net Framework to Keep in Windows XP

    Not that simple.... 3.5 is built upon 3.0. 3.0 was built upon 2.0 .... so to run a FW3.5 app, you need 3.5, 3.0 and 2.0 If you only run 3.0 apps, then you need 3.0 and 2.0 and in theory could remove 3.5.

    But then comes the question, why remove any of them?

    -tg
    * I don't respond to private requests for help. It's not conducive to the general learning of others.-I also subscribe to all threads I participate, so there's no need to pm when there's an update.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help - how to remove eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to???
    * On Error Resume Next is error ignoring, not error handling(tm). * Use Offensive Programming, not Defensive Programming.
    "There is a major problem with your code, and VB wants to tell you what it is.. but you have decided to put your fingers in your ears and shout 'I'm not listening!'" - si_the_geek on using OERN
    MVP '06-'10

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured