Add-on components that enhance and customize the Visual Studio integrated development environment
Need multi-page, in-flow project creation wizard for custom template in VS 2022 (change “Create” to “Next”)
Hi All, I want to create a custom project template (e.g., myProjectTemplate) that users can choose in Visual Studio 2022 via File → New → Project, and I need a multi-page wizard that feels fully integrated into the standard project-creation flow. The…
Developer technologies | Visual Studio | Extensions
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.
SignalR Chat Issue: I’m currently building chat system using SignalR in ASP.NET Core (.NET 9) for communication between a user and an admin. user message should be received instantly by the admin via SignalR
this is my browser where i want to inspect the error from
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.
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.
Debugger not working for Debugging Extensions in Visual Studio 2026
I am not able to debug my Extensions since I have moved to Visual Studio 2026. When I start debugging and check the Symbol File that is being currently loaded for my Extension, it is coming from the Release path, i.e., it is loading the release .dll…
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
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
In MAUI if I want to convert from realmdb , please recommend me another best db in replacement ?
I want to migrate from realmdb (using it till now .NET 9.0) but for .NET 10.0 and above, I want Microsoft suggestion/recommendation on best db for replacing realmdb with .
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
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
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
CVE-2025-15467 vulnerability for Visual Studio Professional 2022
Hi Team, The Visual Studio Professional 2022 got tagged to CVE-2025-15467 vulnerability as it is using libssl-3-x64.dll and libcrypto-3-x64.dll. Can you let us know how to solve this ? We tried updating Visual Studio Professional 2022 to latest version…
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.
can I setup a custom collection in Word VBA to add vocabulary definitions to a Word document?
I want to create a macro in Word VBA so I can add vocabulary definitions to the document, with text on one page, and definitions on facing page for that part of text. If I do this, is the "range" identifyine the position of the word in the…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
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
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
memory question
i have a question, does after garbage collection stays the first button in memory or will it be cleaned up i thought HtmlButton bt = new HtmlButton(); bt = new HtmlButton();
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.
.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.
Download Visual Studio 2022 is unreachable
Our tool chain includes visual studio 2022, and I need to download it to setup a new machine. Currently the process to get to someplace download it does not work. The visual studio page to download only offers vs2026. The link to older downloads…
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
changing the endcoding of an attached file in sql trasaction
Hi, I have written a sql server procedure which sends the result of a query as a csv file via e-mail. SQL server generates the attached file in UTF-8 BOM encoding. I need the attached file to be generated in UTF-8 (without BOM). I tried to…
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
SQL Server | Other
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.
How to fix the Exception Unhandled described bellow?
System.TypeLoadException: 'Method 'GetSwagger' in type 'Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator' from assembly 'Swashbuckle.AspNetCore.SwaggerGen, Version=6.5.0.0, Culture=neutral, PublicKeyToken=d84d99fb0135530a' does not have an…
Developer technologies | ASP.NET | ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
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.
.NET MAUI Dns.GetHostEntry()/Socket.Connect() exception on Android 10 and Android Emulator API 27
I have a .NET MAUI implementation of System.Net.Sockets that runs fine on Windows, but when run on Android 10, the call to Dns.GetHostEntry("GAI-W10-Dev1"); throws an exception:…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
UWP how to change foreground color when mouse over?
Below is my code in App.xaml. I could change the DataGridRow background color while mouse over, but I couldn't change the foreground color while mouse over. What I could add in the PointerOver part? <Style x:Key="BasicDataGridRowStyle"…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.