Questions tagged [.net-3.5]

The 3.5 version of the .Net Framework, released by Microsoft. See the .Net tag for more information.

51 questions
56
votes
4 answers

Can't install .net 3.5 on Windows 10

When I try to install .net 3.5 I get the follwing message: The following feature couldn't be installed: .NET Framework 3.5 (includes .NET 2.0 and 3.0) Error code: 0x800F081F I tried with a standalone package and through Windows Features. Update:…
Dunken
  • 839
  • 3
  • 10
  • 22
16
votes
1 answer

How to enable .NET Framework 3.5 on Windows 8 without downloading it?

Since I installed Windows 8 Preview on my personal computer, during the installation of some programs and drivers (Windows 7 ones) it started to pop me a message warning that .NET Framework 3.5 was needed: I could use "Install this feature", start…
Diogo
  • 30,192
  • 65
  • 150
  • 222
14
votes
4 answers

How do I install .NET Framework 3.5 on Windows 7?

I need to install version 3.5 of the .NET Framework in Windows 7, but when I try to install it, it shows the following error: "Turn on/off .NET Framework" option in System Features I tried doing this, but I don't understand what it means. Can…
naveensiva
  • 151
  • 1
  • 1
  • 3
9
votes
2 answers

.Net Framework 3.5 SP1 on Windows 7 not recognized by installers

Windows 7 Ultimate RTM already comes with the .Net Framework 3.5 SP1 preinstalled. However, some installers like the Azure tools and SDK 1.1 seem to check for it and fail: Windows Azure Tools for Microsoft Visual Studio requires .NET Framework 3.5…
Christoph Rüegg
  • 203
  • 1
  • 2
  • 8
8
votes
3 answers

Windows 10 .NET 3.5 installation

I'm on build 9841 of Windows 10. I downloaded .NET 3.5 SP 1 full. I double click the installer but nothing happens. Is that .NET version not compatible with Windows 10? I need it to install SQL Server 2014 Express.
Kris van der Mast
  • 341
  • 1
  • 3
  • 11
8
votes
1 answer

.NET 3.5 installation comes up with Error 0x800F0906, then 0x800F0081F using dism

I've recently tried installing .NET 3.5 for an application on Windows 8.1. I used the OS's popup thing to download/install .NET 3.5 and always get error code 0x800F0906. Upon further research, I found I would have to pop in my Windows 8 CD and…
Austin Meadows
  • 83
  • 1
  • 1
  • 4
8
votes
4 answers

How can I install .NET framework 3.5 on XP machines without internet connection?

I want to install .NET framework 3.5 on a couple of machines that do not have internet access. If I install the "no internet access"-package it still wants to download something. How can I figure out what is missing? Are there other installation…
EricSchaefer
  • 339
  • 2
  • 9
  • 17
6
votes
3 answers

Error 0x800f0922 installing .NET 3.5 on Windows 8

I'm trying to install .NET 3.5 on my Windows 8 box and it keeps throwing Error 0x800f0922 at me. From what I've read on answers.microsoft.com and StackOverflow I gather the easiest way to fix this is to perform a system refresh, however this will…
Benjamin Nolan
  • 61
  • 1
  • 1
  • 4
5
votes
3 answers

How to fix error "To run this application, you first must install one of the following version of the .Net Framework: v2.0.50727"?

How do I fix the error that started popping up in a lot of applications: To run this application, you first must install one of the following version of the .Net Framework: v2.0.50727. Would you like to download an install version v2.0.50727 of…
Contango
  • 1,179
  • 6
  • 15
  • 36
5
votes
2 answers

Cannot install windows feature NET-Framework-Features in Docker image

I'm trying to make a docker image out of a local build environment that uses .NET 3.5. I try enable the feature but get an error. This is my minimalized docker file for reproducing the problem: FROM mcr.microsoft.com/dotnet/framework/sdk RUN…
Andreas
  • 215
  • 2
  • 7
4
votes
1 answer

How do I fix a corrupted copy of .Net Framework on Windows 7?

I receive the following error when trying to run applications that require .net Framework 3.5: Could not load file or assembly 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The module…
3
votes
4 answers

Why do I need .NET 3.5 to install .NET 3.5?

EDIT: Please read what I have already tried before commenting/answering. Thank you. I just found a completely ridiculous problem. I have Win10 on my laptop. It comes with .NET 4.5 installed but not 3.5. I want to run a game that uses 3.5 (it won't…
Pyroglyph
  • 164
  • 4
  • 21
3
votes
2 answers

Windows 2012 Server: Enable .NET 3.5

I have a Windows 2012 Server which needs .NET 3.5 installed. For background info/solutions, please see this: http://sqlblog.com/blogs/sergio_govoni/archive/2013/07/13/how-to-install-netfx3-on-windows-server-2012-required-by-sql-server-2012.aspx I…
3
votes
1 answer

Why stopped when I install offline .NET Framwork 3.5 on win 8?

I tried to install .NET Framework 3.5 on Windows 8. Write command in cmd area, that processed until 68% and then it stopped! Why? I typed: dism /online /enable-feature /featurename:NetFx3 /All /Source:j:\sources\sxs /LimitAccess I don't have…
Hamid
  • 185
  • 6
3
votes
3 answers

Offline Installer for .NET framework 3.5, still requiring an internet connection

I am running the .NET 3.5 offline installer on windows 8.1 from Microsoft .NET Framework 3.5 Service pack 1 (Full Package) . Though, when I run this exe, it still prompts me to install from windows update. The same thing happens with the…
mt025
  • 3,280
  • 2
  • 21
  • 39
1
2 3 4