When I drop a third-party control onto a visual design surface in Visual Studio, any library references required by the control are automatically added to my project. I have an inherited version of a third-party control that I've added to the toolbox. However, when I drag it onto a Form, only some of the references to the underlying third-party libraries are added. How can I specify additional references to be added?
views:
268answers:
1
A:
Assuming you know the path to the DLL that contains the controls...
http://blogs.thesitedoctor.co.uk/tim/2007/02/13/ImportingReferencing+DLLs+In+Visual+Studio.aspx
It's the same in VS2008 as in VS2005.
David Stratton
2010-08-05 05:29:22
But it's probably a bit late for this answer...
David Stratton
2010-08-05 05:30:00