A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
Visual studio download not starting
Whenever I try to download Microsoft Visual Code it redirects me to the download page but the download does not start. I am using a VPN using the StealthVPN protocol and it won't start even when I turn the VPN off. I am also using Firefox.
Developer technologies | Visual Studio | Debugging
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
Android Issues Recording Audio in Xamarin using Plugin.AudioRecorder
I have successfully utilised NateRickard's three year old Nuget Plugin.AudioRecorder to make audio recordings and play them back. I have been careful to set both StopRecordingOnSilence and StopRecordingAfterTimeout to false to allow extended…
Developer technologies | .NET | Xamarin
A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
Blazor web app is not working for any events, button click or dropdown selection in .NET 8
I have the following component, but none of the events are being triggered in .NET 8. I suspect this issue is due to the new rendering modes introduced in .NET 8. @using MyFirstBlazorWebApp.Components.UI <PageTitle>Dynamic Marvel…
Developer technologies | .NET | Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML, developed by Microsoft.
Client side validation bootstrap modal form Razor Pages
HelloLast days I got help from @Anonymous and @Anonymous on how to show a bootstrap modal form with model (C# class) data. My following issue would be to check data validation on client side. But in the way, I added a list of cars in the html in order…
Developer technologies | ASP.NET | ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
Android Emulator window is invisible/off-screen in VS 2026 Insider (Cannot interact, only visible in Alt+Tab)
Hello, I am developing a .NET MAUI application using Visual Studio 2026 Insider. When I start debugging with the Android Emulator (Pixel 9 Pro - API 31), the emulator runs in the background, but the actual interactive window never appears on my screen. I…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Issue to add task code to the class
Hi, I want to add the task code like into the following. What to adjust?
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.
.NET 10 issues with OpenApi
Hello I created an ASP.NET Core Web Api project with the version of .NET 10 , to utilize Swagger with authentication I created the project to test my API endpoints with authentication and out of the blue I found this stange issue, where I couldn't…
Developer technologies | ASP.NET | ASP.NET API
A component of ASP.NET for creating RESTful web services that support HTTP-based communication between clients and servers.
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
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
Product Key for Visual Studio 2026 Professional
How to Get Product Key for Visual Studio 2026 Professional
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.
.NET MAUI (.NET 10) Firebase Analytics and Crashlytics not working – Crashlytics build ID is missing
I am trying to integrate Firebase Analytics and Crashlytics into a .NET MAUI (.NET 10) Android application, but I am facing a runtime exception related to Crashlytics. Steps I followed: Created a new .NET MAUI project Created a Firebase project and added…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Guidance Required for Firebase Analytics & Crashlytics Integration in .NET MAUI (.NET 10)
We are currently working on a .NET MAUI mobile application and need to integrate Firebase Analytics and Crashlytics. Previously, in .NET 8, we created a proof of concept (POC) using Xamarin-based packages such as Xamarin.Firebase,…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Can I legally modify the method if there is a text which indicates to not modify it, in Windows Forms App?
Hello, When I create Windows Forms App project, and I add a button into the form, in the Form1.Designer.cs there is a text /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the…
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
How to Fix a Namespace Mismatch
In my application named PIM I just use the default namespace "PIM" to include everything. However, I do have one folder called "Converters" that includes numerous all the project converters. However, for some reason, the compiler…
Developer technologies | Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
How does exception handling work in C++?
I am a beginner in Java and I want to understand exception handling clearly. Can someone explain how try, catch, and finally blocks work with a simple example? Also, what is the difference between checked and unchecked exceptions?
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
Visual Studio 2022/.NET template engine (template.json): Can I add custom UI inputs and multi-page wizard steps?
Hi All, I’m creating an MCP Server project template using the .NET template engine (template.json) and want a richer project creation experience in Visual Studio 2022 (File → New → Project). Is it possible to define additional user inputs beyond the…
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
Devops Test case execution history no longer shows previous results from other plans and suites
When did this change? We no longer have simple visibility of test execution history - double clicking a test from the suite you were in previously listed the number of times a test had run in different test plans / suites and the outcomes along with…
Developer technologies | Visual Studio | Testing
A suite of integrated tools for creating, running, and managing tests to ensure code quality and reliability.
free objects memory
how to free rhe memory of the object mannually? Only the pointer is gone? Label myl = new Label(); myl = null;
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.
C/C++ enum, when is pure enum false?
Hello C/C++ gurus Consider this enum, define enum: typedef enum { Car, Plane, Bus, Train, MaglevTrain, Truck, Unknown2 } TransportObject; and consider this condition: if (MaglevTrain) { printf("\nOps!…
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
New update failed to install now I dont have access to VS 2026.
Package 'Microsoft.VisualStudio.Setup.Configuration,version=4.3.2028.6109' failed to install.
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
Microservice with websockets on both front and back end, how to keep running when browser closes
Hello All, I have a website I created, and currently it seems to only run while I have the website open. It’s a trading bot. On my backend I have a websocket grabbing user trades from the exchange and on the front end its grabbing all the trades on the…
Developer technologies | ASP.NET | ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.