Tag: .NET Reflector

Resurrecting .NET Reflector and its Visual Studio Add-in

This could be a bit late but I guess it’s better than never. For folks who have missed the latest free version of .NET Reflector, which is NOT publicly downloadable from RedGate, here is your chance to grab it once and for all.

Remember to unblock the archive file before extracting them to avoid running into security issue when integrating with Visual Studio.

Unblock reflector.zip before extracting its contents

Download .NET Reflector 6.8 with Visual Studio Add-in

Activating the Visual Studio add-in

The reflector itself is pretty much a stand alone application which needs no installation. However, if you’d like to activate the included Visual Studio add-in, you’ll need to do the following:

  1. Open the file RedGate.Reflector.Addin in the package using any text editor.
  2. Modify the path in the <Assembly> element so that it points to where the RedGate.Reflector.Addin.dllfile is.
    • Note, this dll file needs to be in the same folder as the Reflector.exe file.
  3. Copy this add-in file to C:\Users\<user name>\Documents\Visual Studio <VS Version>\Addins\.
  4. Activate it in the Add-in Manager in Visual Studio (Top Menu Bar -> Tools -> Add-in Manager…).

Don’t forget that you can also turn on explorer shell integration from within reflector’s tools menu.

Have fun 😉