A suite of integrated tools for creating, running, and managing tests to ensure code quality and reliability.
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 | Visual Studio | Testing
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.
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.
Visual Studio Rebuild
Was recommended by Microsoft to run Visual Studio as an administrator to eliminate the error message "cannot open the file xxx". Did so and still getting the error. Surely would be nice to do whatever necessary to rebuild without this error. I…
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
URGENT: Visual Studio Installer complete crash / Cannot uninstall / System.IO.FileNotFoundException
Dear Microsoft Support, I am reporting a critical issue with the Visual Studio Installer that has completely blocked my work and prevents me from completing an urgent C# project. The installer is broken, it won't allow me to install or uninstall the IDE,…
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
VS Code Marketplace returns 500 error on sign-in and published extension is no longer visible
I am unable to sign in to the Visual Studio Code Marketplace (https://marketplace.visualstudio.com). Every attempt to log in results in a 500 error page with the following details: Error: 500 - Something went wrong! Timestamp: 2026-03-28 오전 4:36:46…
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.
Fill bootstrap modal with data object's fields from AJAX and then send data to server
Hello, Last time I got help to read data object from AJAX and show its fields in the html. Now I would like to fill the bootstrap modal with the fields. I tried with asp-for but it didn't work. Algo I'd like to send the edited values to server. I attach…
Developer technologies | ASP.NET | ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
Best Practices for Video-to-Audio Conversion in Microsoft-Based Projects
I’m working on a project where I need to manage media content for offline access, especially converting video resources into audio format for learning purposes. While exploring solutions, I came across the trusted Yolk.fm video to audio downloader, which…
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.
What Event Minics DataGrid.RowEditEnded
I have a DataGrid bound to a DataTable. When the user finishes editing a row, I want to send that edited row back to a database but there is no RowEditEnded event. Is there any equivalent technique to know when a row has been sent to the backing…
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.
NU1301 Error - Unable to Restore NuGet Package from private Artifactory Feed.
I am facing an issue while restoring NuGet package in my .NET solution. The restore fails with multiple NU1301 error when trying to fetch packages from a private Artifactory feed. Error: Severity Code Description Project File Line Suppression…
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.
Error When Upgrading a Blazor App to .Net 10
Hello, When upgrading my app(s) to .net 10 from .net 8, I encountered an error that looks like this: This exception is seemingly thrown from blazor.webassembly.js. In the browser DevTools tab console, we can see the following errors: The apps are both…
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.
how to fix an error that affects the interface to not open
how to fix an error that affects the interface to not open
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.
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.
When running VBA code as I step through it goes to a function that is not called and there are no on events set either
I have an array that I have calculated and when I am writing it to Excel as you step through the code it correctly pastes the data as it goes through the yellow line the information is showing in the window below and that is what is correctly pasted. …
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
How to fix this macro for Word
Hi! I have been using the same macro for 3 years and it suddenly stopped working. My purpose of this macro is to take a mail merge and create PDFs with customized file names. They imported straight to a network folder. I now receive error code 5825 no…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
D365 BC - AL Table Date Fields - Manually Entered date being translated to Incorrect Date
This is about Business Central AL Table's date field: I am experiencing an issue with a date field on a page. When a date is entered manually (e.g., 12312024), it is automatically converted to an incorrect format (12/31/02024), resulting in an invalid…
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
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.
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.
Authentication cookies are not flowing from blazor to signalr
Summary I'm building a matchmaking service for a browser gaming platform using blazor web assembly, microsoft entra external id and signalr. To connect clients to the matchmaking service, I have created an instance of the Hub class and then added the…
Developer technologies | ASP.NET | ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.