07-28-2020 04:16 PM
I have a LabVIEW 2011. What's the latest version of .NET frame work it can support?
07-28-2020
08:12 PM
- last edited on
04-15-2025
12:46 PM
by
Content Cleaner
CLR 2.0 was shipped as part of.NET Framework 2.0 to 3.5 SP1. Therefore LabVIEW 2011 should support .NET Framework 3.5 and earlier.
LabVIEW 2013 and later support CLR 4.0 (.NET Framework 4.0 and later) but is capable of loading assemblies targeting older version of the CLR (see this link: https://zone.ni.com/reference/en-XX/help/371361R-01/lvhowto/configuring_clr_version/ .
07-29-2020 05:36 AM
If you plan on using .NET a lot, it's worth updating.
.NET in LV11 has given me headaches...