02-15-2011 08:24 AM
Hello
I am having this issue for the second time but this time I don't seem to be able to fix it.
I have created a labview application and when I run it on the deployed machine I get errors for missing vis(Basic Trigger and a filter VI)
Last time I had this error I was able to install the latest runtime engine and it fixed the issue. I have installed teh same runtime engine version as in my developing machine and I still get teh same errors.
Please see attached image for developing machine MAX software and the Client machine configuration. I will also attach the errors I get only on the machine where I deployed application.
I supect I may have issues because I started with Labview 8.6 and now Ihave 2010.
Appreciate any help.
02-15-2011 09:00 AM
Are you building this application and just copying the build DIR or are you actually making an installer for the application? The installer will help ensure you have everything you need on the deployed machine.
Also, are you calling any VIs dynamically? If so, you need to make sure those VIs are "always included" in the build.
02-15-2011 10:04 AM
Thanks
Yes I made an Installer.
First I made an installer with 2010 runtime and then again with both 2009 and 2010 and it did not work.
I am not loading any VIs dynamically.
Thank you
02-15-2011 10:15 AM
Did you include the run-time modules for the installer, e.g., Max. You do this in the installation configuration.
02-15-2011 10:18 AM
Maybe not because I do not know exactly what you mean with those.
Something I add to teh installer on additional installer?
I did not add the configuration file because it is the same as the one installed on the client machine.
02-15-2011 10:36 AM
Open the installer portion of the project. It should be under the Build specification. On the right hand side click on Additional Installers. There you can check mark the NI LabVIES Run-Time Engine 2010. This will add the run time engine with your installation file, so you do not have to load the Run-Time engine seperately.
As a minimun you probaly will need NI Measurement & Automation Explorer.
You did not mention what other equipment you are using. My guess is you will need NI-DAQmx Core Runtime and MAX configuration Support. It may require you to insert your installation disk in.
02-15-2011 10:39 AM
Ok Yes rutnime engine 2010 I had added to the installer.
I will try adding the configuration files and MAX.
Maybe I will remove all those fromt he target machine first to make sure of a fresh install of everything.
Thanks. I will try it and let you know
02-15-2011 11:35 AM
Did you install the Data folder with the lvanlys.dll?
02-15-2011 12:49 PM
Ok I got it to work.
I don't like what I had to do but once I removed all the NI Programs and installed them again through the installer everything worked!
It appears that since MAX was already installed it was not replacing anything or older versions.
Which do I mark as the solutions on these threads?
Thanks all for your help