S
stretchsje
Guest
First, some background: I had VS 2017 working on my machine. I installed VS 2019 and it too briefly worked. I put VS 2019's IIS Express into 64bit mode in the settings and started my app, and suddenly my app would no longer work in VS 2019 or VS 2017. VS 2019 would subsequently freeze upon opening this specific solution file again.
Thinking something corrupted from having two versions of Visual Studio or IIS Express running at the same time, I tried repairing the VS 2019 installation. The installer wouldn't run, preventing a repair or normal uninstall. I then:
No matter what, the result is the following:
[1/23/2020, 15:31:27] === Logging started: 2020/01/23 15:31:27 ===
[1/23/2020, 15:31:27] Executable: C:\Users\sedwards\Downloads\vs_professional__1824916861.1571344846.exe v16.4.29709.97
[1/23/2020, 15:31:27] --- logging level: standard ---
[1/23/2020, 15:31:27] Directory 'C:\Users\sedwards\AppData\Local\Temp\fdcc19b1c156ecf1fa75cefbe121\' has been selected for file extraction
[1/23/2020, 15:31:27] Extracting files to: C:\Users\sedwards\AppData\Local\Temp\fdcc19b1c156ecf1fa75cefbe121\
[1/23/2020, 15:31:27] Extraction took 547 milliseconds
[1/23/2020, 15:31:27] Executing extracted package: 'vs_bootstrapper_d15\vs_setup_bootstrapper.exe ' with commandline ' --env "_SFX_CAB_EXE_PACKAGE:C:\Users\sedwards\Downloads\vs_professional__1824916861.1571344846.exe _SFX_CAB_EXE_ORIGINALWORKINGDIR:C:\Users\sedwards\Downloads"'
[1/23/2020, 15:31:44] The entire Box execution exiting with result code: 0x0
[1/23/2020, 15:31:44] Launched extracted application exiting with result code: 0x1389
[1/23/2020, 15:31:44] === Logging stopped: 2020/01/23 15:31:44 ===
The bootstrapper itself produces only a one-line log:
Beginning of the log. Start Time: 1/23/2020 3:31:39 PM
Here is a link to my vslogs.zip file:
vslogs.zip
An older version of vslogs.zip, created before clearing out my temporary directories, can be found here:
vslogs (old).zip
Continue reading...
Thinking something corrupted from having two versions of Visual Studio or IIS Express running at the same time, I tried repairing the VS 2019 installation. The installer wouldn't run, preventing a repair or normal uninstall. I then:
- ran the uninstaller tool for Visual Studio (InstallCleanup.exe -full)
- cleared my temporary folders
- cleared my registry
- cleared %ProgramData%\Microsoft\VisualStudio
- cleared C:\Program Files (x86)\Microsoft Visual Studio
- uninstalled all C++ runtime components that showed as installed on the same day as VS 2019
- uninstalled/reinstalled .NET 3.5 and 4.7 runtime (the former of which I had to do using DSIM via a command line, and using package files from a Windows 10 disc, as the integrated "add windows components" control panel in Windows 10 would produce an error)
- checked drive for errors
- tried using alternate accounts on my machine
- tried using alternate installers (VS 2017, 2019, and alternate versions of each)
- extracted bootstrapper executable from download and ran manually from administrator-enabled command line
No matter what, the result is the following:
[1/23/2020, 15:31:27] === Logging started: 2020/01/23 15:31:27 ===
[1/23/2020, 15:31:27] Executable: C:\Users\sedwards\Downloads\vs_professional__1824916861.1571344846.exe v16.4.29709.97
[1/23/2020, 15:31:27] --- logging level: standard ---
[1/23/2020, 15:31:27] Directory 'C:\Users\sedwards\AppData\Local\Temp\fdcc19b1c156ecf1fa75cefbe121\' has been selected for file extraction
[1/23/2020, 15:31:27] Extracting files to: C:\Users\sedwards\AppData\Local\Temp\fdcc19b1c156ecf1fa75cefbe121\
[1/23/2020, 15:31:27] Extraction took 547 milliseconds
[1/23/2020, 15:31:27] Executing extracted package: 'vs_bootstrapper_d15\vs_setup_bootstrapper.exe ' with commandline ' --env "_SFX_CAB_EXE_PACKAGE:C:\Users\sedwards\Downloads\vs_professional__1824916861.1571344846.exe _SFX_CAB_EXE_ORIGINALWORKINGDIR:C:\Users\sedwards\Downloads"'
[1/23/2020, 15:31:44] The entire Box execution exiting with result code: 0x0
[1/23/2020, 15:31:44] Launched extracted application exiting with result code: 0x1389
[1/23/2020, 15:31:44] === Logging stopped: 2020/01/23 15:31:44 ===
The bootstrapper itself produces only a one-line log:
Beginning of the log. Start Time: 1/23/2020 3:31:39 PM
Here is a link to my vslogs.zip file:
vslogs.zip
An older version of vslogs.zip, created before clearing out my temporary directories, can be found here:
vslogs (old).zip
Continue reading...