Questions tagged [visual-studio-2022]
27 questions
28
votes
5 answers
Backspace and arrow keys not working as expected
Most of the time Visual Studio seems to work fine. But occasionally, it gets into a funky editing state. I can still type, but I can't move the cursor with the arrow keys. The arrow keys instead seem to take the focus off the editing window. The…
benekastah
- 379
- 2
- 4
- 8
12
votes
1 answer
Remove Github Actions from Visual Studio Solution Explorer
With the latest update of Visual Studio 2022 (version 17.7.0 Preview 4.0), I now have an seemingly non-removable node in Solution Explorer with the Github logo labeled 'Github Actions'.
It's not the end of the world, but it becomes one more thing…
dgo
- 851
- 7
- 26
7
votes
1 answer
How to fully reset all Visual Studio settings to factory defaults?
I have Microsoft Visual Studio 2019 and Visual Studio 2022 installed.
This is Community Edition, I am logged in and registered with my Microsoft Account.
It is important.
I removed all "Visual Studio*" directories in my "C:\Users*".
After restarting…
Harry
- 605
- 3
- 6
- 16
5
votes
0 answers
Visual Studio Connection Manager doesn't accept private key
I wish to connect visual studio (2022) to my laptop for cross compilation of c++ projects. I am having an issue however. It doesn't accept the connection.
I have read on another question, that visual studio accepts rsa keys only in PEM format, so I…
FalcoGer
- 245
- 1
- 14
4
votes
2 answers
How to move Solution Explorer to the left in Visual Studio
The layout of the Solution Explorer section on my Visual Studio 2022 is on the right, is there a way to move it to the left? I need the Explorer on the left so it looks like the solution explorer for all the Jetbrains IDEs, which have their project…
Dong Li
- 231
- 1
- 2
- 13
3
votes
2 answers
Visual Studio Community 2022: mscoreei.dll could not be loaded
I've become suddenly unable to use Visual Studio Community due to the error in the screenshot. It comes up a lot and makes the IDE completely unusable. The error comes after I load up my solution.
My setup consists of Visual Studio Community 2022…
pius
- 453
- 3
- 11
2
votes
2 answers
How to find direct download links to older specific version of Visual C++ redistributable 2022?
Let's say I want to download the 2022 Visual C++ redistributable x86 version 14.30.30708.0 (this is not the lastest version). Where can I download this older specific version on a Microsoft website?
I know the lastest version can be downloaded here:…
Toto
- 31
- 5
1
vote
1 answer
Why is the thickness of the Visual Studio cursor/caret variable?
When I move to different places on a line in Visual Studio, I notice that the thickness of the cursor changes. I am not referring to going into Insert mode, or changing any settings of either the operating system or VS itself.
The same variable…
Jim Cullen
- 113
- 4
1
vote
1 answer
How to Create project asp.net core web2 app with .net 4.8?
I install visual studio 2022 and I want to Create project asp.net core web2 app with .net 4.8 .
When I try to create asp.net core app in vs get me .net6 (long term support) and .net core3(out of suport) !!!
How to fix it?
hmahdavi
- 341
- 1
- 7
- 17
1
vote
2 answers
Move Visual Studio 2022 to Another Drive after Installation without Reinstalling
A couple of months back, most probably in November last year, I had to install Microsoft Visual Studio on a drive(D) other than C because my C drive did not have enough space to host the software. Two weeks ago I cleaned up my C drive and now I want…
Yasir Arafat
- 111
- 1
- 4
1
vote
1 answer
How to remove the older projects entries/list/history from the Visual Studio Opening Window?
All the Recently worked projects will be available in Visual Studio Opening window.
Even if the projects are removed from our file explorer, those names will exist in the VS Opening Window.
I'm able to delete those recent projects entries/history…
user1695916
1
vote
2 answers
Select debug browser in Visual Studio 2022
There used to be an option to select the browser you wanted to debug in.
There "play" debug button also used to be available on debug toolbar.
Are there settings to get this functionality back or are they just gone now?
Visual Studio…
DreamTeK
- 121
- 1
- 7
0
votes
1 answer
Is it possible to edit code with an open visualizer?
Out of the box, at least, Visual Studio does not allow editing code during a debugging session when a visualizer is open. The visualizer window is on top and clicking anywhere else in Visual Studio is not allowed.
Is there a setting, extension or…
Heki
- 205
- 2
- 9
0
votes
0 answers
How does Visual Studio choose which analyzers to run?
I am working on a project which has some logging errors. Last week I could compile this project just fine, even though it has "warning as errors" turned on. Today, I get CA2017 warnings, which are treated as errors, and prevent me compiling. For…
timbo
- 161
- 5
0
votes
1 answer
How to test localhost:PORT website by amending the hosts file?
Windows 11 + all updates.
Visual Studio 2022 + all updates
I have a website which can run on https://localhost:44313/ in my CMS i have configured it to use a test domain.
I have set a test domain set against it i.e. www.testing.com and testing.com…
Computer
- 125
- 3