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