Questions tagged [dotnet-framework]

52 questions
2
votes
1 answer

Students can't install Extensions in Visual Studio Code

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 Active Directory environment Samba 4.x is used as…
Z.J
  • 121
  • 1
1
vote
0 answers

Host asp.net framework application in asp.net core web site

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: As asp.net core application need to be setup as…
Rob McCabe
  • 111
  • 3
1
vote
0 answers

VSTS Private Agent build - VS Build tools installer cannot install .NET Framework 4.6.2 SDK and targeting pack

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. There is also the IIS configured to host my web…
1
vote
0 answers

asp.net jit multiple core slow

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 core, 8 logical processors. The maximum I see csc…
Wayne
  • 11
  • 1
1
vote
2 answers

Dotnetcore app on Azure

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 options with running on Azure. I see there is a DBaaS…
Frank
  • 11
  • 1
1
vote
1 answer

Does installing .NET Framework 4.6.2 on a server resets IIS running application pools?

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 need to install the new Framework for these new apps…
1
vote
1 answer

Can't use dotnet core on Nano Server (TP5)

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't installed successfully, because if to run any…
1
vote
1 answer

Powershell script get .NET Framework versions from remote PCs

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 -match '^(?!S)\p{L}'} | Select PSChildName,…
Darius S
  • 11
  • 2
  • 4
1
vote
1 answer

Will application based on .NET FW 4.0 work on Windows Server 2012 R2?

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 must support a variety of operating systems: XP,…
1
vote
0 answers

Windows 2008 R2 AD-FS 2.0 Configure Error (.NET Framework)

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 and many fall downs I now know I have to install…
1
vote
5 answers

supported .net frameworks on windows server 2012 r2

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 machine running on new and old frameworks instead of…
Efekt
  • 13
  • 1
  • 1
  • 3
1
vote
2 answers

Windows Server 2008 R2 64 bit's Automatic Update is stuck

I need to install .NET framework 3.5SP1 on Windows server 2008R2 64 bit server, but windows is not allowing me to do this manually. I tried to do this with Windows Update, but Windows update is stuck in downloading, at 0%. Please help
1
vote
2 answers

Repair .NET Framework on Windows 2008 R2

One of our web servers has become inoperable and after some searching we think the .NET Framework might be corrupted in some way. The server runs Windows 2008 R2 and uses the 2.0 framework for the ASP.NET application that is (or better: was) running…
Niels R.
  • 233
  • 2
  • 5
  • 11
1
vote
1 answer

.net Framework won't install on Server 2003 SP2 x64

When I install the .net Framework 3.5 SP1 on my rental VPS, I get the message that setup has failed. It's a Server 2003 VPS w/ SP2 installed (64-bit). The .net Framework v 2.0 installed correctly. How do I fix this? This is the installation…
friedkiwi
  • 282
  • 3
  • 14
1
vote
1 answer

How to check application responding in Kubernetes

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 responding or not. Can someone let me know how to…
solveit
  • 255
  • 2
  • 11