I have been tasked with recovering an old winforms project for which the project files are lost. I have the database, and the app is still in use.
I used Telerik's JustDecompile to look into the exe. I did this on a windows 2003 box, because it has older .net versions installed. I think the exe may be .net 1, as mscorlib version=1.0.5000.0?
JustDecompile can create a csproj file based on the exe. Supposedly the project is created as .net 4.0. However when I open the csproj file, and any file in the created project, it is full of errors.
Can anyone suggest a more workable path towards recovering the project files for this app?