Today my Visual Studio disappeared. I can see devenv.exe in the ‘Processes’ tab in Task Manager but not in the Applications tab. I have unsaved changes. Is there a way to ‘revive’ VS so changes can be saved?
Today my Visual Studio disappeared. I can see devenv.exe in the ‘Processes’ tab in
Share
I know it isn’t a solution but VS if terminated unexpectedly (task manager end process) will usually recover open unsaved files when you re open it, Just make sure you open it directly and not by double clicking the sln file.
I would only try this as a last resort incase it doesn’t recover the files.
HTH