G
Guest
Hi!
I have made a user control called, say "MyUserCtrl", which is inherited from
another user defined class called, say "MyBaseClass". Each one of these two
are developed in its own project.
The question: When I use MyUserCtrl in a form, I must, from the form, make
reference to both classes, i.e. even to "MyBaseClass". Otherwise, it will not
work. How can I manage to skip referencing MyBaseClass? I tried to put both
user controls in one and the same project, but I got circular reference error.
Regards
M Shafaat
I have made a user control called, say "MyUserCtrl", which is inherited from
another user defined class called, say "MyBaseClass". Each one of these two
are developed in its own project.
The question: When I use MyUserCtrl in a form, I must, from the form, make
reference to both classes, i.e. even to "MyBaseClass". Otherwise, it will not
work. How can I manage to skip referencing MyBaseClass? I tried to put both
user controls in one and the same project, but I got circular reference error.
Regards
M Shafaat