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.
 
Back
Top