LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

.net 4.5 LabView 2010

Hello

I am trying to load a .NET dll in Labview 2010 (Windows 7)

 

The version of the .NET framework I have is 4.5.50709

I made the following config file, according to the online instructions:

 

<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.5.50709"/>
</startup>
</configuration>

 

But on startup, Labview asks if I want to install .NET 4.5.50709 and redirects me to the microsoft website.

I am wondering if there is anything I can do to have Labview see the correct .NET framework installation.

Thanks

Michael

0 Kudos
Message 1 of 3
(3,480 Views)

Hello Morger,

 

I think you already saw that link :

http://zone.ni.com/reference/en-XX/help/371361G-01/lvhowto/develop_vi_previous_net_ver/

 

Be sure to respect these instructions : Save this configuration file as labview.exe.config in the labview\ directory.

 

 

Paolo_P
Certified TestStand Architect
Certified LabVIEW Architect
National Instruments France

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

 

Do you have an update on this?

 

I have also problems loading .NET 4.5 assemblies in LabVIEW 2012

 

 

0 Kudos
Message 3 of 3
(3,367 Views)