02-01-2016 04:05 AM - edited 02-01-2016 04:08 AM
Hello,
I just started to develop my first .Net dll.
I want do call it from LabVIEW. I want to use an external dll in .NET Framework-Version 4.5.0. So my dll will be also in Version 4.5.0.
At the moment I'm using LabVIEW 2013.
I think LabVIEW does support the .NET Framework until Version 4.0. But some Features of the Version 4.0 will be not supported. So these Features can not be used from LabVIEW.
Version 4.0 is now more than 5 years old.
Is there a way to use Version 4.5? Is it officel supported?
From post https://forums.ni.com/t5/LabVIEW/Unable-to-load-NET-4-5-assembly-in-LabVIEW-2013/td-p/3059420/page/2 I reason that it is general possible.
What are the restrictions?
Regards
Sletrab
Solved! Go to Solution.
02-01-2016
04:20 AM
- last edited on
09-24-2026
10:42 AM
by
Content Cleaner
It is possible to specify the version of .NET that LabVIEW uses: https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019LDcSAM&l=en-US
Note that some features are not supported: https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P8iWSAS&l=en-US
02-01-2016 04:28 AM
Thank You Sam_Sharp,
A very quick and helpful answer!
Sletrab