Hi All,
I am getting the following error while upgrading from vb6 code to vb.net.
The variables are declared as follows
Private m_Language As String,
Private m_collLanguage As Collection .
Error is occuring at
m_collLanguage. Item(m_Language ).
Error: Property access must assign to the property or use its value.
I am getting the following error while upgrading from vb6 code to vb.net.
The variables are declared as follows
Private m_Language As String,
Private m_collLanguage As Collection .
Error is occuring at
m_collLanguage. Item(m_Language ).
Error: Property access must assign to the property or use its value.