I have an application that I've programmed - it works fine in VB6, and
when compiled and packaged, installs and operates fine on my machine.
When I install it on another machine (without VB6), it craps out,
providing nothing more insightful than the WinXP message that for some
reason the program has stopped working - would you like to tell
Microsoft about it?
I have put in msgboxes throughout the program to identify exactly what
line of code it is crapping out on:
The app opens MS Access (not visible) and copies tables, etc. within
it. The installed version will open an instance of MS Access fine
(and I can see it in my Windows Task Manager). The program dies out
at the next line, however:
myAccess.OpenCu rrentDatabase '...name of database...'
I haven't any idea why this would be - I have read the Microsoft stuff
on what files shouldn't be placed in the packager (msacc.olb,
msado25.tlb) and this has made no difference. Does anyone have any
ideas?
Any help would be appreciated!
Trevor Fairchild
when compiled and packaged, installs and operates fine on my machine.
When I install it on another machine (without VB6), it craps out,
providing nothing more insightful than the WinXP message that for some
reason the program has stopped working - would you like to tell
Microsoft about it?
I have put in msgboxes throughout the program to identify exactly what
line of code it is crapping out on:
The app opens MS Access (not visible) and copies tables, etc. within
it. The installed version will open an instance of MS Access fine
(and I can see it in my Windows Task Manager). The program dies out
at the next line, however:
myAccess.OpenCu rrentDatabase '...name of database...'
I haven't any idea why this would be - I have read the Microsoft stuff
on what files shouldn't be placed in the packager (msacc.olb,
msado25.tlb) and this has made no difference. Does anyone have any
ideas?
Any help would be appreciated!
Trevor Fairchild
Comment