code went for the milk i saved it logged in and its vanished and ive opened every single file i have

my program has just vanished out of anywhere anyway i can open older saves of my project?
24 Replies
Jamster3388
Jamster33882y ago
ok
Jamster3388
Jamster33882y ago
Jamster3388
Jamster33882y ago
it runs the last successful build is there a way to load the code for the last successful build
Tvde1
Tvde12y ago
yes with decompiling tools such as dotPeek
Jamster3388
Jamster33882y ago
is it too late?
Tvde1
Tvde12y ago
you can decompile your executable to recover the source code
Jamster3388
Jamster33882y ago
i wish i had a executable i only have the .sln file
Tvde1
Tvde12y ago
you have the program here, right?
Ezlanding
Ezlanding2y ago
What are you clicking on to run the build That is the executable
Jamster3388
Jamster33882y ago
run last build
Tvde1
Tvde12y ago
in the bin/debug folder
Jamster3388
Jamster33882y ago
oh i see it so the exectutable runs the code but the sln file has just vanished the code in there ghost code
Ezlanding
Ezlanding2y ago
The executable is the code In a format the computer can understand well, not technically because c# uses a jit but you get the point Use a disassembly tool like dotPeek to turn that back into c#
Jamster3388
Jamster33882y ago
JetBrains
dotPeek: Free .NET Decompiler & Assembly Browser by JetBrains
dotPeek is a free tool based on ReSharper. It can reliably decompile any .NET assembly into C# or IL code.
Jamster3388
Jamster33882y ago
want to make sure i get a safe download thats all
Ezlanding
Ezlanding2y ago
Yes
Jamster3388
Jamster33882y ago
uhh which do i get?
Jamster3388
Jamster33882y ago
Jamster3388
Jamster33882y ago
Ezlanding
Ezlanding2y ago
JetBrains is a company that sells IDEs and tools, including the disassembler So just skip everything but the disassembler
Jamster3388
Jamster33882y ago
i think thats sharper
Ezlanding
Ezlanding2y ago
No The disassembler is called dotPeek
Jamster3388
Jamster33882y ago
oh wait yeah alright just gotta figure this out YES thank you so much
Ezlanding
Ezlanding2y ago
Np! 👍