Are RCW's not CLS-compliant?

I'm working on .NET assembly that interops with some old VB6 code. I've generated the wrapper with TLBIMP.EXE and everything is working fine.

After running the assembly through FxCop, it warned me about not having the CLSComplaint attribute set (oops!). I added that to my AssemblyInfo file and now all of my methods that use any of the interfaces from the wrapper are marked as not CLS-compliant and I can't compile.

Ideas?

1 Comment

Comments have been disabled for this content.