Type of member ... is not CLS-compliant

  • Thread starter Thread starter e_man_online
  • Start date Start date
E

e_man_online

Hi,

I get the following warning when building a VB .NET 2.0 project:

"Type of member 'CrystalReportViewer1' is not CLS-compliant"

What can I do to make the class CrystalReportViewer CLS compliant?
Why is this class not compliant?

Your help with this will be greatly appreciated.

Sincerely,

Rick
 
Hello,


It is probably written in .Net 2003 , the author of the component can solve
this by adding a cls compliant attribute and perform a recompile

VB.Net 2.0 will add these attributes default ( so rewriting to .Net 2.0 will
also help )
 
Back
Top