Relative Content

Tag Archive for visual-studiovisual-studio-2022

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?

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 ===

“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)