Click here to Skip to main content
15,889,909 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello

I already finished my project using C# for Windows CE Device.

I have the cab file and it is working good on my Windows CE Device, but unfortunately I lost the source code of this cab, and I have to do some changes to this project. It will be very difficult for me to start from scratch. I really forgotten many details and how I did many of them.

So can I extract my cab file and see my source code?
Posted
Updated 15-May-11 0:46am
v2

1 solution

Your source code isn't in the CAB file, but you can still get to it.

0) To extract the files : http://support.microsoft.com/kb/129605[^]

1) To see your source code for the binaries : Use Reflector[^]
 
Share this answer
 
Comments
Kim Togo 15-May-11 6:49am    
I think there is not much OP can do to get source code back. Backup ?
#realJSOP 15-May-11 7:08am    
Reflector will show him most of his source code if he didn't obfuscate the binaries.
Medo-I 15-May-11 9:06am    
Dear John, first of all i would like to thank you for your reply, you cant imagine how you save big time for me and how you take me out from big problem.


i really appreciated your help and your valuable informations that you provided to me.

now and after i saw my source code using Reflector i think i need few hours to change and make everything work good.


thank you again.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900