Yesterday after work, I closed Visual studio. Since then I am unable to start it again. I am using Visual Studio 2019 Enterprise v16.8.3. I tried
- Changing the config file.
- Deleting VisualStudio AppData
- Repairing VS from VS installer
- Reinstalling VS
- Repairing .Net Framework
- Running VS in Safe Mode
I am always getting the same results. I get a dialog with title: Microsoft Visual Studio and text: Could not start visual studio due to an error. System.Configuration.ConfigurationErrorsException:Configuration system failed to initialize InnerException - System.Configuration.ConfigurationErrorsException:unrecognized configuration section startup. (C:\Users\tomig\AppData\Local\Microsoft\VisualStudio\16.0_ed2a0239\devenv.exe.config line 13)
After clicking Ok, There is one more dialog with title: Hidden Window:devenv.exe - Application Error And text: The exception unknown software exception (0x0434352) occured in the application at location 0x00000000775546D2.
Can someone help me to make Visual Studio work again?System.Configuration.ConfigurationErrorsException Hidden Window:devenv.exe - Application Error
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
</startup>