In VSC, How to Completely Remove 10000 Pending Changes from Source Control
I want to commit a project's changes to GitHub, but I don't want all thousands of these pending changes to reflect to my GitHub's repository. I would prefer a permanent solution rather than making individual solution for each project in the future. …
Developer technologies | Visual Studio | Other
How run C# Post method to delete a DB register on confirm to bootstrap modal in Razor Pages web app
Hello (I'm new to the forum) I'm working on an ASP.NET Core Razor Pages web app. It's a CRUD. In my Index.cshtml I have a list of products (as in the DB that is created with EF Core), and in each row after the fields I have an Edit and Delete buttons. I…
Developer technologies | ASP.NET | ASP.NET Core
What happened to the Visualizers in Visual Studio 2026?
Visual Studio 2019 and 2022 had a "Visualizers" folder in Documents/Visual Studio [year]/Visualizers where you can put custom visualizers you created and Visual Studio would load them automatically. Other folders like Template and Code Snippets…
Developer technologies | Visual Studio | Debugging
Linker reporting unresolved symbols
I have been using the Digital Mars(DM) C++ compiler for many years. I decided to use the MSVC Community C++ compiler because there are a number of SDK functions I would like to use and they are not accessible with DM. Below is my attempt to create a…
Developer technologies | C++
Visual Studio Profiler Says unable to find pdb files after collecting data with .nettrace
I collected the traces with .nettrace from the remote server including .dll and .pdb files Uploaded .nettrace file to the Visual Studio Profiler and set the path for the .dll and .pdb files in VS under Debug->Options->Symbols Selecting…
Developer technologies | Visual Studio | Other
Free MySQL plugin for .NET MAUI.
Is there any free MySQL plugin for .NET MAUI? I found one but it cost, dotConnect for MySQL.
Developer technologies | .NET | .NET MAUI
Visual Studio for Linux?
Since Microsoft & .NET Team is pushing so hard in the cross-platform solutions, will the Linux community see Visual Studio run on Linux? Since it is a great IDE with amazing tools, some of us are wondering will we see it on our preferred OS? I'm in…
Developer technologies | Visual Studio | Other
Developer technologies | C#
documented feature by Microsoft
for RunOnce, is the ! prefix a documented feature by Microsoft
Developer technologies | C++
SQL Server 2022 install on Windows 10 fails with error that .NET is not installed, but it is installed and up to date
I have installed SQL Server 2022 Developer edition successfully on a Windows 10 and 11 virtual machine. The issue is that I cannot install it on a physical machine. During the install, I get the following fatal error. I have tried to install the latest…
Developer technologies | .NET | Other
SQL Server | Other
Maui Android web handler
I am trying to create a webview handler for android in order to test calling a local web server with a self signed cert. I have seen numerous examples of how to create a client for WebView to capture the OnReceivedSslError methods but it is never…
Developer technologies | C#
enable xaml source compilation breaks
I do not know why I cannot post, it tells me I am violating code of conduct Everything in my .NET MAUI app works correctly until I enable: <MauiEnableXamlCBindingWithSourceCompilation <tabView:SfTabView IndicatorBackground="{x:Binding…
Developer technologies | .NET | .NET MAUI
Visual Studio Code no sincroniza extensiones
Resulta que tengo 3 ordenadores y tengo en los tres instalados el visual studio code. En dos de ellos conseguí que se instalasen las extensiones. Sin embargo en otro ordenador que tengo, no consigo que se instalen las extensiones de forma automática como…
Developer technologies | Visual Studio | Extensions
Microsoft VS Code Application Issues
Over the past 2–3 weeks, multiple users at this site have experienced issues with Microsoft VS Code. Users report that the application unexpectedly shuts down while they are working. The troubleshooting steps performed so far include: Ending the VS Code…
Developer technologies | Visual Studio | Testing
C# SerialPort.Open hangs up for a long time when the serial port is not in correct status
Hello, I have a WPF application on Win10 which will select and open a serial port. I already know the serial port is in a status which can be listed but can not communicate normally. I try to open it use SerialPort.Open(), but the thread will just hang…
Developer technologies | C#
Signing into Azure Resources in Visual Studio Code when you have multiple microsoft accounts connected to Windows
Hi all, As the title says, I am trying to sign into Azure Resources in my school environment. I have a work account attached to my Windows for obvious reasons. When trying to sign into said environment I am prompted with my work account and not my school…
Developer technologies | Visual Studio | Extensions
I'm not able to build EXE in visual studio.
I'm Mallika from the IT Support Team. I am writing regarding an issue with Visual Studio. Recently, I have been unable to build EXEs using Visual Studio 2022. Previously, this was working without any issues. I have raised an incident INC***[Removed…
Developer technologies | Visual Studio | Setup
Firebase Release Monitoring Not Updating for Android in .NET MAUI (net9.0)
Hello, I am working on a .NET MAUI (net9.0) project. For Android, I am using the following NuGet packages: <ItemGroup Condition="'$(TargetFramework)' == 'net9.0-android'"> <PackageReference…
Developer technologies | C#
generating a device‑related identifier
I’m working on a UWP application where we need to associate a device with app‑specific logic (for example, licensing tied to a device). We previously used an API that generated a device‑related identifier, but its stability has changed on some Windows…
Developer technologies | Universal Windows Platform (UWP)
Failed to acquire token
I am getting this error while consuming any azure service from the visual studio MsalClaimsChallengeException: AADSTS53003: Access has been blocked by Conditional Access policies. The access policy does not allow token issuance. Trace ID:…
Developer technologies | Visual Studio | Setup
Error when building a project in Microsoft Visual Studio 2026
I have just upgraded from Visual Studio 2022 to Visual Studio 2026 and, when I'm trying to compile my projects, I'm receiving the error message code MSB4018 with the text: The "GenerateDepsFile" task failed…