Board index » Visual Studio » automatically including other references when adding a DLL to a project
|
jlrosel
|
|
jlrosel
|
automatically including other references when adding a DLL to a project
Visual Studio138
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 - |
| Tom
Registered User |
Wed Aug 27 10:17:49 CDT 2003
Re:automatically including other references when adding a DLL to a project
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" <noemail@nospam.net>wrote in message QuoteIs it possible to have a DLL automatically include references to other - |
| Bob
Registered User |
Wed Aug 27 11:17:01 CDT 2003
Re:automatically including other references when adding a DLL to a project
Certainly not required, but is it possible?
Bob "Tom Spink" <thomas.spink@ntlworld.com>wrote in message QuoteThe DLL you are adding needs those DLL's but the Assembly you are adding the |
| Tom
Registered User |
Wed Aug 27 11:31:28 CDT 2003
Re:automatically including other references when adding a DLL to a project
In the IDE? No.
-- HTH, -- Tom Spink, Über Geek Please respond to the newsgroup, so all can benefit "Bob" <noemail@nospam.net>wrote in message QuoteCertainly not required, but is it possible? - |
| Herfried
Registered User |
Wed Aug 27 18:48:07 CDT 2003
Re:automatically including other references when adding a DLL to a project
Hello,
"Bob" <noemail@nospam.net>schrieb: QuoteCertainly not required, but is it possible? Regards, Herfried K. Wagner -- MVP · VB Classic, VB .NET www.mvps.org/dotnet">www.mvps.org/dotnet - |
