How can I investigate .NET DLL Dependency? -


i exception related dll can't loaded but... no project seems reference dll.

how can know calling it?

run ildasm visual studio command prompt. find ildasm in same folder visual studio (devenv)

with ildasm can loan assembly , disassemble il. isn't helpful in cases, give access manifest assembly.
enter image description here

double click on manifest, , manifest assembly. interested in stuff @ top assembly references. enter image description here

pull manifest each of referenced assemblies , find 1 has dependency on assembly causing problems.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

.htaccess - ERR_TOO_MANY_REDIRECTS htaccess -