Assembly Dependencies

  • Thread starter Thread starter Antony
  • Start date Start date
A

Antony

Hi,

Is there a way to check what the dependencies of an assembly are, apart from
loading with ILDASM and checking the manifest information?

I keep getting TypeLoadException problems in one of my assemblies, which
(apparently) is indicative of missing or unresolved dependencies...

Thanks in advance for any assistance,

Antony.
 
Hi Miha,

Thanks for your reply. I have literally just sorted the problem, which
wasn't actually a dependency based issue at all. It was a fault in my class
hierarchy that wasn't picked up at compile time.

Thanks,

Antony.

Miha Markic said:
Hi Antony,

You might check Reflector
http://www.aisto.com/roeder/dotnet/

--
Miha Markic [MVP C#] - RightHand .NET consulting & development
miha at rthand com
www.rthand.com

Antony said:
Hi,

Is there a way to check what the dependencies of an assembly are, apart from
loading with ILDASM and checking the manifest information?

I keep getting TypeLoadException problems in one of my assemblies, which
(apparently) is indicative of missing or unresolved dependencies...

Thanks in advance for any assistance,

Antony.
 
Back
Top