I am upgrading a VB 6 project to VB.net. The VB 6 project uses the Inet control, I have installed the registry update that came with VS.net to allow me to use VB6 controls within my projects. However after the upgrade compleates I get the following error, with this
I am using adodb much the same way I used it in vb6. I can see that there are other ways to approach loading data. Is the adodb slower or less convenient to use? Is there any reason why (such as SQL Server 2005) I should immediately think about upgrading code to implement the ...
My adodc object won't work in my converted .net app. In order to test the conversion process I wrote a simple app that used a datagrid and an adodc object in vb6. I then converted the project to vb .net and the app woudln't work. The first problem was that their were errors ...