J
John
Hi
After importing my vs 2003 project into vs 2005 I am getting the error Name
'_DateColumn' is not CLS-compliant. on the second line of below code;
<System.Diagnostics.DebuggerNonUserCodeAttribute()> _
Public ReadOnly Property _DateColumn() As System.Data.DataColumn
Get
Return Me.column_Date
End Get
End Property
What does that mean and how can I fix it? I suspect this code was generated
by vs 2003 itself.
Regards
After importing my vs 2003 project into vs 2005 I am getting the error Name
'_DateColumn' is not CLS-compliant. on the second line of below code;
<System.Diagnostics.DebuggerNonUserCodeAttribute()> _
Public ReadOnly Property _DateColumn() As System.Data.DataColumn
Get
Return Me.column_Date
End Get
End Property
What does that mean and how can I fix it? I suspect this code was generated
by vs 2003 itself.
Regards