Issue while installing .NET 3.5.1 on windows server V next

sixersriram

New Member
Messages
3
Hi all,

I am using Windows 8 build 8108. I am trying to install .NET 3.5.1 framework for running my application. After starting the installation from "Manage Programs" by choosing "Add features/roles" I am hitting the following error
Error-ScreenShot.png

Can you please help me
 

My Computer

System One

  • OS
    windows8
Run program need .Net 3.5.1 and choose install by Windows update, it will take some minutes XX
 

My Computer

System One

  • OS
    Windows 8
    System Manufacturer/Model
    DELL Vostro 1088

My Computer

System One

  • OS
    Windows 8, x64, DP8102 - Win7 Ultimate x64, Dual Boot
    System Manufacturer/Model
    Toshiba
    CPU
    Core 2 Duo T5500
    Motherboard
    Intel
    Memory
    4 GB
    Graphics Card(s)
    Intel 965
    Monitor(s) Displays
    Laptop 17", Gateway 20"
    Screen Resolution
    1440x900 (x2)
Yes. Where did you get that build?
Ver 8102 - Net 3.5.1 will not install on this version, but Net ver 4 is already built in, which maybe the reason. But maybe chocoboxx found a way to do it??
 

My Computer

System One

  • OS
    Windows 8.1
    Computer type
    PC/Desktop
    Other Info
    Use several different computers during a day, so specs are irrelevant.
Yes. Where did you get that build?
Ver 8102 - Net 3.5.1 will not install on this version, but Net ver 4 is already built in, which maybe the reason. But maybe chocoboxx found a way to do it??
He doesn't have 8108, dave. :)
It doesn't exist. Sorry, I was being facetious.

However, Dot Net 3.51 installed just fine for me as far as I can tell.

Is there a way I can test the veracity of the install?
 

My Computer

System One

  • OS
    Windows 8, x64, DP8102 - Win7 Ultimate x64, Dual Boot
    System Manufacturer/Model
    Toshiba
    CPU
    Core 2 Duo T5500
    Motherboard
    Intel
    Memory
    4 GB
    Graphics Card(s)
    Intel 965
    Monitor(s) Displays
    Laptop 17", Gateway 20"
    Screen Resolution
    1440x900 (x2)
Well, it is a conundrum for me! I have a couple of program which throw up that message. One, as I said, is Snagit. Atempts to install fail. Attempts to install ver 4 fail with the message that ver 4 is already built in.
However. The story gets more complicated!!!
If you look in
C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5
Well, there it is! But I cannot track down Ver 4.

It is just the irritating message for me, otherwise, I am not to stressed about it. Must be a bug somewhere in the install procedure or, as I said, individual software updates are needed.

View attachment 2064 View attachment 2065



View attachment 2066
 

My Computer

System One

  • OS
    Windows 8.1
    Computer type
    PC/Desktop
    Other Info
    Use several different computers during a day, so specs are irrelevant.
Hi, dave!

I don't have any use for Snagit so I cannot really commiserate with you.

I must mention, however, Dot Net 3.51 appears to have installed just fine for me as far as I can tell.

Dunno what's up with your install, sorry. :eek:
 

My Computer

System One

  • OS
    Windows 8, x64, DP8102 - Win7 Ultimate x64, Dual Boot
    System Manufacturer/Model
    Toshiba
    CPU
    Core 2 Duo T5500
    Motherboard
    Intel
    Memory
    4 GB
    Graphics Card(s)
    Intel 965
    Monitor(s) Displays
    Laptop 17", Gateway 20"
    Screen Resolution
    1440x900 (x2)

My Computer

System One

  • OS
    Windows 7
Run program need .Net 3.5.1 and choose install by Windows update, it will take some minutes XX

Hi didn't get you. I have windows Update turned on. I got this build from this week's developers preview by MS

Check this thread Installing applications in need of Windows Update Error few people has some registry tweak to get it to install. If that didn't work then Refresh your PC How to Refresh Windows 8


Refresh PC option is available only in Client and not in Server.Still not able to install .NET 3.5.1:confused:
 

My Computer

System One

  • OS
    windows8
You can enable 3.5 Framework feature on Win 8, providing you have the Win 8 source disk: Create and folder in c: and name it temp. copy all files from your Win 8 source disk: "?:\sources\sxs," folder and paste into "c:\temp."

  • xcopy e:\sources\sxs\*.* c:\temp /s


  • With CMD as administrator rights Locate c:\temp


  • In command line from this location (c:\temp) type:
  • dism.exe /online /enable-feature /featurename:NetFX3 /All /Source:c:\temp /LimitAccess
Feature should now be enabled.
 

My Computer

System One

  • OS
    Win 8
Thanks davep, but in my case that did not solve the problem either. It isn't a big deal and only happens with a couple of software items.
 

My Computer

System One

  • OS
    Windows 8.1
    Computer type
    PC/Desktop
    Other Info
    Use several different computers during a day, so specs are irrelevant.
Back
Top