Questions tagged [dotnet-framework]

52 questions
9
votes
4 answers

Is it safe to purge %WinDir%\assembly\NativeImages*\Temp\?

On my Windows Server 2008 R2 (SBS 2011) i have found more than 25 GB of files that seem to be junk: %WinDir%\assembly\NativeImages_v2.0.50727_32\Temp\ - 6.9 GB (656 files in 675 folders) %WinDir%\assembly\NativeImages_v2.0.50727_64\Temp\ - 18.5 GB…
Opmet
  • 261
  • 1
  • 2
  • 8
8
votes
3 answers

How do I install dotNet Framework 3.51 on Windows Server 2012 core?

On Windows Server 2008 R2 core I use dism.exe and the featurename: 'NetFx3-ServerCore' this feature is not available on Server 2012 (Windows Server 8). Using the standard 3.51 Installer on Server 2012 Core tells me: "You must use the Role Management…
8
votes
3 answers

Install .NET 4 via command line or PowerShell?

How do I install .NET 4 on Windows Server 2008 R2 from the command line or PowerShell? This post shows how to do it for .NET 3.5 using dism.exe and PowerShell. I am guessing that, since the .NET 4.0 binaries need to be downloaded first, these…
4
votes
2 answers

.NET Framework 4.7.2 stuck on installation and roll back on Windows Server 2016

When trying to install the .NET Framework version 4.7.2, it gets stuck on the installation and freezes here: I waited for over an hour for the .NET Framework to install, and it stayed at the same spot. I attempted to cancel the installation, and…
4
votes
0 answers

How to properly add .NET Core 3.1 assemblies to PowerShell session?

Related to this question: How to properly add .NET assemblies to Powershell session? I used this code to likewise try to load a .NET Core 3.1 assembly into a PowerShell session. I used this code: # Load Assembly Add-Type -Path…
Glenn Ferrie
  • 181
  • 7
3
votes
2 answers

Unable to install NET Framework 4.7.1 on Server Core installation Windows Server 2016

or "Update is not applicable to your computer" for NET Framework 4.7.1 on Server Core installation Windows Server 2016 Trying to update net framework to 4.7.1 on a Server Core installation but no dice. The installation starts to extract the files…
gojj
  • 98
  • 1
  • 3
  • 11
3
votes
7 answers

Error installing dotnet framework 3.5 SP1 on windows 2008

Getting a really wierd error. One of the developers tried to install Windows 2008 as a Virtual PC. He has also run windows update. When he tries to install dotnet framework 3.5 SP1 he gets the following error: [09/25/09,12:48:26] Microsoft .NET …
Shiraz Bhaiji
  • 2,219
  • 8
  • 34
  • 47
2
votes
2 answers

Troubleshoot msiexec removing dotnet Core

I am attempting to upgrade ASP.NET Core from 2.0.3 to 2.1.5 on a group of servers. I am using a Powershell script that looks something like this: $software = Get-ChildItem 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall' $software +=…
2
votes
0 answers

Windows 8 IE 10 TLS Handshake Errors to Apache 2.2 on Centos 6.6

We are really stumped on this. During an upgrade to a newer Apache environment running on CentOS 6.6 we encountered weird problems with TLS connections from Windows 8 machines. The first hint at the error was users of IE10 complaining as well as…
2
votes
1 answer

does upgrading .net framework changes Server Setting?

I need to upgrade .net framework in my Prod Server.earlier 3.5 is installed and I need to install 4.5. By installing the .net framework (4.5.1) Does it update any operating system settings? Will it change how the server runs?
vish1990
  • 21
  • 1
2
votes
5 answers

Deploying latest .NET Framework with Saltstack

Is there an "apt-get install .NET-Framework" for Windows Server 2008+? Some way I can update to the latest .NET Framework 4+, preferably using Saltstack?
Petrus Theron
  • 1,541
  • 5
  • 16
  • 24
2
votes
1 answer

Install MSSQL and .Net Framework 3.5 in Windows Server 2012

I have downloaded Windows Server 2012 VHD (Hyper-V VM) and wanna install MSSQL 2012 in it. But it's failing asking for "NetFX3". Googling about it I discovered it's .Net Framework 3.5 and lots of people had the same problem. Everybody say to use Add…
2
votes
4 answers

Response time measurements for IIS web application

I have a dot net web application, and would like to measure response time. I currently have two measures. The "inner" measure is made within the web app itself. The "outer" measure is the roundtrip time from the client (including network lag,…
Rob
  • 71
  • 1
  • 2
  • 7
2
votes
3 answers

Trivial Issue with ASP.NET 1.1 and SMTP

The server is running on: Windows Server Standard on SP2 IIS 7 with ASP.NET 1.1 IIS 6 for SMTP The server hosts many websites running ASP.NET 1.1. These websites use the built in SMTP server on IIS6. The SMTP works fine for a while but after a few…
2
votes
2 answers

Is it safe to install dotnet 3.5 on an IIS server running a dotnet 1.1 web application?

If I recall correctly, this is fine, the different versions coexist peacefully, but I just want to double-check there's no possibility of problems (I'm installing the newer version of the .net framework on an older production server in preparation…
MGOwen
  • 307
  • 2
  • 4
  • 11
1
2 3 4