Skip to main content

Questions tagged [dotnet-framework]

0 votes
1 answer
635 views

I've got a server that for some reason isn't updated from .NET Framework 4.7 over to 4.8 causing some issues with a DevOps deployment using DNF. This server was originally 2016 upgraded to 2019. ...
Octavian D.'s user avatar
0 votes
1 answer
377 views

A supplier installed their software on our Windows Server 2019 Essentials, Version 1809, build 10.0.17763.7314 host. Since then, our CRM fails, along with some Windows applications. Launching the CRM ...
kufsa's user avatar
  • 1
0 votes
1 answer
617 views

I have seven Server 2019 systems that I maintain that do not have a connection to the internet or an MECM or WSUS. So far, I have been patching them with a WSUS Offline tool that I found that pulls ...
user3271408's user avatar
1 vote
1 answer
1k views

Getting this error and am in middlle of nowhere ----> System.InvalidOperationException: No authentication handler is registered for the scheme 'You do not have permission to access this resource.'. ...
Mansoor Saleem's user avatar
1 vote
0 answers
376 views

I am starting proper command ~/project$ /usr/bin/dotnet sonarscanner end /d:sonar.login="admin" /d:sonar.password="user" and got the java error on ubuntu 20.04.3 SonarScanner ...
Машина's user avatar
0 votes
0 answers
452 views

I am using NopCommerce 4.60.5 , with Ubuntu 23 , Nginx as Reverse proxy to upstream .net app. Site is up and running with some minor issues that im working on. however, issue starts when I have ...
tonysar's user avatar
0 votes
1 answer
159 views

I'm working on a project that requires deployment both on the cloud and on private virtual machines. The customer provided 4 VMs with the stipulation that the database should be on one VM, the ...
Asim Khan's user avatar
  • 101
0 votes
0 answers
1k views

I have a fully working .Net Framework 4.8 web site running on Windows Server 2019. The site has both MVC and Api Controllers. Automatic or manual Recycling the site takes just a few seconds. I ported ...
seagulledge's user avatar
1 vote
2 answers
3k views

I'm trying to install dotNet 3.5 on Windows 10 22H2. The target has no monitor and no access to the internet. When using the flags suggested by Microsoft /q /norestart, the package is not installed. ...
sailektiv's user avatar
0 votes
1 answer
1k views

For a while now our vulnerability scanner has been detecting out of date .NET components on one of our servers and a management workstation; this is related to some software we recently deployed on it....
The ITea Guy's user avatar
0 votes
0 answers
2k views

I'm unable to install .NET Framework 4.8 on a Windows Server 2016 Core Edition. Initial installation starts and gets to the point of: Installation completed successfully with success code: (...
jshizzle's user avatar
  • 391
0 votes
1 answer
2k views

Using dotnet publish, how do I deploy a dotnet core web application to a IIS server hosted remotely? What is the best way to do that? I am setting up Jenkins for CICD for this app and need this ...
Krunal's user avatar
  • 231
2 votes
1 answer
2k views

We are a school and would like to use Visual Studio Code together with the Omnisharp extension. The students' working environment has the following characteristics Server-stored home directories ...
Z.J's user avatar
  • 121
1 vote
1 answer
397 views

I have a .net framework application written in C# running in K8s orchestration. I simply want to check in fixed interval (lets say in every 300sec) that my application which is running inside pod is ...
solveit's user avatar
  • 275
0 votes
1 answer
394 views

My Error in Logs Explorer when I deploy my App in Google Cloud>Workloads It was not possible to find any compatible framework version The framework 'Microsoft.NETCore.App', version '3.1.0' was not ...
user623915's user avatar
1 vote
1 answer
2k views

I have an ASPNET Core Runtime that needs removed, but the means I've discovered doesn't seem to be working right. This is Version 2.1.17, which is old and needs gone. It is on a Windows 10 domain-...
The ITea Guy's user avatar
0 votes
1 answer
308 views

I have a .Net Core 3.1 console application that runs on a schedule (currently hosted on a VM). It gets some settings from it's config file and uses http to grab data from an API and feed it into a ...
R2Bleep2's user avatar
1 vote
1 answer
2k views

The client always communicates using TLS 1.0 , On the Client side, I am having Windows Server 2012 R2 ( which as per the documentation it supports TLS 1.2 ) After going through many forums I realized ...
aj8080's user avatar
  • 11
4 votes
0 answers
3k views

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: ...
Glenn Ferrie's user avatar
0 votes
0 answers
1k views

I have ubuntu server 18.04.3 amd64. this is my script to install .net core 3: curl -SL -o dotnet.tar.gz https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-arm64.tar.gz ...
SexyMF's user avatar
  • 209
5 votes
2 answers
20k views

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....
AndreasKralj's user avatar
2 votes
2 answers
7k views

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\...
Monban's user avatar
  • 155
0 votes
3 answers
8k views

We're experiencing 100% CPU usage from the process Microsoft.Identity.Health.AadSync.MonitoringAgent.Startup on our Domain Controllers that have Azure AD Connect installed, since yesterday. According ...
Matty Brown's user avatar
3 votes
2 answers
12k views

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 ...
gojj's user avatar
  • 98
1 vote
0 answers
349 views

I have two applications, one built using asp.net core and one using asp.net framework. I am hosting both within IIS. One runs under an app pool setup as managed and one as unmanaged, as shown here: ...
Rob McCabe's user avatar
1 vote
0 answers
482 views

I'm trying to configure a VSTS Private Agent build. The virtual machine where I've installed everything is a Windows 2012 R2 hosted on Azure. I've installed the .NET Framework 4.6.2 and even the 4.7....
crushjz's user avatar
  • 11
1 vote
0 answers
205 views

Using IIS I'm Running Asp.net 4.5 and trying to find a way to improve jit times on a machine multiple(8) cores. The test I use is timing 100 different pages. The machine i'm testing all this on is 4 ...
Wayne's user avatar
  • 11
0 votes
1 answer
281 views

I manage a Windows Server 2008 R2 box which has a .NET Framework related security issue that showed up in a recent security scan. Below are the security scan results: The following Microsoft .NET ...
12AX7's user avatar
  • 113
10 votes
4 answers
35k views

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%\...
Opmet's user avatar
  • 271
1 vote
2 answers
226 views

What is the most effective way to run a dotnetcore app on azure? Currently I am hosting two servers (1db and 1 server201x) and running it through IIS and it works smoothly, but I want to explore ...
Frank's user avatar
  • 11
0 votes
1 answer
3k views

I have a Ubuntu 16.04 environment with Docker on Digital Ocean and I am booting a service using docker-compose: version: '2' services: cis-api: image: docker.myserver.com/cis-api:latest ...
kolrie's user avatar
  • 235
0 votes
1 answer
1k views

Server : Windows Server 2008 (Standard) Service pack 2 All website running before on Framework 3.5 was stopped working and was giving error : Error Code : 0x80070032 Config Error : The ...
par's user avatar
  • 101
1 vote
1 answer
3k views

On our production data center we have IIS Pools running on ASP.NET 2.0. We need to install new WebApps on these servers but they use .NET Framework 4.6.2. We can not stop our IIS Pools, and yet we ...
rodrigogq's user avatar
  • 121
1 vote
1 answer
497 views

I was trying to follow all the instructions from the next tutorial: https://docs.asp.net/en/latest/tutorials/nano-server.html#id9 , but there has occured one problem... Seems to be, dotnet core wasn'...
Matthew Tipton's user avatar
1 vote
1 answer
7k views

I have the following script. Get-Content comps.csv | Get-ChildItem 'HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP' -recurse | Get-ItemProperty -name Version,Release -EA 0 | Where { $_.PSChildName -...
Darius S's user avatar
0 votes
1 answer
1k views

To connect Web App to VM I created a Vnet (point 2 site). Web app can see VM now, but: it can access it just through an IP and not the host name. To use host name, I found info that I have to setup my ...
Hrvoje Hudo's user avatar
0 votes
1 answer
2k views

Recently I started to see intermittent errors in log files of my web application. Raising from different places of the application the error is always about failed connection to DB which is located on ...
frm's user avatar
  • 101
2 votes
0 answers
1k views

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 ...
JonathanT's user avatar
  • 121
1 vote
1 answer
1k views

0 down vote favorite I'm a little bit confused about .NET framework versions and its compatibility with operating system. Please help. I plan to upgrade my application to .NET 4.x. My application ...
user1762109's user avatar
1 vote
0 answers
379 views

I have been trying to configure my Windows server 2008 R2 machine for the last 3 days now just so that mobile clients can access an in-house installation of MS Dynamics CRM 2013 ! After MUCH reading ...
henda79's user avatar
  • 151
2 votes
1 answer
300 views

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 ...
vish1990's user avatar
  • 121
1 vote
5 answers
34k views

is it possible to install .net frameworks 1.0, 1.1, 2.0 on windows server 2012 r2? we need a build slave running legacy builds on visual studio 2003/2005 compilers and we'd like to have a single ...
Efekt's user avatar
  • 13
2 votes
5 answers
3k views

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's user avatar
2 votes
1 answer
3k views

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 ...
Hikari's user avatar
  • 127
2 votes
4 answers
13k views

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 ...
Rob's user avatar
  • 71
-2 votes
1 answer
2k views

I would like to clean-up some of my computers. There are multiple versions of the .NET framework installed in parallel (2.0, 3.0, 3.5). How can I find out if one of my local applications is still ...
blerontin's user avatar
  • 466
8 votes
3 answers
33k views

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 ...
Peter Hahndorf's user avatar
0 votes
1 answer
626 views

We currently have 4 load balanced web servers connecting to a SQL 2005 database server. On the web servers is IIS 6 which has our Dot Net web services installed and Dot Net COM+ components also in Dot ...
bazdunk's user avatar
2 votes
3 answers
427 views

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. ...
Moushigo's user avatar
0 votes
2 answers
4k views

I recently moved (and still in testing) an application from a Windows 2003 Server (Physical box) running IIS 6.x to a Windows 2008 R2 Standard (VM) IIS 7.5 server. The application is a .NET framework ...
Valien's user avatar
  • 193