Skip to main content

Questions tagged [.net-framework]

The .NET Framework is the original .NET implementation, superseded by (just) .NET. It is a software framework for Microsoft Windows operating systems. It includes a large library, and it supports several programming languages which allows language interoperability

0 votes
1 answer
36 views

A local host web with localhost on port 443 was not found the site must be created in iss before can run the application

I have a configuration of .NET 2.1 LanuchSetting.json that has 2 commandNames is "IIS" then i got the error as the title above. I had changed one of them from "IIS" To "...
Trí Đỗ Quang's user avatar
1 vote
1 answer
62 views

How do you start a line-by-line profiling with JetBrains dotTrace 2024.1 using the API?

I'm trying to profile the performance of a class in an .NET application. I have JetBrains dotTrace 2024.1, which can profile: Sampling, Timeline, Tracing and Line-by-Line. I want to start and end a ...
Johan Ahlqvist's user avatar
0 votes
1 answer
152 views

Unable to install .net 4.8 runtime or any updates

Updates always fail on my 2016 server standard vm. When attempting to install .net 4.8 runtime i received the error the component store has been corrupted. I have attempted DISM /ONLINE /CLEANUP-IMAGE ...
user avatar
1 vote
1 answer
77 views

Installation of Drivers Via Programming Language

I have a Driver called X that manages a hardware component A. I would like to remove that drive and replace it with one called Y that also manages the component A. So far I have been using .NET ...
EnlightenedFunky's user avatar
1 vote
1 answer
2k views

How do I find which installed applications require the .NET framework on a server or workstation? [closed]

My question is in regards to Microsoft .Net and trying to determine what installed applications require .Net. Some background, during vulnerability scans we've identified several instances of ...
DdJSR's user avatar
  • 11
0 votes
0 answers
322 views

How to fix "unhandled exception has occured in the application" error while launching games like Batman Arkham Asylum

I installed Batman Arkham Asylum from GOG.com. Whenever I try to launch the game, it shows an error "unhandled exception has occured in the .NET Framework." I have tried rebooting my laptop ...
Afnaan2701's user avatar
1 vote
2 answers
576 views

Apps on Win 10 workstations suddenly saying .net v4.0.30319 needs to be installed

We have several machines running windows 10 which have suddenly started displaying errors when opening dotnet apps which previously worked. Amongst these is MSTeams but several apps on the same ...
Ian's user avatar
  • 219
0 votes
0 answers
137 views

Block Excel new instance to merge with other Excel instance

By default, when we open 2 Excel files, the second one will merge the process with the first one: excel.exe file1, excel.exe file2 We can use /x to open the second Excel file without merge: excel.exe ...
Thiago Novaes Borges da Cunha's user avatar
0 votes
0 answers
280 views

My .NET (dotnet) developer pack install doesn't seem to work

I'm trying to install .NET developer pack 4.7.2. I've downloaded the installer from the MS dotnet download website. I run the installer and it says it succeeded. If I run it again it says .NET 4.7.2 ...
Joe C's user avatar
  • 664
1 vote
1 answer
330 views

Windows how to emulate an internal display in a virtual machine

I'm trying to run a program in a virtual machine, this program try to fetch my display information trought Windows WMI with a query: var success = true; List<Display> displays = new List<...
leo________'s user avatar
0 votes
0 answers
3k views

An error occurred while installing .NET (7.0): .NET Acquisition Failed: I

Here is the error that keeps popping up with my experience during this problem (Ubuntu/os) : An error occurred while installing .NET (7.0): .NET Acquisition Failed: Installation failed: Error: ...
TAEE1's user avatar
  • 1
1 vote
1 answer
819 views

(SOLVED) How can I restore files missing from my Windows\Microsoft.NET folder, other than with a clean install of Windows?

(edited to add this note) NOTE: I already tried DISM, sfc, the .NET Framework repair tool, turning the .NET Framework features off and on, restoring from a restore point, and resetting the system. (...
Lamont's user avatar
  • 11
0 votes
1 answer
578 views

'The requested resource was not found on this server' error in IIS

I have configured IIS (ver 10) in Server 2022 edition and added few sites which including php,Dot net technologies etc. The sites were working fine except some DB issues which i was working on it. ...
Nidal K I's user avatar
0 votes
1 answer
2k views

Why .NET 3.5 SP1 has special meaning for Windows?

According to this link: https://learn.microsoft.com/en-us/lifecycle/products/microsoft-net-framework .NET 3.5 SP1 retire date is 2029 which sets it aside from other .NET versions. There is footnote: ...
Boppity Bop's user avatar
  • 2,444
4 votes
2 answers
14k views

Force Install .NET 4.8.1 on Server 2016

Server 2016 supports .NET 4.8.0. It does not support 4.8.1. There are very few changes between 4.8.0 and 4.8.1, so I struggle to believe that this is a fundamental limitation and that 4.8.1 couldn't ...
ScottishTapWater's user avatar

15 30 50 per page
1
2 3 4 5
40