Search
Setup for Free
C
C#
•
3y ago
Angel!
Restoring my source code
Hello
, I have built a simple C
# app
, and i debugged it and only got the
.config
,
.exe and
.pdb files saved
, I lost the project solution files
& I wanna get back and have a look at my source code
, any solution
?
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,145
Members
View on Discord
Similar Threads
Was this page helpful?
Yes
No
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
A
Angius
•
1/31/23, 7:20 PM
If there
's no source code
, there
's no source code
A
Angius
•
1/31/23, 7:20 PM
Restore it from Github or another backup
B
Buddy
•
1/31/23, 7:20 PM
Try dotPeek
- but it still is not the original source code
.
It is the optimized source code
(if release
) which can be weird
.
A
Angius
•
1/31/23, 7:20 PM
If there are no backups
.
.
. well
, we all learn from mistakes
A
Anton
•
1/31/23, 7:20 PM
you can at most decompile it
, but it won
't bring back the original source completely
A
Angel!
OP
•
1/31/23, 7:21 PM
Alright
, thanks for the help
!
Similar Threads
generating code without source generators
C
C# / help
3y ago
❔ LF C# Project/Source Code to re-code it in my own way :>
C
C# / help
3y ago
✅ Disassemble JIT compiled code with source lines?
C
C# / help
7mo ago
Dictionary vs switch in source generated code
C
C# / help
15mo ago