I'm new to using the .Net Reflector tool to decompile code. I have an application that I need to get the orginal source code for, this application was written using WPF technology. I've figured out so far that loading the yourprojectname.exe.deploy file gives most of the coding. Now the problem is converting it into a WPF project in Visual Studio. When I click 'Export Source Code' in .Net Reflector it exports the coding just fine, but not into a WPF project type. How can I achieve exporting the coding into a WPF project that will build? I'm using .Net Reflector 8.5.
Thanks in advance!