automatically including other references when adding a DLL to a project

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
 
T

Tom Spink

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
 
B

Bob

Certainly not required, but is it possible?

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
 
T

Tom Spink

In the IDE? No.

--
HTH,
-- Tom Spink, Über Geek

Please respond to the newsgroup,
so all can benefit
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top