I am attempting to setup a new work space and transfer all of my projects from my old computer to the new one. However, I am getting this error when I try to r
I have a ASP.NET Core 1.0 MVC app in solution X and I have some common projects (.net 4.5.2 class libs) in solution Y. I want to reference the projects in solu
I am looking at an old project one of my colleagues wrote in AngularJS in Visual Studio and as we all know, it's pretty difficult to understand code when you're
I face an error when I run VS2019 (Professional). After loading the solution a message appears at the top of the window and it says Visual Studio ran into an un
I need to change the icon in the application I am working on. But simply browsing for other icons from the project property tab -> Application -> Icon, it
In VS 2022, when I press Ctrl + . on a constructor parameter and select "Create and assign field/property", the resulting code is missing spaces around the assi
I am building my first VS extension, to allow users to encrypt/decrypt the mailSettings/smtp section of web.config. I wish to add a menu item that has 2 sub-i
I'm not sure what I did, but all of a sudden, my Visual Studio 2012 will not debug any tests. If I select a test from the Test Explorer and tell it to run, it
So my question is how do I put what the user enters, for example, they put row : 1 and column: 2 in my board that I made. I'm working on this in the void player
I installed visual studio 2022 with all the necessary extensions for the analysis service but when I want to create a project in visual studio I do not have the
I know that for clarity in codes, I have to write first fields then constructor and then methods etc. But how can I automate it in Visual Studio?
I've been struggling to change an asp.net core web api project's target framework to .NET 6 which was started using target framework .net5. I've already tried a
I've created a Windows application package using Visual Studio and when I run Add-AppDevPackage.ps1 script I get this error on some computers. Cannot dot-sourc
In Visual Studio debug mode it's possible to hover over variables to show their value and then right-click to "Copy", "Copy Expression" or "Copy Value". In cas