Hi,
I've made a user custom control which uses external (seperate dll) class library. In MSVS's control viewer everything is fine but when I try to use my control in project the functionality which depends on the external dll does not work until I put that dll into references. Is there a way to fix it? I mean I don't want to put each library which is referenced from my control into references of my project.
Thanks for your advices, SOreader