LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Activex control not registered

I have tried to build a distribution kit for the CVI simple operator interface and when I install it on another computer I get an error that says "Activex control not registered on this machine" and the testexec.uir seems to be the culprit. Any ideas?
0 Kudos
Message 1 of 4
(4,836 Views)
if you are using any ActiveX controls on the UIR, make sure to include those in the distribution kit as a file group. And then check the "Register Files as ActiveX servers" option for that file group as well. You need to make sure that your target machine has the activex control or any other files or dlls that you use in your application.

Hope this helps
Bilal Durrani
NI
0 Kudos
Message 2 of 4
(4,832 Views)
I am includeing the uir and checking the box you suggested, but not sure how to include the controls. Can help advise?
0 Kudos
Message 3 of 4
(4,818 Views)
You need to find out from the vendor of the activex control which files are necessary for distribution of their controls. Their documentation should be able to provide to you the names of the dlls and addtional files you would need to make those controls work on another machine.
Bilal Durrani
NI
0 Kudos
Message 4 of 4
(4,801 Views)