Assembly Dependencies

  • Thread starter Thread starter mehdi_mousavi
  • Start date Start date
M

mehdi_mousavi

Hi folks,
Is there any tools out there that lists the entire assemblies that a
given dot net .dll/.exe file depends on? (Something like Visual Studio
6.0 "Depends").

TIA,
Mehdi
 
Hi Mehdi,

You could run ILDASM.exe and load the assembly in question. Open the manifest and review the assembly references.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top