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.
double click on manifest, , manifest assembly. interested in stuff @ top assembly references.
pull manifest each of referenced assemblies , find 1 has dependency on assembly causing problems.
Comments
Post a Comment