03-28-2018 06:41 AM
When I use .net, I am prompted that the assembly does not include any public classes that can be created
03-28-2018 06:47 AM
For What you are using .net?
You can access .dll only when it has constructors to access/call the functions.
03-28-2018 06:50 AM
hello:
03-28-2018 06:51 AM
Constructor node
03-28-2018 06:54 AM
The product manufacturer provided me with this dll asking price, he said that other people have used LabVIEW to call this file
03-28-2018 09:15 AM
If it's a static class it'll have no constructor.
/Y
03-28-2018 10:23 AM
跳过构造器, 直接用method试试.
04-21-2018 11:33 PM
thanks,all