Visual-studio – Recover deleted project in visual studio

projectrecoverrecoveryvisual studiovisual studio 2012

I was creating a website using visual studio and accidentally deleted that project folder. 🙁

It was three months project. Is there anyway to get it back? visual studio 2013

Best Answer

  1. Are you using any Source control management system (e.g. SVN, git etc...)?
    If so, this is the time for a revert. If not, you should...
  2. Was the project deleted from your disk? If not (it shouldn't..),
    just re add it to your solution. Chances are it is still in your solution folder
    (You can easily open it via Visual studio).
  3. If it was deleted from your HDD, this is where things starts to get tricky. Try restoring deleted data from your disk.
    You will need a software to help you with this task (e.g. this one was randomly selected using a simple google search).
  4. In case nothing of the above works you can take your HDD to a professional lab to restore the deleted data.
    If it is just a small project, I wouldn't bother. If it is not, Shame on you for not using SCM ;0)
  5. Good luck...
  6. If nothing of the above works, I am sorry for your loss...