How do I get the paths of all the assemblies referenced by the currently executing assembly? GetReferencedAssmblies() gives me the AssemblyName[]s.
GetReferencedAssmblies()
AssemblyName[]
The CodeBase property should provide the full path name.
CodeBase