Type of member 'DataReader1' is not CLS-compliant.

  • Thread starter Thread starter Jared
  • Start date Start date
J

Jared

Hi,

Why do I have this error in one project but not another?

Type of member 'DataReader1' is not CLS-compliant.
 
Probably because you specified in the AssemblyInfo that the assembly
should be CLS compliant. Unless you do, the compiler doesn't care if it
is or not.
 
Back
Top