1,130 questions with .NET Runtime tags

Sort by: Updated
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,452 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,234 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,130 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) 57,731 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,686 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,130 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,469 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,364 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,130 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,836 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,452 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,234 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,968 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,130 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,130 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 27,001 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,234 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,130 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,452 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,306 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,130 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,046 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,130 questions
asked 2020-11-24T13:02:23.38+00:00
SGH 1,226 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,684 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,130 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.
949 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,234 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,130 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,234 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,130 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,003 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.
324 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,557 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,130 questions
asked 2023-11-20T06:23:33.02+00:00
mc 3,701 Reputation points
commented 2023-11-22T00:41:33.6633333+00:00
mc 3,701 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,234 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,130 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,452 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,130 questions
asked 2023-11-17T03:29:39.01+00:00
mc 3,701 Reputation points
accepted 2023-11-17T09:33:24.1633333+00:00
mc 3,701 Reputation points
1 answer One of the answers was accepted by the question author.

how to read byte and write byte at the same time?

how to read byte and write byte of a stream at the same time? when I read some bytes it will give exception because I will write bytes to the stream and the Position of the stream will be the end of the stream I can not read any data.

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,452 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,234 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,130 questions
asked 2023-11-10T08:08:11.43+00:00
mc 3,701 Reputation points
commented 2023-11-17T01:31:11.4333333+00:00
mc 3,701 Reputation points
1 answer

How to get `dotnet` to tell me the actual dependencies contained in a self-contained package?

Hello everyone. I am trying to understand the .deps.json file that dotnet publish creates. Where can I find more information about this? If I make a random .net project that just contains the dependency DeepCloner and publishes to osx and target…

.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,130 questions
asked 2023-11-09T19:58:07.7033333+00:00
Michael Park 0 Reputation points
commented 2023-11-16T10:05:02.6966667+00:00
Jiachen Li-MSFT 27,001 Reputation points Microsoft Vendor
2 answers

ow to revert to .NET 4.8 after installing .NET 4.8.1 Runtime

I was prompted by my PC to update .NET 4.8 to .NET 4.8.1 I selected the Runtime option. Now none of my apps will open. A pop-up message says the app needs .NET 4.8 HELP! How to I revert back to .NET 4.8 or fix the apps so they will run with .NET…

.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,130 questions
asked 2023-11-10T23:36:58.08+00:00
Sandi Ruther 0 Reputation points
answered 2023-11-16T09:28:51.6866667+00:00
Jiachen Li-MSFT 27,001 Reputation points Microsoft Vendor
0 answers

Is there a event that added data to the Stream?

Is there event that when the stream data added it will triggered? while(true) { offset+=m.Read(buffer,offset,1024); } can it be true that not use while when there is enough data it will read the stream and when I read the data the stream to be empty?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,452 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,234 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,130 questions
asked 2023-11-10T06:50:41.8966667+00:00
mc 3,701 Reputation points
commented 2023-11-14T06:55:58.5333333+00:00
mc 3,701 Reputation points
2 answers

receiveAsync is 0 but receive return the actual data size?

var socket=await _socket.AcceptAsync(); Memory<byte> buffer=new (); byte[]data=new byte[300]; while(true){ int recv=await socket.ReceiveAsync(buffer); int r=socket.Receive(data); // r is >0 but recv is always 0 await Task.Delay(1000); } why?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,452 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,234 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,130 questions
asked 2023-11-09T02:22:45.0866667+00:00
mc 3,701 Reputation points
edited an answer 2023-11-09T08:15:31.2433333+00:00
Jalpa Panchal-MSFT 480 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

can not load C++/CLR in a native C++ dll

Hello, I'm facing a challenge in configuring my project and I need help. My goal is to use C# code in an unmanaged native C++ project by utilizing C++/CLR. However, I'm currently encountering the following error. *Error: Unhandled Exception:…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,452 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,557 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,130 questions
asked 2023-11-04T16:34:57.68+00:00
Michael Brunner 40 Reputation points
accepted 2023-11-06T09:18:22.3433333+00:00
Michael Brunner 40 Reputation points