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: 

Is there support for .Net 4.0 on Labview 8.6.1

Need to use .Net 4.0 on Labview 8.6.1 Is there any support for that?

0 Kudos
Message 1 of 3
(2,770 Views)

According to this KnowledgeBase entry, LabVIEW 2009 does not support .NET 4.0, so I would presume that 8.6.1 does not either...

 

Invalid Library Error When Loading a DLL written in .NET 4.0

 

 

 

 

 

 


Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
If you don't hate time zones, you're not a real programmer.

"You are what you don't automate"
Inplaceness is synonymous with insidiousness

0 Kudos
Message 2 of 3
(2,763 Views)

While it won't support .NET 4.0 directly, the .NET distributions are cumulative in nature, so .NET 4.0 has everything that .NET 2.0 had. LV 8.6 supports .NET 2.0. Thus, if you don't use anything that's .NET 4.0 specific, .NET code should work OK, for the most part. There are bound to be glitches, but it's next to impossible to guess what they might be. For example, I have .NET 1.1, 2.0, 3.5, and 4.0 on my machine. Of the .NET examples that ship with LabVIEW, the ".NET Meetings Calendar" is the only one that doesn't work properly - when some of the .NET nodes try to execute the CPU usage goes to 100%. Also, if you are using a private assembly, I'd bet on the "not working" part.

0 Kudos
Message 3 of 3
(2,753 Views)