Hi all,
I've been trying to figure out how to get a function made with LabVIEW 2011 up and running in MS Visual C# 2010 (.NET 4.0)
I've been using this guide:
http://zone.ni.com/reference/en-XX/help/371361H-01/lvhowto/building_a_net_assembly/
When i try to execute the code I made in visual studio I get the following error:
Failed to call InitLVClient function
I've seen this thread:
http://forums.ni.com/t5/LabVIEW/VIAssemblyException-quot-Failed-to-call-InitLVClient-function/td-p/1472988
My question to you is, is it possible to create LabVIEW 2011 code for use in Visual C# 2010?
If so does anybody have a link to a guide on how to export LabVIEW 2011 VIs into a format that can be called from Visual C# 2010? Even better yet, does anybody have any example code I could work off?