views:

55

answers:

3

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?

+1  A: 

Sometimes I find that Windows GUI apps can still be running but not appear in the Taskbar or the Applications pane. First thing to check is whether you can Alt+Tab to it? Problem solved if so, but if not, try Process Explorer. Right-click on devenv and see if Window -> Bring to Front works. Since it lists all processes in a single hierarchical view it might be able to 'resurrect' VS.

Coxy
A: 

Sounds like you are toast.

But some versions of Visual Studio (and by that I mean the later releases) will save a current copy of open documents and you may find that it will ask if you want to recover them when you open it again.

Otherwise. No. I think they have gone.

Brody
+1  A: 

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

OneSHOT