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.

NI LabVIEW,CVI,数据采集等产品讨论区

取消
显示结果 
搜索替代 
您的意思是: 

Labview调用NET控件出错

已解决!
转到解答
解答
已被主题作者 zhangdc 接受

For those interested, take a look this link:

Make .NET called Print Dialog frontmost

http://forums.ni.com/t5/LabVIEW/Make-NET-called-Print-Dialog-frontmost/m-p/219217

 

 

George Zou
0 项奖励
13 条消息(共 17 条)
4,642 次查看

请教下,在调用net的过程中,针对不同net版本怎么可以方便切换呢?附件是在XP系统2012环境下做的,但在WIN7 2012里打开就会有如图错误!发现是net版本的问题。

下载全部
0 项奖励
16 条消息(共 17 条)
4,327 次查看

Save the following to LabVIEW.exe.config:

<?xml version ="1.0"?>
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0.30319"/>
</startup>
</configuration>

 

Put the file in your LabVIEW2012 folder.

 

 

George Zou
0 项奖励
17 条消息(共 17 条)
4,274 次查看