Comments
Sort by recent activity
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 ...