CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Aug 2010
    Location
    UK, Kent
    Posts
    3

    Exclamation .NET Framework 3.5 not installing

    Just want to say thanks to the creators of this community I know I'm a new member and who has just joined for support. But I'll surely hopefully be around to help also. I'm just having this problem installing .NET Framework 3.5 on my Windows Server 2008 RC2 VPS. I've contacted the hosters of the VPS but they are unable to help.

    I downloaded .NET Framework 3.5 from http://www.microsoft.com/downloads/d...displaylang=en and executed the installer. Nothing happened. Absolutely nothing. The amount of times I've tried downloading it and many steps I've been told to go through haven't helped or solved it. I've checked processes and it doesn't hang or anything. Nothing appears to load or extract. I downloaded a standalone (non-web installer). Stuff actually extracted into my C:\ but then after the extraction, the temp files deleted and again nothing happened. It's a clean VPS and nothing should be blocking it. I have had no issues installing anything else administrational-wise. Can someone help me out if they know anyway to solve it? Perhaps some sort of debugger or something that could tell me what's going on to see what's blocking it.

    Thanks alot community and hope someone can help!
    Terrum.

  2. #2
    Join Date
    Dec 2007
    Posts
    234

    Re: .NET Framework 3.5 not installing

    Is it possible that FW3.5 may already be installed?

    -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

  3. #3
    Join Date
    Dec 2007
    Posts
    234

    Re: .NET Framework 3.5 not installing

    Ahhh... were the 2.0 and 3.0 frameworks installed? 3.5 builds upon 3.0 which builds upon 2.0...

    -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

  4. #4
    Join Date
    Aug 2010
    Location
    UK, Kent
    Posts
    3

    Re: .NET Framework 3.5 not installing

    Quote Originally Posted by TechGnome View Post
    Is it possible that FW3.5 may already be installed?

    -tg
    Not that I know of. How would I tell? It's not in the "Remove/Uninstall/Change Program" thing on the control panel and I can't run any of my software that works on my Home PC with FW3.5 installed that requires FW3.5 on the VPS.

    Ahhh... were the 2.0 and 3.0 frameworks installed? 3.5 builds upon 3.0 which builds upon 2.0...
    I really wouldn't know, sorry lol If you tell me how to find out what framework is currently installed I'll be more than happy to find it out and write it here.

  5. #5
    Join Date
    Dec 2007
    Posts
    234

    Re: .NET Framework 3.5 not installing

    If they aren't listed in the "Remove/Change Programs" listings... they are not installed. You can get to their installs from that link you had in the first post... scroll down to the bottom... snag the FW2.0 & FW3.0 redistributables.

    -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

  6. #6
    Join Date
    Aug 2010
    Location
    UK, Kent
    Posts
    3

    Re: .NET Framework 3.5 not installing

    I tried installing 3.0. It came up with an error saying "You must use the Role Management Tool to install or configure .NET Framework 3.0". So I google'd the error, and this result came up:

    http://www.fryan0911.com/2009/08/you...t-tool-to.html

    So I can try install .NET Framework 3.5 with the role management tool! Thanks all.

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