visual studio - Why doesn't Resharper's Assembly Explorer show anything? -


i trying decompile assembly resharper extension visual studio, when go resharperwindowsassembly explorer, explorer blank. when have project open, tool behaves way meant to, creating empty project in order able decompile awful. avoid using standalone decompiler dotpeek.

the assembly explorer window intended show assemblies want decompile, aren't referenced in solution. if assembly referenced somewhere in solution, resharper's normal navigation decompile classes , methods on fly.

in other words, it's intended used in conjunction open solution, means doesn't work without solution open (also, believe list of assemblies in assembly explorer stored in solution settings. without solution, there's no list display).

what's issue using dotpeek? it's same codebase, compiled standalone components rather visual studio plugin?


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -