N
Nathan Baulch
I'm looking for the best way to determine which assembly dependencies are
not part of the base framework and which are third party libraries.
My application stores add-on DLL's in a DB for transparent distribution to
all clients. Obviously when loading DLLs into the DB, it is necessary to
recursively traverse the dependency tree and pull in any that are not part
of the base framework.
I am currently achieving this by checking against a hard coded array of
strong names but I am thinking that there must be a better way.
Nathan
not part of the base framework and which are third party libraries.
My application stores add-on DLL's in a DB for transparent distribution to
all clients. Obviously when loading DLLs into the DB, it is necessary to
recursively traverse the dependency tree and pull in any that are not part
of the base framework.
I am currently achieving this by checking against a hard coded array of
strong names but I am thinking that there must be a better way.
Nathan