I have an application I will be packaging with runtime for distribution. This application has an ActiveX control. Is there anything special I need to do so that the ActiveX control will work on the machines the application is loaded on?
Generally, the ActiveX Controls are located in either the Windows or System32 folder.
What has happened in the past is after you install your runtime version is someone else installs Their program that uses a Different version of the same ActiveX, since several of these ActiveX use the same name for several different versions your program may develope errors.
With runtime its not real easy to figure out your program is not Referencing to the "wrong" ActiveX.
I put a copy of the ActiceX in my program file and reference to that one. That way the likelyhood of someone else replacing mine is remote.
are you using an installer? if so, the installer should recognise all associated dependancy and handle the registration on the client machine. if not, then try using "regsvr32"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.