Tagged Questions

0
votes
2answers
564 views

How do I handle CLS-compliant within a Web Reference?

I am turning on [assembly: System.CLSCompliant(true)] inside the assemblies of my C# solution. I am now getting a few warnings inside the generated code for a SharePoint Web Service. Here is one ...