Type of member ... is not CLS-compliant

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
 
M

Michel Posseth [MCP]

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 )
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top