B
Bob
Is it possible to have a DLL automatically include references to other DLL's
that it depends upon when it is added to a project?
Bob
that it depends upon when it is added to a project?
Bob
Tom Spink said:The DLL you are adding needs those DLL's but the Assembly you are adding the
reference to does not necessarily need those DLLs, therefore the DLLs are
not added, because they are not required by the Assembly.
Your application will still work, even if those DLL's aren't referenced.
--
HTH,
-- Tom Spink, Über Geek
Please respond to the newsgroup,
so all can benefit
Bob said:Certainly not required, but is it possible?