54,965 questions with Developer technologies-related tags

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

I am updating my computer for windows 11. Can I download it on my windows 10m and update it after I get the proper mother board and other components installed?

I am rebuilding my computer for windows 11. How do I have windows 10 now. Can I download Windows 11 and then install new components?

Developer technologies | Universal Windows Platform (UWP)
asked 2025-12-03T18:46:00.5066667+00:00
Rod Eisele 0 Reputation points
accepted 2025-12-03T18:47:04.4433333+00:00
Rod Eisele 0 Reputation points
5 answers

Error accessing certificate private key after 2025-10 cumulative update

Hi. We have a Windows application developed on C# .NET Framework 4.5.2. Since the last cumulative update it's throwing an error every time we try to access the PrivateKey property of a X509Certificate2. X509Store store = new X509Store(StoreName.My,…

Developer technologies | C#
Developer technologies | 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.
11,689 questions
asked 2025-10-17T10:14:17.9+00:00
Miguel Ángel Martínez Durán 10 Reputation points
commented 2025-12-03T18:44:11.8433333+00:00
Arner, Tom 0 Reputation points
4 answers

Exporting a template from Visual Studio 2022 fails with "read-only or does not exists" error

I created a web project, added specific nuget packages for said project, config files and a wee bit of customization. Then I choose Project -> Export Template. I select the project I want exported as a template, Change the template name to a name not…

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
5,571 questions
asked 2025-01-16T13:45:00.9233333+00:00
Þór Sigurðsson 25 Reputation points
edited an answer 2025-12-03T18:16:55.2+00:00
Khavin 0 Reputation points
1 answer

I would like Powertoys workspaces to launch remote desktop connection

I would like to use Powertoys workspaces to launch my home vs office configuration. I use remote desktop connection every day. When I create a workspace it does not recognize or add the open remote desktop connection.

Developer technologies | Windows Forms
asked 2025-12-03T18:05:27.3166667+00:00
Jeff Kidman 0 Reputation points
answered 2025-12-03T18:05:35.12+00:00
Q&A Assist
0 answers

Keep getting Microsoft visual studio is busy. We'll automatically report this delay. VS 2019 gets stuck on Excel connection manager

Keep getting Microsoft visual studio is busy. We'll automatically report this delay pop up message on the bottom right of the screenActivityLog.xml. VS 2019 gets stuck on Excel connection manager once select okay

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
5,571 questions
asked 2025-12-03T17:33:58.2966667+00:00
Byung Seo 0 Reputation points
1 answer

MAUI: Fingerprint Authentication UI does not update before navigation

I am working on a .NET MAUI app with biometric authentication. There is a pop-up appear when doing the authentication Issue: When the user taps the fingerprint sensor: The pop-up title should change from "Fingerprint for Native 3" to…

Developer technologies | .NET | .NET MAUI
asked 2025-12-02T09:40:26.5066667+00:00
Sreenivasan, Sreejith 260 Reputation points
commented 2025-12-03T17:02:40.6766667+00:00
ava lynn 0 Reputation points
1 answer

How to add Custom Claim in sharepoint online web client extensibility app

Hi, We have deployed a chatbot on sharepoint using the spfx package. We need to pass a custom claim in the token so we can capture the users location. But right now sharepoint online web client extensibility app is getting the token with fixed claims…

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,149 questions
asked 2025-12-03T16:49:48.9466667+00:00
Irfan Shaikh 20 Reputation points
answered 2025-12-03T16:49:59.9066667+00:00
Q&A Assist
1 answer

MongoDB.Driver.MongoIncompatibleDriverException:

MongoDB.Driver.MongoIncompatibleDriverException using C# mongodb driver

Developer technologies | C#
Developer technologies | 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.
11,689 questions
asked 2025-12-02T20:59:38.6233333+00:00
Nagireddi, Vijaya (US - Texas) 0 Reputation points
commented 2025-12-03T16:35:08.37+00:00
JuliaMarvin 17,190 Reputation points Volunteer Moderator
2 answers

How to fix a 2714 error when trying to install a setup.exe file created in Visual Studio deployment projects (setup project).

Created a C# Windows Forms Application and works fine in debugging, no errors. Then created a setup project to make a setup.exe (msi) file to install my application on a windows computer. Get the following error "The installer has requested an…

Developer technologies | Visual Studio | Setup
asked 2025-12-02T20:53:05.91+00:00
edited a comment 2025-12-03T16:23:56.44+00:00
3 answers One of the answers was accepted by the question author.

MapStaticAssets is breaking a background video from playing

I have a rather large Blazor WASM application running on Dot Net 9. The login page has a background video. Everything works well. We are making some significant changes and want to include an upgrade to Dot Net 10. The upgrade results in a…

Developer technologies | .NET | Blazor
asked 2025-11-24T16:07:35.53+00:00
Daniel Cooper 30 Reputation points
accepted 2025-12-03T16:10:04.8466667+00:00
Daniel Cooper 30 Reputation points
5 answers

ConversionService - convert from GIS file to other format include itself using Aspose.com API

Hi Bruce, 1.I used this conversion orchestrator to convert from one GIS format to another format include itself. 2.I have two cases with gisInputFilePath: an archive or single file. public static ConversionResult Run(string gisInputFilePath, string…

Developer technologies | C#
Developer technologies | 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.
11,689 questions
asked 2025-11-21T06:39:29.8466667+00:00
Dani_S 4,771 Reputation points
commented 2025-12-03T15:21:01.8366667+00:00
Dani_S 4,771 Reputation points
1 answer

.NET App Failing URL Fetch Due to TLS/SSL Handshake Issue?

I’m building a small .NET console tool that sends periodic GET requests to my website Modern Food Cateringand I’m noticing that the request occasionally fails with a TLS/SSL handshake error (AuthenticationException). The site loads fine in Chrome, so I’m…

Developer technologies | .NET | .NET CLI
asked 2025-12-03T15:06:13.6466667+00:00
Muhammad Huzaifa 0 Reputation points
answered 2025-12-03T15:06:26.0466667+00:00
Q&A Assist
3 answers One of the answers was accepted by the question author.

How do I copy a WebForms app to another server?

We have a legacy ASP.NET WebForms app using .NET Framework 4.5.2 on a Windows Server 2016. We've got to move it off the server it is on, to a new server. Copying a WebForms app from one server to another isn't something I've done before. And I know that…

Developer technologies | ASP.NET | Other
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
3,626 questions
asked 2025-12-02T21:13:39.31+00:00
Falanga, Rod, DOH 470 Reputation points
accepted 2025-12-03T14:51:12.18+00:00
Falanga, Rod, DOH 470 Reputation points
1 answer One of the answers was accepted by the question author.

Copilot Code Review in Visual Studio - cannot see generated comments

I use GitHub Copilot Code Review in Visual Studio, it generates some comments but they cannot be viewed. In Visual Studio, in the Git Changes panel, I click on the chat icon above my staged changes. It works for a minute and then displays a message that…

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
5,571 questions
asked 2025-11-11T22:44:28.8866667+00:00
Y F 25 Reputation points
accepted 2025-12-03T14:36:24.8533333+00:00
Y F 25 Reputation points
2 answers

winget error message: "Installer failed with exit code: 2148734208".

I need Visual Studio for x86 Assembly programming but it (2022/2026 Community edition) refuses to get installed on my Windows 10 machine ("Sorry, something went wrong. The install operation failed."); I researched and tried many things but…

Developer technologies | Visual Studio | Setup
asked 2025-11-27T05:28:29.7366667+00:00
Faramarz Falsafi Nejad 0 Reputation points
commented 2025-12-03T14:02:30.5666667+00:00
Varsha Dundigalla(INFOSYS LIMITED) 3,725 Reputation points Microsoft External Staff
2 answers

Git error: there are no available repositories

I am unable to sync any changes. I keep getting an error message - Git error: there are no available repositories. Any ideas on how to fix?

Developer technologies | Visual Studio | Debugging
asked 2025-11-24T13:21:37.98+00:00
Megan Hawley 0 Reputation points Microsoft Employee
commented 2025-12-03T14:01:36.9766667+00:00
Varsha Dundigalla(INFOSYS LIMITED) 3,725 Reputation points Microsoft External Staff
2 answers

Issue with Teams Bot: Incoming Call Event Not Reaching Bot (App-Hosted Media Sample)

I am developing a Microsoft Teams bot that should be able to join a call initiated from a Teams user. The goal is that when a user places a call to the bot inside Teams, the bot should join the call and handle the audio stream as described in Microsoft’s…

Developer technologies | C#
Developer technologies | 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.
11,689 questions
asked 2025-12-01T21:23:48.1766667+00:00
Chandan 0 Reputation points
answered 2025-12-03T13:51:22.6466667+00:00
Varsha Dundigalla(INFOSYS LIMITED) 3,725 Reputation points Microsoft External Staff
1 answer

iOS crash report: System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_TStateMachine_GSHAREDVT_TStateMachine_GSHAREDVT_

I have uploaded my iOS build on TestFlight and then installed it on my iPad. My game always crashes 1-2 seconds after I opened it on my iPad. It only crashes in release mode and not in debug mode. It's not the first time that I have this kind of crash.…

Developer technologies | .NET | .NET MAUI
asked 2025-11-04T21:08:44.2066667+00:00
Kim Strasser 1,671 Reputation points
commented 2025-12-03T13:43:21.0933333+00:00
Kim Strasser 1,671 Reputation points
2 answers One of the answers was accepted by the question author.

Login flow error

So I have the dashboard page and auth in the appshell.xaml.cs I am doing ` public partial class AppShell : Shell { private readonly IFirebaseAuthClient _auth; public AppShell(IFirebaseAuthClient auth) { InitializeComponent(); …

Developer technologies | .NET | .NET MAUI
asked 2025-11-30T17:02:39.6833333+00:00
Eduardo Gomez 4,136 Reputation points
accepted 2025-12-03T13:29:37.86+00:00
Eduardo Gomez 4,136 Reputation points
1 answer

How to fix C# uwp packaging error

I encountered this error while packaging my C# UWP project. I've tried some methods, but none of them worked. Could you please help me resolve this issue? My visual studio version is 17.14.19. Compile error information: The…

Developer technologies | Universal Windows Platform (UWP)
asked 2025-11-11T06:41:05.6366667+00:00
Eason Iron 0 Reputation points
commented 2025-12-03T13:11:47.18+00:00
Eason Iron 0 Reputation points