LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I create .NET assembly dll in Microsoft Visual Studio 2008?

I want to make a DLL using .NET assembly so I can import in to Labview by right clicking in the block diagram pane -> connectivity -> .NET -> Constructor Node.

Which project should I create?   I worked in a DLL output type of Win32 Console Application.  I guess it does not use .NET Assembly because when I call the dll I created to the labview, it tells me "This is not a .NET assembly"

Can someone help me here? Thank you

0 Kudos
Message 1 of 2
(5,462 Views)
I don't know if it's called something different in VS 2008, but in 2005 it's called a "Class Library". A Console Application is an executable application.
0 Kudos
Message 2 of 2
(5,459 Views)