In VS2022, VB hot reload never works, claiming ENC0005, when Handles is not relevant
In this code, deleting either LstLog line text while at the breakpoint evinces the problem. You can use Debug. instead of LstLog. Private Sub mnuLogShown_Click(sender As Object, e As EventArgs) Handles mnuLogShown.Click …
When we run a new project iOSApp1 in VS2022 Community 'attach to Process' appears, what is this?
We simply created a new project (iOS Application) for Visual Basic and we would like some help to understand how to proceed with this.
"A project with the same name is already opened in the solution"
I upgraded VS from 2019 to 2022. Many projects cannot be loaded. When I click "Reload Project" for an ASP.Net MVC project I get the error message "A project with the same name is already opened in the solution" …
Code Analysis is no longer working in Visual Studio Community 2022 17.6.4
As mentioned in the title I'm using Visual Studio Community 2022 17.6.4 for Unity C# development, however I can no longer get Code Analysis to provide suggestions, warnings, nor errors. When I run Code Analysis, it runs, but there are no results. When I…
VS 2022 not opening Sql Database sqlproj
I was recently issued a new laptop. The prior laptop VS 2017 upgrade--> 2019 upgrade-->2022. We have multiple SQL Database Project used to manage our ... database projects. On the new laptop I installed VS 2022 and checked to include the SQL…


Change Output Folder Publish-> Create App
I've changed the location of a folder for my MS Store app, from C:\Projects_2024 to C:\Projects_2025. Previously when I went to Publish->Create App Packages... it create my msix in the Projects_2024 sub directory. However, now that I am building the…
How do I update the Visual Studio 2022 installer on an offline computer? Note that it refers to "setup.exe", not the VS main program
I had a problem removing an extension.click Modify Prompt: Failed to download installer update. Make sure you are connected to the network and try again.The installer version is 3.10.2157.28521 , The software version is is Visual Studio Community 2022…
How to solve this problem in VisualStudio 2022 developer console?
********************************************************************** ** Visual Studio 2022 Developer Command Prompt v17.13.2 ** Copyright (c) 2022 Microsoft Corporation ********************************************************************** C:\Program…
Settings.Default.Upgrade does not copy over the user settings to new release
Hello, I'm writing a console app in Winform with Visual Studio 2019. I want the user settings to persist every time I release a new version. I'm using this piece of code to do that. if (Properties.Settings.Default.UpgradeRequired) …
Visual Studio 2022 17.12.4 can't connect test runner process
After upgrading visual studio 2022 to 17.12.4, for .net 8 test project which is using MSTest and Xunit at same time, it always fails to execute tests from test explorer. The error message is like below: "Unable to connect to testing platform runner…
Visual Studio 2022 17.12.4 can't connect test runner process
After upgrading visual studio 2022 to 17.12.4, for .net 8 test project which is using MSTest and Xunit at same time, it always fails to execute tests from test explorer. The error message is like below: "Unable to connect to testing platform runner…
Isn't it true that I can install multiple versions for Visual Studio?
At work I have been having a lot of problems with my work desktop. For example, last Monday I had 5 Blue Screens of Death. Then on Tuesday I had four BSODs. I told my desktop support about this back in November 2024. During the Christmas break, they…


Visual Studio tools for office word controls
Create a VSFO Word project does not work. Error is "The project cannot be created"
Migrate from ADS to Visual Studio Code ...
Hello Folks, I am in a process of migrating from ADS to Visual Studio Code. My main goal for usage of ADS was to work with SQL Server databases and things related to it. In ADS I actively used 'Import Wizard' to create table from files. I don't see it in…

how to fix the debugger in visual studio code
My debugger is not working. I guess there is some problem with the configuration but it is not working. Everytime i try to debug it show 'Configuration 'C/C++: gcc.exe build and debug active file' is missing in 'launch.json'. Please help me configure the…
how to fix the debugger in visual studio code
My debugger is not working. I guess there is some problem with the configuration but it is not working. Everytime i try to debug it show 'Configuration 'C/C++: gcc.exe build and debug active file' is missing in 'launch.json'. Please help me configure the…
Help using azure devops SDK package in extension development process
I'm developing an Azure DevOps extension that adds a custom button to the work item form. When a user clicks this button, a third-party API should be called and its response displayed directly on the work item. I've already implemented the API call, but…
How to do unit testing on node.js web application in visual studio?
I created a project in Visual Studio 2022. I created a node.js web application using the "Blank node.js web application" template. I want to create a unit test. What is the recommended way to do that? I hit problems following an article that…
How to do unit testing on node.js web application in visual studio?
I created a project in Visual Studio 2022. I created a node.js web application using the "Blank node.js web application" template. I want to create a unit test. What is the recommended way to do that? I hit problems following an article that…
ReportViewer Tasks in c# in visual studio
hello, the option to design a new report does not appear in ReportViewer Tasks in c# in visual studio 2022