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?

link|improve this question

75% accept rate
feedback

2 Answers

up vote 1 down vote accepted

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.

link|improve this answer
Yes but you should feel bad for using such code :-) Just kidding – Darin Dimitrov May 18 '10 at 17:27
@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 May 18 '10 at 17:28
feedback

Follow this link, you'll find the answer http://www.devarticles.com/c/a/C-Sharp/Making-Your-Code-CLS-Compliant/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.