On Load: Type Mismatch Error in Runtime

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to deploy my program in runtime but when it opens it gives me the
On Load: Type Mismatch Error. You must click OK, and then it goes to the
startup form. Since my security software is not working on the startup form,
I assume the problem is with the code for that form. I do not have the
problem when I run the program on my computer however. I do not know how to
troubleshoot this problem and would appreciate any help as to what might be
causing it. I am using SageKey security software and it includes an ActiveX
Control that requires me to add some files to the system folder.

Thanks for your help.
 
Make sure that you register ActiveX control during deployment, and check
that all other libraries, listed in references dialog are exists on target
PC
 
Back
Top