LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error: class not registered -2147221164

I'm developing one integration between a Dll written in Visual Basic and Labview, but after installation and registration when i try to launch the application that calls its class i get error message: "class not registered -2147221164". While i'm developing the application i get all the properties and the methods from the class and i'm allowed to configure everything.
Hints, suggestions.. tips or tricks, please.
Thanks!
0 Kudos
Message 1 of 3
(2,727 Views)
One idea.
Is the version of VB the same between development and executable?

Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 2 of 3
(2,727 Views)
Adriano,

Since I am not an expert in VB programming, I am just guessing a little here. Does your VB DLL use any other VB DLLs? I am guessing that since LabVIEW can see the methods and properties, everything is correct from our side, but when the VB DLL calls something internally, it is not found and the error is propagating upwards.

Randy Hoskin
Applications Engineer
National Instruments
http://www.ni.com/ask
0 Kudos
Message 3 of 3
(2,727 Views)