Visual Studio 2015 - devenv.exe - Unknown hard error

When I open a project, it fails with

enter image description here

Does anyone have a solution for this?

I tried these steps:

  • Reboot the computer.
  • Restart Visual Studio
  • Run Visual Studio in safe mode and reset all windows
  • Removing my full project folder and reopening the solution from source does not help
  • Create a new project

Comment:

  • Visual Studio starts normally without loading the project.
+6
source share
1 answer

The problem is solved!

I wanted to use TypeScript in this project. This dialog has appeared. I answered yes.

enter image description here

But Visual Studio somehow failed to update TypeScript.

Next, we looked through Tools> Extensions and Updates and updated TypeScript manually.

enter image description here

After a successful TypeScript update, the solution opens normally!

+5
source

All Articles