12-28-2012 06:42 AM
Hello every one
When running exe file in my clint pc i got error "This vi is not executable .the full development version of labveiw is req to fix the errors"
I am using labview professional 2012 Version
In my clint pc i runned a exe file it is running perfectly but after including a vi which reads hard disk serial no. the above error is coming in my clint pc please see the attached vi
Solved! Go to Solution.
12-28-2012 06:52 AM
Did you create an installer and installed in the client PC after including the new VI?
12-28-2012 07:11 AM
yes sir
I have created installer and installed
12-28-2012 07:18 AM
Where do you have the vi that you added later? I believe some files associated with the added vi is missing.
12-28-2012 07:24 AM
please see the attached vi
12-28-2012 07:31 AM
Please attach the vi in 2011 version.
12-28-2012 07:35 AM
see this vi in 11 version
12-28-2012 11:20 AM
Are the correct version of DotNET installed on your client PC? If not you will see this error.
12-28-2012 01:52 PM
@Nagaa wrote:
see this vi in 11 version
".NET, configuration files" you'll want to go to that index in the LabVIEW help file
You will need to include a "MyApp.exe.config" file with this text
<?xml version ="1.0"?>
<configuration>
<startup
useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime
version="v4.0.30319"/>Or whatever version of the CLR you are using
</startup>
</configuration>
12-29-2012 02:20 AM
thank you Jeff·Þ·Bohrer
I am unable to find the clr of my version .
With this site(http://www.ehow.com/how_8296629_version-clr.html) i tried but i got the following display (attached one ) . so how to know this Clr no.