My dev context is VB 6 and SQL Server 7 (MSDE).
My problem is:
After building a "release" of my project and then loading it on a "user" machine I get these results:
The program appears to load fine. On first execution, I get the message that the program linked successfully to the DB.BUT, when I select and process any of the child forms, every adoDC causes a message "[ADODC}: Unknown error. [ADO]:". After I get the last of those, there is a Run Time Error '48': Error loading DLL.
I assume that a DLL effecting the adoDCs is corrupted or missing, but there is no indication of what that DLL is.
This has been working in the past on both local (Server) and remote client machines. The current results are hard and consistent. I have not found a way past them.
Can any one help?
TIA
Ralph D. Meredith
My problem is:
After building a "release" of my project and then loading it on a "user" machine I get these results:
The program appears to load fine. On first execution, I get the message that the program linked successfully to the DB.BUT, when I select and process any of the child forms, every adoDC causes a message "[ADODC}: Unknown error. [ADO]:". After I get the last of those, there is a Run Time Error '48': Error loading DLL.
I assume that a DLL effecting the adoDCs is corrupted or missing, but there is no indication of what that DLL is.
This has been working in the past on both local (Server) and remote client machines. The current results are hard and consistent. I have not found a way past them.
Can any one help?
TIA
Ralph D. Meredith