Questions tagged [.net-3.5]

The .NET Framework version 3.5 is a software framework for Microsoft Windows operating systems. It includes a large library, and it supports several programming languages which allows language interoperability.

Please note that the .NET Framework is not specific to any one programming language. The C#, VB.NET, C++/CLI and F# programming languages from Microsoft, and many other languages from other vendors, all use the same .NET Framework.

43 questions
57
votes
11 answers

Unable to install .net 3.5 on Windows server 2012

I am trying to install .Net 3.5 on Windows Server 2012 and it constantly keeps failing. I am using "Add or Remove Features" and my Internet is already there. I've read that if alternate source couldn't be found, the installer tries to download…
Tim Tom
  • 681
  • 2
  • 7
  • 8
13
votes
10 answers

Installing .Net 3.5 on Windows 2012 R2

So I am trying to Install .net 3.5 on a windows 2012 R2 Server. I have tried via the Add Feature and via DISM both fail. When trying via Add Features GUI I am using the “Specify Alternate Path” This fails with the error “installing of one of more…
Zapto
  • 1,824
  • 6
  • 23
  • 39
10
votes
2 answers

Is .NET 3.5.1 Supported on Windows Server 2016?

I can't find any documentation regarding this, take a look at.. https://support.microsoft.com/en-us/gp/framework_faq/en-us .NET Framework 3.5 SP1: Beginning with .NET Framework 3.5 Service Pack 1 (SP1) the .NET Framework is defined as a…
Henry
  • 910
  • 1
  • 5
  • 17
6
votes
8 answers

.Net Application Deployment

I'm writing a windows forms application to be sold to small to mid-size corporations and be used by users on a LAN. To make it easier for network administrators, I'm thinking of using .Net 3.5 SP1 and have the app running from a network share. This…
anon2009
6
votes
2 answers

Failure to install NetFX3 on Windows Server 2012: Error 3017 -- Am I missing something here?

I am really struggling to get this installed. I have tried the suggestions here in an attempt to rectify any possible corruption. I mounted the disk image to 'G' to do an offline install. I also attempted an online install with similar results.…
NickSuperb
  • 251
  • 3
  • 8
6
votes
13 answers

.NET 3.5 SP1 Installer hang at around 80%

I was trying to install .NET 3.5 SP1 to one of our production machines with Windows 2003 SP2. However, the installer just hang at around 80% with message "Setup is loading installation components, This may take a minute or two". In fact it's been…
Oscar Kuo
  • 243
  • 3
  • 7
5
votes
1 answer

Can't install Active Directory Management Gateway Service on Windows Server 2003 DC because hotfix 969166 is missing

I need to install the Active Directory Management Gateway Service on two Windows Server 2003 domain controllers, in order to be able to use the Active Directory PowerShell module on other computers in the environment; this is required as a…
Massimo
  • 68,714
  • 56
  • 196
  • 319
5
votes
2 answers

Error installing a .NET Windows service with InstallUtil

I keep getting the error below when every I try to use the InstallUtil to install my .NET service. I put "installutil myservice.exe" into command prompt and then get the error. Any idea of what the problem is? Do I need to add another…
norlando
  • 195
  • 1
  • 6
4
votes
6 answers

.NET 3.5, IIS 7, SQL Server 2008 hosting

Any recomendations on what services are out there to host an ASP.NET MVC application using .NET 3.5, IIS 7, SQL Server 2008? Any recommendation on shared? VPS? Dedicated?
Pablo
  • 7,249
  • 25
  • 68
  • 83
3
votes
3 answers

IIS7 application pool Framework version 3.5 missing

I'm just trying to create a new application pool in IIS7 and specify 3.5 for its framework version. However it only has "v2.0.50727" or "no managed code" as options in the framework version drop down. How can that be and how can I fix it?
AnthonyWJones
  • 225
  • 1
  • 4
  • 7
3
votes
2 answers

Windows Server 2008 R2 web site: problem with impersonation

I got a web site, who use Impersonation. When my anonymous user set to IUSR and the application pool identity set to NetworkService, some pages don't display. I get a blank page, with no error message. If I put the anonymous user as…
2
votes
2 answers

.NET 3.5 fails on Server 2016 with error 0x800f081f

I am trying to install .NET 3.5 on a Windows Server 2016, through SCCM 2012, with the source file located on a remote network location, without mounting the ISO locally. My .NET 3.5 installation keeps failing on a Windows Server 2016. Running the…
Elle T
  • 21
  • 1
  • 1
  • 3
2
votes
2 answers

Installation of .Net 3.5 runtime is stuck at 17%

I am trying to a .NET framework 3.5 feature on a windows server 2016. However once the progress bar reached 17%, it is stuck. Any reason why it is the case? Is there any solution to this problem?
Anthony Kong
  • 2,976
  • 10
  • 53
  • 91
2
votes
2 answers

File version number of .NET 3.5 Service Pack 1 installer

I have a very large executable (237 MB) called dotnetfx35.exe. This may be .NET 3.5, or it may be .NET 3.5 service pack 1. How can I tell which one it is? (Short of downloading the .NET 3.5 SP1 file and doing a comparison). On the version tab I…
Andrew Shepherd
  • 573
  • 2
  • 6
  • 16
2
votes
3 answers

What is the best way to install .NET 3.5 on all machines on the network?

I am a developer and I would like to upgrade a client's application to .NET 3.5. This means .NET 3.5 needs to be installed on every computer on the network that is going to use this application. The users on this network have restricted permissions…
richard
  • 181
  • 1
  • 1
  • 7
1
2 3