20

In Visual Studio 2013, when i right click on a fx a method and choose "Navigate To -> Decompiled Sources", nothing happens.

How do i enable this ?

Christian Bekker
  • 1,857
  • 4
  • 27
  • 43
  • I also got this even in VS2012 and VS2013 after installing ReSharper 8. I thought maybe having dotPeek installed was conflicting somehow, but I haven't figured it out yet. – Mark Melville Feb 26 '14 at 21:14

1 Answers1

43

I had the same issue. I have fixed it by navigating ReSharper => Options => Tools => External Sources and checked "Decompile methods" checkbox

Hope this helps somebody

Ruslan Shupoval
  • 611
  • 7
  • 7