-
I am new to VB but an experienced programmer. I am trying to get a VB program with ADODC controls to work on other machines. It works on my VB machine but when I create an .EXE and export it to other machines it gets an '48' Run time error. I believe this is missing DLL. It doesn't tell which one is missing. I check all the DLLs I can find and they seem to be there. How do I debug this?
-
Even if you don't want to use it to package your program, run the VB Setup Wizard, because it will tell you all the DLLs you need.
-
Thanks. That helped. I used a setup wizard to package the program and it installed all the dlls, etc. I them removed the installed package from the target system, and it left all the DLLs installed and everything runs fine now.