On Load: Type Mismatch Error in Runtime

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.
 
A

Alex Dybenko

Make sure that you register ActiveX control during deployment, and check
that all other libraries, listed in references dialog are exists on target
PC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top