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: 

.net4.0

When I use .net, I am prompted that the assembly does not include any public classes that can be created

0 Kudos
Message 1 of 8
(2,873 Views)

For What you are using .net?

 

You can access .dll only when it has constructors to access/call the functions.

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 2 of 8
(2,870 Views)

hello:

 

0 Kudos
Message 3 of 8
(2,865 Views)

Constructor node

0 Kudos
Message 4 of 8
(2,862 Views)

The product manufacturer provided me with this dll asking price, he said that other people have used LabVIEW to call this file

0 Kudos
Message 5 of 8
(2,858 Views)

If it's a static class it'll have no constructor.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 6 of 8
(2,833 Views)

跳过构造器, 直接用method试.

 

George Zou
0 Kudos
Message 7 of 8
(2,824 Views)

thanks,all

0 Kudos
Message 8 of 8
(2,716 Views)