Activity overview
Latest activity by 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. / comments
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 ...
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 ver...