Hi,
I'm trying to create a custom Control using a silverlight Class Library that inherits from an 3rd party control(like telerik radcontrols), and when I add my class library dll to another project, and try to use my custom Control an error occurs telling that the reference for the reference where the class that inherits with my control from the 3rd party control is missing.
for example: If i inherit my costum control from an radButton, when i try my dll in other project, the compiler ask me also to import the telerik dll.
Is there any way of merging the .dll from my class library with the one needed from the 3rd party control, or to make custom control working without the need of add the the reference for my class library and the assembly from the 3rd party control?
My goal is only to import my dll and nothing else to use my component.
Thanks