How can we help you today? How can we help you today?

Reflector not disassembling System.Windows.Controls.Button.

When I tryy to disassemble System.Windows.Controls.Button using reflector 6.0 I am getting only empty methods.
I am using VS 2010 and my project is configured to .net 4.0.

Is there a Reflector version that I can use to Disassemble WPF Framework code so I can view the source of controls like the Button?

Thanks
yadam64
0

Comments

2 comments

  • Clive Tong
    Hi.

    You are probably trying to decompile the reference assembly instead of the real assembly. Microsoft supplies a set of reference assemblies that contain the metadata but no IL instructions. This gives the effect you are seeing.

    You need to use the real assembly. The easiest way to find it is via "File/Open Cache".
    Clive Tong
    0
  • yadam64
    Clive Tong wrote:
    Hi.

    You are probably trying to decompile the reference assembly instead of the real assembly. Microsoft supplies a set of reference assemblies that contain the metadata but no IL instructions. This gives the effect you are seeing.

    You need to use the real assembly. The easiest way to find it is via "File/Open Cache".

    Thanks, that resolved my problem.
    yadam64
    0

Add comment

Please sign in to leave a comment.