4,167 questions with Developer technologies | .NET | Other tags

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

Visual Studio 2022 won't connect to NuGet

Visual Studio 2022 gives an error when trying to browse NuGet. I get these errors on 2 different Windows Servers (2016) I’ve tried. One running Visual Studio 2017, the other running Visual Studio 2019 and 2022. Visual Studio 2017: “[nuget.org] Unable to…

Developer technologies | Visual Studio | Setup
Developer technologies | .NET | Other
Developer technologies | .NET | Other

Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.

4,167 questions
asked 2022-08-08T17:50:50.513+00:00
mindmischief 41 Reputation points
answered 2026-06-04T01:50:27.98+00:00
Marc Lopez 0 Reputation points
1 answer One of the answers was accepted by the question author.

Clickonce user settings not carrying over

Upgrading a vb .net windows forms project from .net 4.8 to .net 10. Everytime I publish an update my user settings are lost. From research it looks like I need to make a strong name key for the project, but the build properties are not showing in my…

Developer technologies | .NET | Other
Developer technologies | .NET | Other

Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.

4,167 questions
asked 2026-05-28T00:42:19.26+00:00
Cody Eidsness 20 Reputation points
accepted 2026-06-02T22:49:48.7966667+00:00
Cody Eidsness 20 Reputation points
1 answer

Unable to cast object of type 'System.Collections.ArrayList' to type 'System.String[]' error in my WCF service

We have a WCF service that peforms exchange powershell commadlets and parses the responses into a required json format. Recently, we started seeing issues with User/Group commandlets where it is reporting the below issue. Unable to cast object of type…

Developer technologies | .NET | Other
Developer technologies | .NET | Other

Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.

4,167 questions
asked 2026-05-22T07:52:45.5266667+00:00
Anusree 0 Reputation points
commented 2026-05-29T09:12:15.0366667+00:00
Varsha Dundigalla(INFOSYS LIMITED) 5,025 Reputation points Microsoft External Staff
2 answers

Exception from HRESULT: 0xD0000003 at FileIntegrity.MarkAsTrusted in .NET CodeDom Compiler on Windows 11 Enterprise 23H2

Hi Team, I happen to be an employee of Analog Devices and recently got my laptop repalced with a new Win11 Enterprise system. Upon reinstalling all the work-related tools and packages on this system, our desktop application that uses the .NET Framework…

Developer technologies | .NET | Other
Developer technologies | .NET | Other

Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.

4,167 questions
asked 2026-05-25T03:50:11.1733333+00:00
Vishnu S 0 Reputation points
commented 2026-05-26T11:12:01.5733333+00:00
Varsha Dundigalla(INFOSYS LIMITED) 5,025 Reputation points Microsoft External Staff
1 answer

.NET v6 deprecation and Windows Server 2022 images

I created a new Windows Server 2022 VM to replace my old Windows Server VM. However, when I ran dotnet --info on the new VM, it said that it had .NET 6: C:\Users\DCAdmin>dotnet --info global.json file: Not found Host: Version: 6.0.42 …

Developer technologies | .NET | Other
Developer technologies | .NET | Other

Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.

4,167 questions
asked 2026-05-19T00:54:38.3266667+00:00
Teresa Appelgate (Aquent LLC) 1 Reputation point Microsoft External Staff
commented 2026-05-26T10:18:31.77+00:00
Damien Pham (WICLOUD CORPORATION) 1,755 Reputation points Microsoft External Staff Moderator
3 answers

Upgrading any .NET

I am currently working with .NET vulnerabilities especially the SEoL versions. Unfortunately, the version like less 8/9/10 doesn't update if I tried to install the latest version. How do I update these old versions to latest?

Developer technologies | .NET | Other
Developer technologies | .NET | Other

Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.

4,167 questions
asked 2026-04-24T13:05:46.24+00:00
Nuguid, Andrei 0 Reputation points
commented 2026-04-30T10:20:50.7166667+00:00
Lizzy Dinh (WICLOUD CORPORATION) 530 Reputation points Microsoft External Staff Moderator
2 answers

Best Way to Implement Letter-Boxed Style Validation Logic in an App?

Hi everyone, I’m working on a small project inspired by the letter boxed word puzzle concept, where users must create words using letters from different sides while following specific rules (no consecutive letters from the same side, chaining last letter…

Developer technologies | .NET | Other
Developer technologies | .NET | Other

Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.

4,167 questions
asked 2026-04-22T07:35:49.4933333+00:00
hellen charless 0 Reputation points
commented 2026-04-29T07:02:51.6133333+00:00
Varsha Dundigalla(INFOSYS LIMITED) 5,025 Reputation points Microsoft External Staff
2 answers

impact analysis

look for practical impact analysis of applying version16.11.20 or later (latest servicing release) against .Net affected versions from 3.1.1 to 3.1.16 and affected versions from 6.0.3 to 6.0.7

Developer technologies | .NET | Other
Developer technologies | .NET | Other

Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.

4,167 questions
asked 2026-04-16T14:55:53.59+00:00
Sridhar S 0 Reputation points
commented 2026-04-27T03:11:30.8+00:00
Michael Le (WICLOUD CORPORATION) 11,325 Reputation points Microsoft External Staff Moderator
1 answer

.NET Azure deploy problem

I have problem with the deployment of a .Net app via gitlab pipline. The problem appears when azure CLI unzips provided archive. It creates an additional folder in wwwroot instead of placing all files directly in wwwroot. Here is my code: - az webapp…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,472 questions
Developer technologies | .NET | Other
Developer technologies | .NET | Other

Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.

4,167 questions
asked 2024-08-24T13:16:45.9+00:00
GringoUA 0 Reputation points
answered 2026-04-25T18:26:51.7333333+00:00
Amira Bedhiafi 42,046 Reputation points MVP Volunteer Moderator
2 answers

When attempting to add Microsoft.Windows.Desktop.App 8.0.6 I am getting "Package ... has packagetype 'DotnetPlatform' that is not supported

As part of moving from the deprecated WMPLib.WindowsMediaPlayer class to the current Windows.Media.Playback.MediaPlayer class, I am attempting to properly include the required DLL and all dependencies. The MediaPlayer class is a Windows Desktop 8 class…

Developer technologies | .NET | Other
Developer technologies | .NET | Other

Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.

4,167 questions
asked 2024-06-12T19:59:06.6766667+00:00
Ron Oakes 0 Reputation points
commented 2026-04-23T17:22:22.1866667+00:00
Marian Ionita 0 Reputation points
2 answers

need impact analysis

is there a negative impact while upgrading Latest .NET version = .NET 10 (LTS) on all .Net Core EOL

Developer technologies | .NET | Other
Developer technologies | .NET | Other

Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.

4,167 questions
asked 2026-04-21T08:06:20.6133333+00:00
Sridhar S 0 Reputation points
commented 2026-04-23T09:04:56.4733333+00:00
Nancy Vo (WICLOUD CORPORATION) 4,845 Reputation points Microsoft External Staff Moderator
2 answers

impact analysis required

look for possible negative impact analysis of implementing fix .NET Framework 4.8.1 on Operating systems 10 and 11 for windows servers of 2012, 2012 R2, 2016, 2019, 2022 including application dependencies and old legacy systems Un-deleted

Developer technologies | .NET | Other
Developer technologies | .NET | Other

Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.

4,167 questions
asked 2026-03-13T06:39:06.85+00:00
Sridhar S 0 Reputation points
edited the question 2026-04-21T04:35:33.95+00:00
BryceSor 5,175 Reputation points Volunteer Moderator
3 answers One of the answers was accepted by the question author.

HttpClient vs browser (Edge, Chrome) error/exception handling

My bottom line is I'd like to know how a mature browser (Edge, Chrome) retrieves a url. It is certainly not as .NET documentation describes with Net.Http.HttpClient (.NET v9). In a VB stock market data scraping app, one website…

Developer technologies | .NET | Other
Developer technologies | .NET | Other

Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.

4,167 questions
asked 2026-04-03T22:52:05.91+00:00
Andrew Mercer 606 Reputation points
accepted 2026-04-16T13:51:50.8033333+00:00
Andrew Mercer 606 Reputation points
2 answers One of the answers was accepted by the question author.

Token bucket rate limiting not working as expected.

Hello, I am facing an issue with Token bucket rate limiting, for testing purpose i set the limit to 5 and replenishment amount to 3 every 2 minutes and created partition based on userId. i created a small code which calls an api ( i have added the per…

Developer technologies | .NET | Other
Developer technologies | .NET | Other

Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.

4,167 questions
asked 2026-03-27T11:14:20.7033333+00:00
Arjun J 25 Reputation points
accepted 2026-04-10T04:23:22.7866667+00:00
Arjun J 25 Reputation points
1 answer

Package Publishing Step Fails for .NET 8 Azure Functions App

I have a .Net 8 Project running in an Azure Function App and I am using via Azure devops pipeline as CICD. Everything runs fine without issue. Now I amhaving some problems, I have not make a code change, I am only adding a postman test to be included via…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,472 questions
Developer technologies | .NET | Other
Developer technologies | .NET | Other

Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.

4,167 questions
asked 2024-07-19T14:23:17.08+00:00
Chidiebere Ugwu 25 Reputation points
answered 2026-04-02T21:39:19.3933333+00:00
Achraf Ben Alaya 1,406 Reputation points MVP
2 answers

How to Convert Excel File to Pdf in .NET Console App using NuGet Package

I have installed Microsoft Visual Studio Professional 2019. I selected Console App (.NET Framework) Visual Basic. The console application will extract data from the database, write them in an excel file, and then convert the excel file to pdf file. I…

Microsoft 365 and Office | Excel | For business | Windows
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | .NET | Other
Developer technologies | .NET | Other

Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.

4,167 questions
Developer technologies | VB
Developer technologies | VB

An object-oriented programming language developed by Microsoft that can be used in .NET.

2,927 questions
asked 2024-02-06T11:07:29.67+00:00
Shehzad Shoukat 0 Reputation points
answered 2026-03-31T03:33:59.3366667+00:00
paul hung 0 Reputation points
3 answers

How to fix "Could not retrieve project assembly output path" after upgrading from .NET Framwork to .NET

After upgrading from .NET Framework to .NET the program is working fine but when I try to edit a Form, Any Form, I get the same message on the yellow bar: "Could not retrieve project assembly output path. Parameter name hierarchy." Can anyone…

Developer technologies | .NET | Other
Developer technologies | .NET | Other

Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.

4,167 questions
asked 2024-04-04T08:04:15.54+00:00
יוסף שלי 15 Reputation points
answered 2026-03-26T21:22:55.1866667+00:00
Dale Hays 40 Reputation points
2 answers

Microsoft Orleans grain: Should polymorphism be achieved at the grain or grain stat level?

I'm wondering whether to achieve the advantages of polymorphism I should use IGrainC : IGrainB : IGrainA or persistence, for example: classC : classB : classA. and in a common grain, e.g. IGrainCommon IPersistentState

Developer technologies | .NET | Other
Developer technologies | .NET | Other

Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.

4,167 questions
asked 2026-03-17T10:54:11.9133333+00:00
Michał Śmiechowicz 0 Reputation points
commented 2026-03-23T07:35:07.2333333+00:00
Jack Dang (WICLOUD CORPORATION) 18,720 Reputation points Microsoft External Staff Moderator
2 answers

Obsolescence & vulnerability review

Microsoft Components.pdf Dear Team, We are compiling the Software Bill of Materials (SBOM) for some instruments and conducting a security and obsolescence review of components currently deployed in production. To complete our compliance documentation…

Developer technologies | .NET | Other
Developer technologies | .NET | Other

Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.

4,167 questions
asked 2026-03-18T06:00:14.2+00:00
Aditya Shah 10 Reputation points
commented 2026-03-23T07:33:08.1866667+00:00
Jack Dang (WICLOUD CORPORATION) 18,720 Reputation points Microsoft External Staff Moderator
1 answer

RabbitMQ consumer not called in ASP.NET Core

I have a RabbitMQ publisher whose code is: public class RMQConfig { public async Task AddConsumer() { var factory = new ConnectionFactory { HostName = "localhost" }; using var connection = await…

Developer technologies | .NET | Other
Developer technologies | .NET | Other

Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.

4,167 questions
asked 2026-03-15T16:41:29.4266667+00:00
Yogi 356 Reputation points
commented 2026-03-20T06:34:19.07+00:00
Jack Dang (WICLOUD CORPORATION) 18,720 Reputation points Microsoft External Staff Moderator