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.


If you have downloaded the .NET Reflector & this FileGenerator plugin , do the following
  1. Open up the Reflector.exe,
  2. Go to View and click Add-Ins,
  3. In the Add-Ins window click Add...,
  4. Then find the dll you have downloaded FileGenerator.dll (witch came wth the FileGenerator plugin),
  5. Then close the Add-Ins window.
  6. Go to File and click Open and choose the dll that you want to decompile,
  7. After you have opend it, it will appear in the tree view,
  8. Go to Tools and click Generate Files (Crtl+Shift+G),
  9. select the output directory and select appropriate settings as your wish,
  10. Click generate files.