1,119 questions with .NET Runtime tags

Sort by: Updated
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,237 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,119 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
1 answer

Oledb Connection issue 16.0

Erron :-Framework version : v4.0.30319 The process was terminated due to unhandled exception exception info =…

.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,119 questions
asked 2023-12-04T19:54:50.83+00:00
Sagar Pithadiya 6 Reputation points
commented 2023-12-28T14:44:46.41+00:00
Jiachen Li-MSFT 26,506 Reputation points Microsoft Vendor
1 answer

High memory consumption of .Net 6 app on Linux

I encountered a very serious problem when switching from Windows to Linux (Ubuntu). The problem is very high memory consumption. I first noticed an increase in memory consumption on Windows when moving from .Net Framework to .Net Core 5. But then this…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,369 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,119 questions
asked 2023-12-16T12:20:35.8333333+00:00
Denis Lohachev 0 Reputation points
commented 2023-12-21T23:09:35.8366667+00:00
David Lowndes 2,345 Reputation points MVP
1 answer

Issue with installing .Net Framework 4.8

OS Version = 10.0.17763, SP = 0.0, Platform 2 OS Description = Future OS - x64 Standard Edition MSI = 5.0.17763.4644 Windows servicing = 10.0.17763.5084 CommandLine = D:\3e7bee7b2b89a328efc15541fba8b1\Setup.exe /x86 /x64 /redist TimeZone = AUS…

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,456 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,119 questions
asked 2023-12-15T12:14:09.7566667+00:00
Sajan Velamati 0 Reputation points
commented 2023-12-20T14:56:20.16+00:00
Jiachen Li-MSFT 26,506 Reputation points Microsoft Vendor
0 answers

Prevent web.config transformation

Hello, I am trying to prevent web.config transformation on one of the projects that I am working on it. According to the documentation, I should the argument /p:IsWebConfigTransformDisabled=true with dotnet publish command. After deploying the app with…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,158 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,119 questions
asked 2023-12-13T17:14:34.92+00:00
kade 6 Reputation points
commented 2023-12-18T11:05:26.01+00:00
Brando Zhang-MSFT 2,956 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

got warning NETSDK1206 when I update .Net7 to .Net 8.0.100 SDK.

When I upgrade my project from .Net 7 to .Net 8.0.100 I got some warnings saying ,"C:\Program Files\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(284,5): warning NETSDK1206: Found version-specific or…

.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,119 questions
asked 2023-12-12T04:27:06.77+00:00
copin clair 51 Reputation points
accepted 2023-12-14T04:59:07.9733333+00:00
copin clair 51 Reputation points
1 answer

How to install ASP.NET Core 7.* Runtime on Windows 11 Arm64?

Hey, I'm wondering how to install the latest ASP.NET Core Runtime on Windows Arm PC? The .Net 7.0 page has lots of SDK's and runtimes: https://dotnet.microsoft.com/en-us/download/dotnet/7.0 Finding .NET Desktop Runtime Arm64 and .NET Runtime Arm64…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,369 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,158 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,119 questions
asked 2023-12-13T15:01:10.2733333+00:00
Aleksandr Suchovarov 0 Reputation points
edited a comment 2023-12-13T18:50:39.6766667+00:00
Bruce (SqlWork.com) 55,601 Reputation points
0 answers

ApplicationDeployment.IsNetworkDeployed sometimes returning false

We have published a WPF(C#) app using clickOnce. It has a function updating itself when a user skips start-up dialogue. Usually it works without problem, but sometimes ApplicationDeployment.IsNetworkDeployed returned false so that the update-function has…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,671 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,119 questions
asked 2023-11-21T03:41:45.67+00:00
N_HO 0 Reputation points
commented 2023-12-12T12:30:18.12+00:00
N_HO 0 Reputation points
2 answers

Is Visual Studio on Windows required to develop with Cosmos DB?

Am I correct that on must have a Windows machine to develop with Cosmos DB? https://microsoftlearning.github.io/dp-420-cosmos-db-dev/instructions/00-setup-environment.html shows only Windows install (not macOS)

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,441 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,237 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,119 questions
asked 2023-12-11T01:24:17.01+00:00
Wilson Mar 5 Reputation points
answered 2023-12-11T04:16:57.34+00:00
ShaktiSingh-MSFT 13,271 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Inquiry Regarding the Development of .NET MAUI

Dear Microsoft Team, I am currently pursuing a degree in Computer Science at Hochschule Emden/Leer. I am in the process of writing my bachelor's thesis on cross-platform frameworks. During my research, I came across .NET MAUI, which plays a central role…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,369 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,158 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,862 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,119 questions
asked 2023-12-04T08:07:43.06+00:00
salma saoulajane 20 Reputation points
accepted 2023-12-08T09:45:08.3933333+00:00
salma saoulajane 20 Reputation points
2 answers

How to fix .NET Framework NGEN occupy too much CPU resource?

In the Job Scheduler.The NET Framework NGEN operation was rejected by the operator or administrator. The phrase is confirmed. In addition, when the above scheduler rotates, ngen.exe overruns the CPU. 11/24/2023 13:04:15.219 [16192]: Task scheduler…

.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,119 questions
asked 2023-11-30T03:18:03.97+00:00
찬희 김 0 Reputation points
answered 2023-12-06T07:53:09.95+00:00
Jiachen Li-MSFT 26,506 Reputation points Microsoft Vendor
1 answer

Access To User in AspNetUserRoles table

Hi, in this code i want get user (ApplicationUser.cs) in AspNetUserRole tb , but just two field exists UserId,RoleId i add new Class ApplicationUserRole.cs , and add one property for Application user public class…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,158 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,119 questions
asked 2022-03-27T19:12:15.043+00:00
Mahdi Elahi 26 Reputation points
commented 2023-12-05T14:09:26.4+00:00
Röyal Atakişiyev 0 Reputation points
1 answer

How to fix the random crashing error with 1000, 1023 and 1309 event ID in our web application? Debug log captured but no idea on how to fix

We have deployed a web application but experience random crash several times daily. Event ID 1000, 1023 and 1039 was found but there was not enough information to debug. It is running on Windows 2019 Standard Server with IIS 10, .NET Framework as 4.6.1.…

Internet Information Services
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,369 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,253 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,119 questions
asked 2023-11-29T10:10:41.49+00:00
Emily Fung 5 Reputation points
edited a comment 2023-11-30T03:10:39.0633333+00:00
Sam Wu-MSFT 7,036 Reputation points Microsoft Vendor
6 answers

The request was aborted: Could not create SSL/TLS secure channel

.Net Class Library is based on 4.5 and using HtmlAgilityPack, I was calling an https URL and it was working fine. After the website is updated and will not support old browsers which are not TLS v1.2 compliant. Getting the error - The request was…

.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,119 questions
asked 2020-11-24T13:02:23.38+00:00
SGH 1,221 Reputation points
commented 2023-11-29T06:27:37.3066667+00:00
Anonymous
2 answers

Why can't run my app after visual studio update?

I have updated Visual Studio 2019 from 16.6.1 version to 16.11.23 version. The update operation was finished successfully. When I want to run my MVC project in Debug mode, nothing happens. No error is displayed, the app is not running. What do I have to…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,604 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,119 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
938 questions
asked 2023-01-26T12:35:02.9366667+00:00
Ionut Dragomir 26 Reputation points
answered 2023-11-28T12:56:45.67+00:00
Kesava Subhash Gullapudi 30 Reputation points
1 answer

System.Net.Sockets.SocketException (0xFFFDFFFE): Unknown socket error

Hi, We started receiving this SocketExceptions after we updated the .Net version from 3.1 to 6, and restart was required to fix it. This is an intermittent error. Previously in the .Net Core 3.1 this error did not occur. Configuration .NET 6 …

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,158 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,119 questions
asked 2023-11-24T10:02:24.8066667+00:00
Dani Kurniawan 0 Reputation points
commented 2023-11-27T09:19:11.0233333+00:00
Qing Guo - MSFT 886 Reputation points Microsoft Vendor
2 answers

I have enabled >NET 8 (LTS) (Early Access) but my .net 8 app will not start

As you can see from the screenshot below the app service has been configured to support .NET 8.0 but the app fails to start because the runtime is somehow missing. I have tried to explicitly install .net 8 runtime via the site extensions but that did not…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,158 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,119 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,869 questions
asked 2023-11-17T22:34:19.5633333+00:00
Goran Zidar 10 Reputation points
commented 2023-11-22T10:07:57.5066667+00:00
Aaron Smith 90 Reputation points
2 answers

how to post Stream as parameter to dllImport function?

If the c++ function need Stream? how to post it ?

.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
322 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,527 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,119 questions
asked 2023-11-20T06:23:33.02+00:00
mc 3,641 Reputation points
commented 2023-11-22T00:41:33.6633333+00:00
mc 3,641 Reputation points
11 answers One of the answers was accepted by the question author.

IIS AspNetCore Module V2: Failed to start application '/LM/W3SVC/1/ROOT', ErrorCode '0x8000ffff'

I have a .NET Core 3.1 Web API project that I am hosting using IIS. Project Details (see target framework): <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> …

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,158 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,119 questions
asked 2022-05-19T15:05:55.903+00:00
Boris Dzevel 21 Reputation points
commented 2023-11-20T07:44:38.9266667+00:00
Lebret Pierre-Vincent 0 Reputation points
1 answer One of the answers was accepted by the question author.

how to lock memoryStream?

I create multi threads to operate the MemoryStream how to lock it to prevent other thread to write it?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,369 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,119 questions
asked 2023-11-17T03:29:39.01+00:00
mc 3,641 Reputation points
accepted 2023-11-17T09:33:24.1633333+00:00
mc 3,641 Reputation points