There is a client specific solution that we cannot find the source code for, but we do have the .exe file.
Is it possible to use .Net Reflector to extract this into a buildable solution within Visual Studio?
At the moment I can retrieve some of the .cs files, but the forms within the application, as well as the folder structures etc. do not extract.
Is there some plugin I can use to accomplish this?
Thanks