开发者

How to directly access .NET Reflector from VS2008

开发者 https://www.devze.com 2023-01-29 18:05 出处:网络
I\'m sure this is very simple, but I\'m having some trouble.I want to be able to disassemble a class in reflector directly from VS2008.

I'm sure this is very simple, but I'm having some trouble. I want to be able to disassemble a class in reflector directly from VS2008.

Background: At one point I had Visual Studio 2008 working such that all I had to do was right click+"Open in .NET Reflector" to view the source of anything. One day it went away. I have downloaded ManagedAddins, but I must be doing something wrong, becaus开发者_运维知识库e when I try to integrate it, the source code for the reflector add in solution opens.


Do you have .NET Reflector Pro ? I believe the functionality you are talking about is only in Pro Version. In standard free version, it is available for 14 days trial.


http://www.testdriven.net/ - This has the feature and all I had to do was download and install.


The Visual Studio add-in is available in Standard as well as Pro. Not sure why it has got disabled. To make sure that it's enabled, open Reflector, then go to Tools->Integration Options, and select the appropriate Visual Studio Integration checkbox.

0

精彩评论

暂无评论...
验证码 换一张
取 消