views:

163

answers:

1

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?

+1  A: 

I went to the build tab of the project and added 3009 in the "Suppress warnings:" section.

As this is not my code I don't feel too bad about suppressing this warning.

Vaccano
Yes but you should feel bad for using such code :-) Just kidding
Darin Dimitrov
@Darin Dimitrov - I agree... But there are so few .netcf mask edit controls out there. You can't be too picky unless you want to roll your own. :)
Vaccano