Announcement

Collapse
No announcement yet.

esignal is not CLS-compliant

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • esignal is not CLS-compliant

    Do you have any idea why on the following line I get the error here
    Line : Public WithEvents esignal As IESignal.Hooks

    I get this error : Type of member 'esignal' is not CLS-complaiant
    Diana Castillo

  • #2
    Hi Diana,

    I'm suspecting you are trying to use code originally written in VS 2003 in VS 2005. There are CLS compliancy attributes you may need to add. Here is the MSDN article on writing CLS compliant code:



    Please note that we cannot support VS 2005 due to problems we have found with .NET 2.0. If you want to take advantage of .NET's features, you should be fine using VS 2003.

    Comment

    Working...
    X