base type is not CLS-compliant in Third Party Control
Posted
by Vaccano
on Stack Overflow
See other posts from Stack Overflow
or by Vaccano
Published on 2010-05-18T17:07:32Z
Indexed on
2010/05/18
17:10 UTC
Read the original article
Hit count: 177
I have a control that I purchased. When I tried to inherit from the control I get this message:
Warning: 'MyNamespace.MyFile': base type 'Mooseworks.UI.MwTextBox' is not CLS-compliant
Is there any way around this besides asking the vendor of my control to make their control CLS compliant?
© Stack Overflow or respective owner