Hi,
I have a VB6 project that we need to migrate to VB.NET. I used the migration wizard. At one point, the VB6 code line is:
Private myArrary() as NEW RDO.Connection.
Now, after conversion, the keyword NEW gives error saying that array cannot have new keyword. What is the solution?
Secondly, can I still continue to use RDO in VB.NET?
Regards
I have a VB6 project that we need to migrate to VB.NET. I used the migration wizard. At one point, the VB6 code line is:
Private myArrary() as NEW RDO.Connection.
Now, after conversion, the keyword NEW gives error saying that array cannot have new keyword. What is the solution?
Secondly, can I still continue to use RDO in VB.NET?
Regards