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

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -