G
gianni
I have developed a VB.net application (vs.net 2003) using DAO 3.51.
This application uses some classes that I have imported from an old vb5
application converted to vb.net by the application wizard.
The application works fine on my developing-PC and on my
developing-notebook (running both XP-Pro/SP2/IE7), but when I install it
on a clean XP-Pro/SP2/IE7 machine, it does not work anymore.
I get the error "application as generated an exception that could not be
handled".
All my routines have a try/catch/finally, so I was confused by this
error. Thus I have installed on the target machine the vs2003 and run
the code and discovered the problem:
- I have no license for the DAO3.51 on the target machine :-O
Of course I have installed DAO3.51 on the target machine (there are
running several vb5 application using DAO3.51)
I registered the dao3.51 again with regsrv32.exe , but without result.
I have create a Setup Project with the Setup Wizard. It detect the DAO,
it warns me that I have to check the reference for DAO, but no more
messages.
I have installed dozen times the application on the target machine, but
never get it running.
Any suggestion? What can I do with that missing DAO reference?
(I repeat, the dao3.51 is already correctly installed for the vb5
appplication on the target machine)
Thank you for replying.
This application uses some classes that I have imported from an old vb5
application converted to vb.net by the application wizard.
The application works fine on my developing-PC and on my
developing-notebook (running both XP-Pro/SP2/IE7), but when I install it
on a clean XP-Pro/SP2/IE7 machine, it does not work anymore.
I get the error "application as generated an exception that could not be
handled".
All my routines have a try/catch/finally, so I was confused by this
error. Thus I have installed on the target machine the vs2003 and run
the code and discovered the problem:
- I have no license for the DAO3.51 on the target machine :-O
Of course I have installed DAO3.51 on the target machine (there are
running several vb5 application using DAO3.51)
I registered the dao3.51 again with regsrv32.exe , but without result.
I have create a Setup Project with the Setup Wizard. It detect the DAO,
it warns me that I have to check the reference for DAO, but no more
messages.
I have installed dozen times the application on the target machine, but
never get it running.
Any suggestion? What can I do with that missing DAO reference?
(I repeat, the dao3.51 is already correctly installed for the vb5
appplication on the target machine)
Thank you for replying.