views:

30

answers:

2

How to list all referenced assemblies? (referenced assemblies from referenced assemblies...) and there targeting framwork (.NetCF2.0, .Net 2.0)? Are there any apps (or Reflector plugins) ?

My problem is that when I deploy a CF application in VS2005 some Assemblies from the full .Net framework are deployed. But I don't know why...

A: 

NDepend ? http://www.ndepend.com/

Frederik Gheysels
A: 

something like this:

http://checkasm.booring.net/

?

Veli
Thanks, I've found my "bad" assembly =)
chriszero