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.
Visual Studio 2022 17.14.39 no longer able to use git when logged in as different user
I need to run Visual Studio (2022) as two different users, as only some of the projects I work on are allowed to use Github copilot (customer restrictions). So, I have a primary account "seb", where my main VS runs, which is not logged in into…
Developer technologies | Visual Studio | Other
Windows Update breaks WPF TrueType font subsetting (Calibri.ttf format specification error) KB5120708
When printing in .NET Framework 4.8 application WPF, it seems to have broken the XPS printing. See stack trace below. If I uninstall the KB5120708 update, it works again. It has broken our printing functionality on our business application. Can any one…
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.
A version of Visual Studio is Available, visit the link to get information on the lastest update and support
Hi After installing the VS 2026, when i click the launch the button its showing the popup like new version is available.. I cannot able to close the popup.. its just exit the VS completely.. May i know the solution for that
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
Azure sign in torture
Visual Studio 2022 Community: Authentication Flow Regression / Account System Misdesign Dear Microsoft, I write this with the deepest possible respect, and with only the mildest desire to strike the Visual Studio account subsystem with a velvet-wrapped…
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.
In Visual Studio IDE 2026, GitHub Copilot Chat, I must stretch the side bar to find the apply button
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.
Visual Basic
Debug Step INTO and STEP OVER do not work when projects created in VB 2010 are loaded into later versions.
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
VS Code Marketplace publish blocked by VSID "Concurrency" rate limit for over 24 hours — verify-pat also blocked
We cannot publish updates to our VS Code extension and even a read-only PAT verification is rejected. Microsoft support seems to be the only way to clear this, so please help. Symptom Since yesterday (2026-08-19), every call to the Marketplace publishing…
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
Problem on server after upgrad from .NET 4.6 to .NET 4.8 (site is KO)
Hello, We have just updated the version of an asp.net MVC project from .NET framework 4.6 to .Net 4.8. Following this, the solution compiles and works well locally whereas this is not the case after deploying the site. it no longer works on the server…
Developer technologies | .NET | .NET Runtime
.NET: Microsoft Technologies based on the .NET software framework. Runtime: An environment required to run apps that aren't compiled to machine language.
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
Developer technologies | ASP.NET Core | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
Why does my code work only once?
My application includes a stopwatch plus a lap counter. The stopwatch is working fine using the following code: Private Sub StartTimer(sender As Object, e As RoutedEventArgs) Handles btnStart.Click CurrentTime = TimeSpan.Zero LapTime =…
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
C++ Program Being blocked by SAC after adding Cryptographic token
I am writing a Console application in Visual Studio, as a proof of concept, before I write the actual program I am wanting to make, the program ran perfectly fine for the last two days during small iterative upgrades, I have no build issues, but as soon…
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.
Is renaming an unmodified Visual C++ Runtime DLL allowed for redistribution?
Subject: Is renaming an unmodified Visual C++ Runtime DLL allowed for redistribution? We distribute a Windows x64 desktop application that includes the official NumPy 2.5.1 Windows wheel. That wheel was processed by delvewheel and contains the Microsoft…
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.
can not use asp-page-handler in asp.net core web?
I am using asp.net core web 10.0 and I want to use handler and I get 400 Bad Request. public JsonResult OnPostOrder(GoodsO[] g) { return new JsonResult(new { Status = true }); } public class GoodsO { …
Developer technologies | ASP.NET Core | ASP.NET prefix
A routing feature in ASP.NET Core for defining common URL prefixes that standardize and organize endpoint paths across controllers and APIs
429 - woah, that's a lot of requests in https://marketplace.visualstudio.com/
429 - woah, that's a lot of requests in https://marketplace.visualstudio.com/ its been 2 months im facing same error, i tired to clear cache and still same issue let me know what is my issue causing this and stopping my extension to publish
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
Visual Basic in Excel Instruction and function manual
I am having trouble finding basic information on instructions with detailed syntactical rules and similarly a list of functions in Visual Basic. EG... where do I find the exact syntax for dimensioning an array and declaring a range of cells as an…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
Creating a new List<int>() throws a NullReferenceException.
The following code throw a NullReferenceException on the hightlighted line: using IS0AUTTSTContext db = GetDbContext(); List<TestRun> list = db.TestRuns.Where(t => t.ID > 0 && t.Definition!.Application!.Deleted == false).ToList(); …
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.
Run time error 9, Subscript out of range eroor is showing while using Excel VBA
Run time error 9, Subscript out of range error is showing while using Excel VBA, When i am using Excel VBA and write coding for run a macro and when i run the code this error is showing, I tried every thing to solve this, but not working, I am unable to…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
Could Playwright for .NET leave a connection to the website open?
Tonight I was in a Starbucks. I wanted to test an application I wrote using Playwright for .NET which test a website I wrote. It has worked fine in the past, when I developed the app on my Windows 11 desktop. But when I cloned the repo to my laptop at…
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
When we are trying to open the dataset .xsd file which is located in app code it gives attached error . the solution is in asp.net web forms version 4.o
When i am trying to open the dataset .xsd file which is located in app code it gives attached error . the solution is in asp.net web forms version 4.o. please give the solution for the error shot
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
How to use flan-t5-small or all-MiniLM-L6-v2 in .net iOS?
I am using .net iOS (iOS application) not .net MAUI and I want to ask that how to use all-MiniLM-L6-v2 or flan-t5-small in it? I want to feed a txt to it and ask questions about the txt ?
Developer technologies | .NET | .NET Machine Learning
.NET: Microsoft Technologies based on the .NET software framework. Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
How to prevent Visual Studio Editor from reformatting my line?
When I enter lines in Visual Studio I like to have certain items line up. For example, btnAccumulate.Hide (); labelResultList.Hide (); lbResultList.Hide (); labelResult.Show (); tbResult.Show …
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
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.