From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Creating a DLL Driver for Use in VB

Hi,

 

I am trying to export a dll file for use in VB.  I used the build > dll option within my project to create a dll, but when I try to add the reference to Visual Studio, it says that it is not a valid assembly or COM component and I cannot add it.  Is there a setting I should set in the build settings to ensure this works?

 

Thanks,

Billy Maier

0 Kudos
Message 1 of 2
(2,085 Views)
You aren't creating a .NET assembly or COM component so you are calling it incorrectly.
0 Kudos
Message 2 of 2
(2,081 Views)