1,136 questions with .NET Runtime tags

Sort by: Updated
4 answers One of the answers was accepted by the question author.

ERROR: Method not found: 'Void Microsoft.NetEnterpriseServers.ExceptionMessageBox.SetButtonText(System.String[])'. (Microsoft.DataWarehouse)

Hello, When I want to edit the configuration file at Package Configuration Wizard, I get this error: Method not found: 'Void Microsoft.NetEnterpriseServers.ExceptionMessageBox.SetButtonText(System.String[])'. (Microsoft.DataWarehouse) Please refer to the…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,572 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,821 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,201 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,502 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,136 questions
asked 2023-02-08T07:25:00.0866667+00:00
syazwan amir 20 Reputation points
answered 2024-02-26T13:57:57.98+00:00
Rakesh 0 Reputation points
0 answers

.NET runtime error

Faulting Application: Install-GooglePlayGames-Beta (4).exe Framework Version: v4.0.30319 Explanation: The process was terminated due to an unhandled exception. Exception Information: System.ArithmeticException Exception Information:…

.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,136 questions
asked 2024-02-24T14:21:06.0066667+00:00
melih cantürk 0 Reputation points
commented 2024-02-26T05:40:10.8166667+00:00
Jiachen Li-MSFT 28,076 Reputation points Microsoft Vendor
1 answer

how to fix error 0x80070005.

this picture shows a error that frequently pops up in different place. firstly I cannot update windows, and secondly I cannot download .NET Framework 3.5 (I know these interrelate) for a few games I have wanted to play. I have tried various online help…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,064 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,136 questions
asked 2024-02-21T09:26:51.6+00:00
Max Frahm 0 Reputation points
commented 2024-02-23T11:38:38.3066667+00:00
Jiachen Li-MSFT 28,076 Reputation points Microsoft Vendor
1 answer

Can a nuget written in .Net standard 2.0 be consume by application written in .Net Framework 4.8.2

I want to write a client application which will work with Azure Storage to upload, download or update blobs in container. I want that, this client application should be compatible with any .Net implementation irrespective of the version. As far as I can…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,572 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,136 questions
asked 2024-02-20T11:38:16.0533333+00:00
Mini Lahariya 0 Reputation points
edited the question 2024-02-23T05:40:49.3833333+00:00
GitaraniSharma-MSFT 49,256 Reputation points Microsoft Employee
2 answers

From Consuming SOAP service in SoapUI to consuming it with CSHARP

Hello, I have a project in SOAP UI that consumes a soap service and works well. The service has ws-security and addressing. I'm trying to do the same, programmatically with csharp and WCF. I have tried many configurations at app.config but it keeps…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,572 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,572 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,136 questions
asked 2022-10-15T14:00:40.893+00:00
Claudia Murialdo 1 Reputation point
edited a comment 2024-02-21T05:14:12.9233333+00:00
Adnan 0 Reputation points
0 answers

Function app not connecting to analysis services server getting Specified method is not supported

I am refreshing a data model in azure analysis services using a azure c# .net6 function app. i am getting Specified method is not supported when trying to connect to analysis services. my connection string looks correct. my server name is correct and…

Azure Analysis Services
Azure Analysis Services
An Azure service that provides an enterprise-grade analytics engine.
443 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,566 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,572 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,136 questions
asked 2024-02-08T15:37:05.84+00:00
Muhammad Pathan 25 Reputation points
commented 2024-02-20T15:10:17.6866667+00:00
Marc De Vreese 16 Reputation points
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,572 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,484 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,973 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,572 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,136 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 50,111 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,572 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 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,136 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

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.
11,064 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,136 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,788 questions
asked 2024-02-07T09:22:32.6766667+00:00
edited the question 2024-02-08T01:20:50.6366667+00:00
Jiale Xue - MSFT 42,151 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,344 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,136 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 28,076 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.
11,064 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,997 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,136 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,868 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,572 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,136 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,344 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,136 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 4,695 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,572 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,344 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,136 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 4,695 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,572 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,136 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 28,076 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,572 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,136 questions
asked 2024-01-29T10:45:25.99+00:00
Tunahan Akdoğan 25 Reputation points
answered 2024-01-30T09:21:39.1833333+00:00
Jiachen Li-MSFT 28,076 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,572 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 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,136 questions
asked 2022-11-11T06:32:00.9+00:00
Peter_1985 2,586 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,572 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,821 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,572 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,136 questions
asked 2024-01-17T05:55:29.0466667+00:00
Michael Villarin 6 Reputation points
commented 2024-01-25T09:50:49.37+00:00
Jiachen Li-MSFT 28,076 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,572 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,136 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 28,076 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,572 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.
1,056 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,136 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