Reflector Not Decompiling 'System.Data.Entity.dll' .NET 4.0
问题 When looking at the System.Data.Entity.dll for .NET 4.0, no methods are being decompiled. I only see the method stubs. I tried re-installing reflector but it still didn't work. I am able to decompile other .NET assemblies just fine. 回答1: I think your issue is that you've pointed Reflector at the metadata-only version of the assembly. A number of assemblies are installed for use by VS 2010 that contain only the metadata, not the method's IL, of the original assembly. They did this for