Hello all,
Does anyone have experience in converting Visual Basic 6 application to .NET? I would like to write a tool to do the conversion automatically to minimize the effort. I am using the Upgrade in Visual Studio 2008 to do the conversion from VB 6 to VB.NET already. I would like to convert DAO to ADO.NET using Datatable and DataSet. I am thinking to build the wrapper for the DAO by .NET which will replace for legacy DAO. How do you think?
I would like to get advice from you that it is feasible or not or we must do it manually (re-write the code). Can anyone give me advice? What are the issues we may face in making this tool?
Thanks.