ActiveX component cannot create object

We changed the name of the function "aaa" to bbb in vbexample.dll and registered with the VB application. Once registered, it runs on my local PC. After that, when I generated a build of this VB application and tested it on another PC, it doesn't work. The message I get is: "ActiveX component cannot create object".

+1


source to share


1 answer


How is a COM object created on another PC? If you are rebuilding an application on one PC and then moving it to another computer, VB probably built it with a different IID and the other computer won't recognize it.



0


source







All Articles