Decompile .NET DLL
http://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/05b3cf5d-ead3-4274-88f5-6e8cbda8e8d8/
Try .NET Reflector, It will decompile your dll into C# or VB.
Reflector indeed with the FileGenerator plugin should do the trick nicely.
Try .NET Reflector, It will decompile your dll into C# or VB.
Reflector indeed with the FileGenerator plugin should do the trick nicely.
If you have downloaded the .NET Reflector & this FileGenerator plugin , do the following
- Open up the Reflector.exe,
- Go to View and click Add-Ins,
- In the Add-Ins window click Add...,
- Then find the dll you have downloaded FileGenerator.dll (witch came wth the FileGenerator plugin),
- Then close the Add-Ins window.
- Go to File and click Open and choose the dll that you want to decompile,
- After you have opend it, it will appear in the tree view,
- Go to Tools and click Generate Files (Crtl+Shift+G),
- select the output directory and select appropriate settings as your wish,
- Click generate files.