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.
Alex Dybenko - 07 Mar 2005 08:59 GMT
Make sure that you register ActiveX control during deployment, and check
that all other libraries, listed in references dialog are exists on target
PC

Signature
Alex Dybenko (MVP)
http://Alex.Dybenko.com
http://www.PointLtd.com
>I am trying to deploy my program in runtime but when it opens it gives me
>the
[quoted text clipped - 11 lines]
>
> Thanks for your help.