brianwustl
Programmer
Hello,
I'm trying to transfer a program from one computer to another. I copied all the necessary files, but I still get these 3 errors when opening the program (Visual Basic 6.0):
Even when placing these files into the path, I still get these errors.
Also, I get errors that appear in log files when trying to open some of the forms:
and
and
Any suggestions?
Thanks,
Brian Glass
Washington University in St. Louis
I'm trying to transfer a program from one computer to another. I copied all the necessary files, but I still get these 3 errors when opening the program (Visual Basic 6.0):
Code:
ProjectFolder\REPORTPARAMETERDIALOG.DLL could not be loaded--Continue loading project?
Code:
ProjectFolder\ACTPMNT.OCX could not be loaded--Continue loading project?
Code:
Unspecified Error
Even when placing these files into the path, I still get these errors.
Also, I get errors that appear in log files when trying to open some of the forms:
Code:
Line 57: Property OleObjectBlob in CSComboBox1 could not be set.
Line 57: Cannot load control CSComboBox1; license not found.
Line 243: Cannot load control csHyperText1; license not found.
Line 302: Cannot load control CSVList1; license not found.
and
Code:
Line 242: Cannot load control CSVList1; license not found.
Line 363: Cannot load control CSVList2; license not found.
and
Code:
Line 95: Property OleObjectBlob in CSComboBox1 could not be set.
Line 95: Cannot load control CSComboBox1; license not found.
Any suggestions?
Thanks,
Brian Glass
Washington University in St. Louis