1,118 questions with .NET Runtime tags

Sort by: Updated
1 answer

Does ".Net 8.0" include support for "Microsoft.Practices.Unity"?

Hi, I'm in the process of upgrading my code from .NET Framework 4.5.1 to .NET 8.0 within the recent Core framework. In my previous project, I relied on the "Microsoft.Practices.Unity" library. However, during the migration to .NET 8.0, I…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,360 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,046 questions
Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,478 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,226 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,118 questions
asked 2024-02-12T16:13:54.13+00:00
Sanjay Kumar Jha 151 Reputation points
commented 2024-02-13T03:00:02.3966667+00:00
JimmyYang-MSFT 48,706 Reputation points Microsoft Vendor
3 answers One of the answers was accepted by the question author.

Problem on server after upgrad from .NET 4.6 to .NET 4.8 (site is KO)

Hello, We have just updated the version of an asp.net MVC project from .NET framework 4.6 to .Net 4.8. Following this, the solution compiles and works well locally whereas this is not the case after deploying the site. it no longer works on the server…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,360 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,249 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,118 questions
asked 2024-02-01T15:19:42.1+00:00
Wassim GHARSALLAOUI 20 Reputation points
accepted 2024-02-09T10:22:06.8733333+00:00
Wassim GHARSALLAOUI 20 Reputation points
1 answer

Azure app service reverts to previous version

I have blazor web app I'm deploying to Azure App service using VS2022 Preview publish feature. I have upgrade my project target framework to .NET 8. And I have my publish setting target framework to .NET 8. However after publishing the app the…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,360 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,249 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,593 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,118 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,852 questions
asked 2024-01-29T22:02:12.3066667+00:00
JuwonPark-6692 5 Reputation points
commented 2024-02-09T04:46:34.92+00:00
ajkuma 22,241 Reputation points Microsoft Employee
2 answers

Visual studio 2022 Installation error

Can someone help me? I am getting this warning when I try to install .NET development for visual studio 2022 : Couldn't install Microsoft.VisualStudio.Community.Shared.Msi

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,593 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,118 questions
asked 2022-11-19T19:35:11.68+00:00
lambarini 16 Reputation points
commented 2024-02-08T13:44:40.0066667+00:00
Tianyu Sun-MSFT 27,181 Reputation points Microsoft Vendor
1 answer

Receiving an error while try to register DLL with RegAsm.exe: "Could not load file or assembly 'System.Runtime, Version=8.0.0.0, Culture=neutral ,..."

I try to register DLL with RegAsm.exe but I receive this error: RegAsm : warning RA0000 : Registering an unsigned assembly with /codebase can cause your assembly to interfere with other applications that may be installed on the same computer. The…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,598 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,118 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,136 questions
asked 2024-02-07T09:22:32.6766667+00:00
edited the question 2024-02-08T01:20:50.6366667+00:00
Jiale Xue - MSFT 31,196 Reputation points Microsoft Vendor
1 answer

.Net core SDK Clean Removal

We have identified multiple vulnerabilities every month due to the .Net core (like 6.0, 7.0, and 8.0). This is because the latest update removes the older version, but doesn't delete the older files. This became very challenging to remove these files…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,152 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,118 questions
asked 2024-01-30T19:43:05.2666667+00:00
Krishnareddy K 31 Reputation points
commented 2024-02-07T06:25:42.72+00:00
Jiachen Li-MSFT 26,426 Reputation points Microsoft Vendor
1 answer

Apps failing to start, how to reset .NET Frameworks' Global Assembly/Access Cache ? #GAC

i added some Assemblies to .NET Framework's Global Access Cache, by a not-overwriting command of gacutil.exe . and some apps stopped working, 1 of them showed this error: Unhandled Exception: System.TypeLoadException: Could not load type…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,598 questions
Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,736 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,118 questions
asked 2023-10-07T09:43:32.2+00:00
nn-3559 1 Reputation point
edited the question 2024-02-06T10:31:16.3866667+00:00
nn-3559 1 Reputation point
1 answer

Winform application built on .NetCore 6 crashing intermittenly

We have a Winform application built on .NetCore 6 crashing intermittently randomly with the below error Winform application built on .NetCore 6 crashing intermittently Have anyone encountered this issue?

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,825 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,360 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,118 questions
asked 2023-11-09T11:34:54.33+00:00
Sunny Sharma 1 Reputation point
commented 2024-02-06T01:48:16.6133333+00:00
Andy De George 90 Reputation points Microsoft Employee
1 answer

Kubernetes POD got stuck not processing any events from RabbitMQ

Hi, Has anyone here experienced this? We have a service built using .Net 6, sometimes our service got stuck unable to process messages from RabbitMQ, and restart was required to fix it. Before the service got stuck, we got a lot of errors…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,152 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,118 questions
asked 2023-11-27T01:05:22.7066667+00:00
Dani Kurniawan 0 Reputation points
answered 2024-02-02T21:31:29.36+00:00
hossein jalilian 2,365 Reputation points
1 answer

Kubernetes POD got stuck not processing any events from RabbitMQ

Hi, We have a service built using .Net 6, sometimes our service got stuck unable to process messages from RabbitMQ, and restart was required to fix it. Before the service got stuck, we got a lot of errors "System.Net.Sockets.SocketException…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,360 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,152 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,118 questions
asked 2023-11-27T01:07:15.6266667+00:00
Dani Kurniawan 0 Reputation points
answered 2024-02-02T03:22:02.6433333+00:00
hossein jalilian 2,365 Reputation points
1 answer

I can't install any .NET Framework to my pc

Hello, I'm attempting to install different versions of .NET Framework to my Windows 11 PC, but the installer doesn't launch. It closes after a second with no error message. Additionally, I can't launch the .NET Repair tool; the same issue occurs—it…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,360 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,118 questions
asked 2024-01-19T18:10:27.73+00:00
Ismayil Ceferli 0 Reputation points
commented 2024-01-31T14:51:12.2466667+00:00
Jiachen Li-MSFT 26,426 Reputation points Microsoft Vendor
2 answers

.Net MLNet Framework support and roadmap

Hello, I can't find any official source about MLNet roadmap for 2024. Is there any roadmap to develop and keep building on MLNet. I am reviewing MLNet to use at the company but before start to use and learn, we need to sure the support from Microsoft…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,360 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,118 questions
asked 2024-01-29T10:45:25.99+00:00
Tunahan Akdoğan 0 Reputation points
answered 2024-01-30T09:21:39.1833333+00:00
Jiachen Li-MSFT 26,426 Reputation points Microsoft Vendor
3 answers One of the answers was accepted by the question author.

Deployment issue

Hi, What is the reason below, when deploying the project? System.AggregateException: One or more errors occurred. ---> Microsoft.WebTools.Shared.Exceptions.WebToolsException: Build failed. Check the Output window for more details. ---…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,360 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,249 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,118 questions
asked 2022-11-11T06:32:00.9+00:00
Peter_1985 2,486 Reputation points
answered 2024-01-29T20:01:47.45+00:00
Nazeeh Harfoush 0 Reputation points
3 answers

C# Project Template in VS2022 only supports up to .NET Framework 4.8 and does not support .NET 7.0

I have a C# Project Template project that was created using the built in template for C# Project Template in Visual Studio 2022. It targets .NET framework 4.8. Now I would like to update it to target .NET 7.0, but it does not seem to be possible. Even…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,360 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,593 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,226 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,118 questions
asked 2024-01-17T05:55:29.0466667+00:00
Michael Villarin 1 Reputation point
commented 2024-01-25T09:50:49.37+00:00
Jiachen Li-MSFT 26,426 Reputation points Microsoft Vendor
1 answer

When clicked Yes for pop up "To run this application, you must install .NET. Would you like to download it now?", it won't open web page to download .net if I already have some other .net installed.

My application needs ".NET 5.0 Desktop Runtime" to get executed and if this .net version is not available then the application gives pop up saying "To run this application, you must install .NET. Would you like to download it now?".…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,360 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,118 questions
asked 2024-01-12T20:18:46.5433333+00:00
harinder singh 0 Reputation points
commented 2024-01-23T09:59:41.26+00:00
Jiachen Li-MSFT 26,426 Reputation points Microsoft Vendor
2 answers

Anyone else having trouble with .NET 8.0.1 on Azure App service for Linux deployment?

Today, after the switchover to .net 8.0.1, github actions workflows switched to 8.0.1 in our application automatic build flow. However, the Azure Web App service is still using: 8.0.0-rc.2.23479.6 I have tried restarting app multiple times. In…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,360 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
925 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,118 questions
asked 2023-11-14T19:15:05.9066667+00:00
George Fleming 5 Reputation points
answered 2024-01-22T23:43:30.62+00:00
Ghawali, Avinash (AssetMark) 0 Reputation points
3 answers

.NET 6 / .NET 8 migration, downward compatible

Hi, we started migrating parts of our large project from .NET 4.x to .NET 6 in beginning of 2023. When we started, .NET 8 hadn't existed. It was quite some big effort to do this. Now we will release our product soon. Until the product is at the customer…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,360 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,118 questions
asked 2024-01-17T15:39:30.62+00:00
Sponsel, Carsten 0 Reputation points
edited an answer 2024-01-20T17:30:25.1466667+00:00
Bruce (SqlWork.com) 55,366 Reputation points
1 answer

.NET Core Profiler Crashing on 32 bit Application Environment

Hi Team. I have developed my own .NET core profiler using VS 2019. To load my profiler, I have set the environment entry in the web.config file. <environmentVariable name="CORECLR_ENABLE_PROFILING" value="1" /> …

Internet Information Services
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,118 questions
asked 2022-03-24T13:18:47.167+00:00
Duraikannu Jeyamani 6 Reputation points
edited an answer 2024-01-17T11:35:31.21+00:00
Duraikannu Jeyamani 1 Reputation point
2 answers

Reading from a pipe never returns

Hi, happy new year. In a .Net Console application (Framework 4.8.1, Windows 10), I'm starting a new process using the Process class. Unfortunatelly, this class doesn't offer a way to have the child process open it's own console window. Using the…

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,417 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,118 questions
asked 2024-01-03T01:33:03.6066667+00:00
Armin Zingler 21 Reputation points
commented 2024-01-15T21:08:13.06+00:00
RLWA32 40,276 Reputation points
1 answer One of the answers was accepted by the question author.

Invalid names for embedded resources in .NET assembly

Trying to include in a project somes .json files as embedded resources I found that some names are not managed by .NET runtime. It seems that names that ends with a language acroym and an extension are not compiled as embedded resources. e.g in a…

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,226 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,118 questions
asked 2021-12-30T08:43:02.237+00:00
Roberto 41 Reputation points
accepted 2024-01-02T08:50:45.71+00:00
Roberto 41 Reputation points