I need help in recovery of my project (was accidentally deleted)
I need help in recovery of my project (was accidentally deleted)
My project was accidentally deleted and all I have now is those three files:
project.resx, project.designer.cs, project.cs.
is there any way I can restore my project?
thanks @marc_s for the quick responde If so, I don't see a way to restore my project... I will go to find a sholder to cry on
– michael kashi
Aug 26 at 8:26
You'd better find a source control for yourself :)
– Ilya Chernomordik
Aug 26 at 8:44
2 Answers
2
If you're on windows you can try using Recuva( recovery tool )
if another OS( linux or macos) you can try using testdisk
First of all you shouldn't write anything in the drive where the project was located. Secondly, use a recovery tool such as Recover My Files. finally, like llya said, it always better to use source control.
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
If you don't have any backup(s) and/or source control - then you're most likely ot of luck, unfortunately. If you had code and layout files destroyed, one can not restore those out of thin air....... Just goes to show just how important it is to check your code into source control right away ....
– marc_s
Aug 26 at 8:18