|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
CLS specs?Is there a good explination of what would cause a CLS warrning in .NET 2.0
out there anywhere? like list of reasons and examples of what cause an object or type to not be CLS complaint? thanks! "Smokey Grindle" <nospam@dontspamme.com> wrote in message Google: cls+compliantnews:Ou0KB0mDHHA.3536@TK2MSFTNGP02.phx.gbl... > Is there a good explination of what would cause a CLS warrning in .NET 2.0 > out there anywhere? like list of reasons and examples of what cause an > object or type to not be CLS complaint? thanks! An example (c# although principles are the same) http://www.devarticles.com/c/a/C-Sharp/Making-Your-Code-CLS-Compliant/ You can get rid of the warning with: <CLSCompliant(false)> _, or by making the object CLS compliant ;). Robin.
get values from asp pass to batch file !!!
A Modest Question Is VB.NET Stable?? Odd databinding behavior create a keystroke logger Need to create link between DataSet tables to show matching records Restart a Sub and keep loop going Simple Data UPdae Question Why must I cast when I put type safe generic objects in the combo box? Exception handling, Retry, Resume Next |
|||||||||||||||||||||||