Turn off folded code highlight in Visual Studio 2022
How do I turn off the line highlight for folded code (C/C++ )
Code is folded with Outlining -> Collapse to definitions
Visual Studio 2022 17.10.0 -Can we still revert to a previous version?
They used to have an option in the Visual Studio installer to revert to a previous version. With this latest update – 17.10.0 – I do not see any such option there. Has it moved or has been removed?
Contents of visual studio solution file
As part of trying to understand the Visual Studio functionality more, I have been looking at the project and solution files. While I could find good official documentation about the project file, I did not find much detail on the solution file. Is there any source where I can understand the contents of the solution file better?
I switched back to VS 2022 from VS 2022 preview and the cursor insert/visual has lost it mind
In an editor window, when I double-click on text it will change to –VISUAL– mode, then if I just single click it goes back to –INSERT– mode on the bottom window status bar. Why is this happening and how do I change it back?
MS Visual Studio 2022 not able to open source files with path length more than 120 characters
While building a project on the MS visual studio 2022. I’m getting the following error:
what is this sqlconnection.vb,what it is called and what the use of it?…….it contain functions idk why and where they are using it…….help me
enter image description here
Can’t install Visual studio(Latest channel)
I downloaded the installer, and it started prepping like it does on any other computer, but when the preparation bar reaches the end, the whole installation exe closes. I went to %temp% and found this log file:
[5/12/2024, 14:11:12] === Logging started: 2024/05/12 14:11:12 ===
[5/12/2024, 14:11:12] Executable: C:UsersmazepDownloadsvsVisualStudioSetup.exe v17.9.34728.123
[5/12/2024, 14:11:12] — logging level: standard —
[5/12/2024, 14:11:12] Directory ‘C:UsersmazepAppDataLocalTemp61131372aa9e41f7f91d’ has been selected for file extraction
[5/12/2024, 14:11:12] Extracting files to: C:UsersmazepAppDataLocalTemp61131372aa9e41f7f91d
[5/12/2024, 14:11:12] Extraction took 516 milliseconds
[5/12/2024, 14:11:12] Executing extracted package: ‘vs_bootstrapper_d15vs_setup_bootstrapper.exe ‘ with commandline ‘ –layout c:localVSlayout –env “_SFX_CAB_EXE_PACKAGE:C:UsersmazepDownloadsvsVisualStudioSetup.exe _SFX_CAB_EXE_ORIGINALWORKINGDIR:C:UsersmazepDownloadsvs”‘
[5/12/2024, 14:11:18] The entire Box execution exiting with result code: 0x0
[5/12/2024, 14:11:18] Launched extracted application exiting with result code: 0xc0000409
[5/12/2024, 14:11:18] === Logging stopped: 2024/05/12 14:11:18 ===
My Visual Studio seems to include files by default, my coworker’s seems to exclude files by default
Baffled by a VS behavior difference between two machines/people here. When I open a project out of source control, I see this:
Class library dll throwing exception Could not load file or assembly ‘Microsoft.Data.SqlClient, Version=5.0.0.0 but it reference version 5.2.0
Class Library using Visual Studio 2022 community v 17.9.6 TragetFramework 8 project file
“can not open source file” but compiles without a problem
So in editor it shows as an error for every standard library module, but when I compile it, it works without a problem. The only annoying thing with this is that because of this the autocomplition doesn’t work.
(https://i.sstatic.net/1exjFh3L.png)(https://i.sstatic.net/8SkoU0TK.png)