how to uninstall .net 3.5 from window 8 pro

Discussion in 'Programming' started by sweatseo, Jan 20, 2014.

  1. #1
    hi,
    I have installed .netframe work 3.5 bymistake and now when I install wamp local host is not working in window 8 pro ,.netframework and wamp conflict with each other or what? please help how to uninstall .net frame work and how wamp local host will work?
     
    sweatseo, Jan 20, 2014 IP
  2. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #2
    It is EXTREMELY unlikely having .NET installed is actually conflicting with WAMP, it is much more likely an application that uses it is the problem... something that is conflicting with port 80 or some other port it's trying to use... like say... Skype. I have that problem in XAMPP whenever I set up a new workstation.

    Could you be more specific on what you mean by "not working in Win 8" (well, apart from it being Windows 8)? Is it staying there's a port conflict, is it failing to respond for some other reason? "Not working" is pretty darned vague.

    ASSUMING it's a port conflict run "netstat -ao" from the command line, figure out what PID is using port 80 (or whatever port is in conflict), then run "TaskList /FI "PID eq 0000" /FO LIST /V" replacing 0000 with the PID of the program using the port in question.
     
    deathshadow, Jan 21, 2014 IP
  3. Fiverscripts

    Fiverscripts Moderator Staff

    Messages:
    1,839
    Likes Received:
    42
    Best Answers:
    1
    Trophy Points:
    370
    #3
    Hi there,

    I have found this site with some good screenshots to uninstalling a program on windows 8.. (the latest OS is a tad confusing i agree with you on that one!)

    https://kb.wisc.edu/page.php?id=27423

    Matt
     
    Fiverscripts, Jan 25, 2014 IP