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)
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#
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
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
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
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
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
MongoDB.Driver.MongoIncompatibleDriverException:
MongoDB.Driver.MongoIncompatibleDriverException using C# mongodb driver
Developer technologies | C#
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
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
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#
.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
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
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
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
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
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#
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
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
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…