Options

.Net Reflector for VS will not decompile all methods.

Using the "Generate PDBs..." function of .Net Reflector in VS2017, I get: "Some methods could not be decompiled.". It refuses to decompile about 900 methods and successfully decompiles 2000 methods. This is pretty weak success rate.

Using the desktop version of .Net Reflector, I can see many of the methods that are listed in the error log as not decompilable. There are however few methods on the classes in question where the app fails with "Stack empty".

I've just updated to the newest version. Is there something else I can do to improve the decompilation success rate?
Tagged:

Answers

Sign In or Register to comment.