Can not run the executable file by LV7.1

Hi all

I'm surprised, I can't build and run the executable file LV7.1.

I used to write a few vi with LV7.1 and built the executable according to these vi. It was no problem to build and run this executable file at that time. Now I can open these vi well with LV7.1, bu I can't run this executable file, it will be a mistake, please refer to the attachment. I'm trying to compile an executable file according to a simple vi, and then I can't run this exe file much more.

Can you help me solve this problem? Thank you in advance.

Evan

@Christian: this is not correct.

One of the reasons to do this is if LV 7.1.1 is installed, and then you install an application, including the runtime engine built in 7.1. It corrupts the execution engine.

See here: http://digital.ni.com/public.nsf/allkb/680E61A4D02158A186256F7A0073C228

Daniel

Tags: NI Software

Similar Questions

  • Somehow, all my exe files are marked as Acrobat files - I can not run the software on my computer - when I start the computer none of startup programs because they are all trying to open in acrobat.

    Somehow, all my exe files are marked as Acrobat files - I can not run the software on my computer - when I start the computer none of startup programs because they are all trying to open in acrobat.

    See if anything here help: https://helpx.adobe.com/acrobat/kb/application-file-icons-change-acrobat.html

  • need help, can not attach the image file to my yahoo mail.

    need help, trying to compose e-mail... can not attach the image file to my yahoo mail... using firefox. Vista starter edition

    using 3 G hsdpa usb modem, model huawei E156G

    download stats is 0.00 KB its not not download, http://img337.imageshack.us/img337/2547/3ginterface.jpg

    the strange thing is that if I only download small file/pic as 50 KB download data passes through, but as 1 MB image file or more it will not pass and remained at 0.00 kb

    I tried to run administrator (always on the standard user account)---> cmd---> ipconfig/flushdns, still the same problem.

    Hi korgmeister,

    1 when was the last time it was working fine?

    2. do you have security software installed on the computer?

    3. are you able to access all Web sites?

    First of all, I suggest that you try to download the file with Windows internet explore.

    If you are able to download using Windows internet explore, then there may be a problem with the Firefox browser.

    Uninstall and reinstall Firefox browser and check.

    If you are facing a similar issue when you use Internet explore, then it may be Internet problem try to download some other file or document check if it works.

    Also contact your internet service provider to check if the connection side there is fine.

    Go back with the results!

    I hope this helps!

    Halima S - Microsoft technical support.

    Visit ourMicrosoft answers feedback Forum and let us know what you think.

  • I, stupid, changed the program by default to a BAT file to the cmd prompt, well, now I can't run the batch files now, please help!

    I, stupid, changed the program by default to a BAT file to the cmd prompt, well, now I can't run the batch files now, please help!

    Hi William,.

    Welcome to the Microsoft community.

    Batch file is a type of script file, a text file, containing a series of commands to be executed by the command prompt. When you run a batch file, it opens the command prompt to run the scripts.

    It would be great if you can answer the following questions:

    1. what happens when you try to run a batch file?

    2 are. what batch file you referring?

    3. the problem occurs for a particular batch file?

    First of all, I suggest you to check the commands written in a batch file. To do the same thing, just right-click on the batch file, and then click change. It will open Notepad with the list of orders scripted for this particular batch file.

    If you have additional questions on the computer, please ask your question about Windows and we will be happy to help you.

  • Can not run the program "keytool": java.io.IOException

    Hello

    I would like to follow the procedure to change the password
    glassfish server hosting APEX earphone
    using the change key word subcommand of past, but the keytool utility
    not found:

    GlassFish@ahost:/opt/glassfish3/GlassFish/Domains/mydom01/config >/opt/glassfish3/bin/asadmin
    / opt/glassfish3/bin/asadmin
    Use "exit" to exit and online 'help' for help.
    asadmin > change of master-password mydom01
    Enter the current password > changeit

    Enter the new password > changedit

    Re-enter the new password > changedit

    Can not run the program "keytool": java.io.IOException: error = 2, no such file or directory
    Past change key word command failed.
    asadmin >
    Multimode command failed.
    GlassFish@ahost:/opt/glassfish3/GlassFish/Domains/mydom01/config > what java
    / usr/bin/Java
    GlassFish@ahost:/opt/glassfish3/GlassFish/Domains/mydom01/config >

    Glassfish entire works well outside it.

    keytool could be found in/usr/java/latest/bin/keytool.

    We need to have that in the path? There is no requirement in the
    Installation Guide for this, nor did the RPM installation adjust the system
    path accordingly.

    I hope someone can tell my how things should be in regards to keytool?

    Thank you, Tom

    Hi Tom,

    the procedure to change the password for the listener of glassfish server hosting APEX

    ... more like a topic related to GlassFish for me. I guess you will get the best answers to these questions in a GlassFish related forum...

    For what it's worth, I'll try my best even when:

    Can not run the program "keytool": java.io.IOException: error = 2, no such file or directory

    This seems to be a pretty clear error message: keytool , which probably is used to manage keys for users of GlassFish, was not found. This means, you are either running on an operating system that is not officially certified for GlassFish, or you GlassFish has not been configured correctly.
    You have run

    GlassFish@ahost:/opt/glassfish3/GlassFish/Domains/mydom01/config > which java
    / usr/bin/Java

    ... which means that you assume your GlassFish runs without being set JAVA_HOME. If that's true, I'm install you GlassFish correctly from this setting.
    Anyway, you have also discovered that

    keytool could be found in/usr/java/latest/bin/keytool.

    ... that is not + / usr / bin + and probably not in the way of global search of the user on whose behalf your GlassFish is running. Then, you can either create a link [*] for c++ / usr/bin/keytool + do (finally) to + / usr/java/more late/bin/keytool +, or you setup JAVA_HOME to be + / usr/java/last +.
    [*] Note that depending on your operating system, there may be more than one stage of indirection, for example my Ubuntu a + / usr/bin/java + pointing on + / etc/alternatives/java + which points on + / usr/lib/jvm/java-6-Sun/jre/bin/java + where + / usr/lib/jvm/java-6-Sun / + points to the directory containing the real JDK to use. You will probably find something like this on your system. My Ubuntu box has a link for + / usr/bin/keytool +, so I get when running "what keytool.

    We need to have that in the path? There is no requirement in the installation guide for that, nor the RPM installation has adjusted the path system accordingly.

    Again, this is not a forum of GlassFish.

    I hope my advice helps you solve your problem. If they are not, please choose the appropriate forum for your next post on this topic. And I guess, giving additional information about your OS and how you manage your JDK (and which version you use) help people here to help you.

    Thank you

    Udo

  • Can not find the downloaded file

    I regularly download files, and they will 'always' in the same directory. Now, I downloaded fedora-live-workstation-i686-22-3.iso
    of https://getfedora.org/en/workstation/download/and (a) I didn't get the usual "save/open" Download dialog and (b) I can not find the downloaded file. The < downloads - tools > FF screen displays the file as downloaded, but not (AFAICT) where he was placed.

    Any clarification would be appreciated. Thank you.

    (OP) Well, I downloaded the same file again and this time everything went as it should. For example, some of my 'facts' above must be wrong, but I don't know who. I suspect some personal deficiencies.

  • I bought a new carmera and Photoshop CS4 camera Raw can not read the ARW files.  I downloaded the lateset update but still can not read how can I get this problem solved thanks

    I bought a new carmera and Photoshop CS4 camera Raw can not read the ARW files.  I downloaded the lateset update but still can not read how can I get this problem solved thanks

    Hi tonyf,.

    Greetings!

    Each device is compatible with a minimum version of camera raw.

    Here is the complete list: https://helpx.adobe.com/camera-raw/kb/camera-raw-plug-supported-cameras.html

    Please check if you have this version of the camera installed which include your raw files.

    It would also be that your photoshop will not have to install this version of camera raw as its very old.

    In this case, you can convert your raw files to DNG and can use it.

    To convert the files to DNG, you must download and install the DNG Converter.

    Here is the link:

    Windows: Adobe - Adobe Camera Raw and DNG Converter: for Windows

    MAC: http://www.adobe.com/support/downloads/product.jsp?platform=Macintosh&product=106

    Concerning

    Jitendra

  • Error: 303: unable to load a resource: can not access the resource file (try loosening Flash security)

    Error: 303: unable to load a resource: can not access the resource file (try loosening the Flash security settings): error #204 in shockshare.com and putlocker.com any help please?

    When I was watching a movie... There was a link, I always watched movie shockashre and putlocker.com but today, I saw this problem and don't kno how to solve

  • I can not run the most recent version. I get a window saying firefox.exe is not a Win32 file

    I can install the 5.0.1 version but it won't work. I got this version works when someone elso was using my computer. I don't know how it happened, but the calculation froze and I couldn't run Firefox afterwards. I got Firefox to my computer. Downloaded the latest version once again and I tried to run it. I've done several times without success

    It seems that the installation is corrupt.

    Follow these steps.

    1. Go to Download Firefox 5.0.1 and download the installer to your desktop. If necessary, use Internet Explorer to download, but in this case, choose "Save" when you see the prompt. Do not choose "Run"
    2. Then go to add/remove programs, scroll down to "Mozilla Firefox" and delete it, choosing to keep your bookmarks, customizations, etc. (don't tick the box).
    3. Reboot and delete the folder called "Mozilla Firefox" at this location: C:\Program Files\Mozilla Firefox
    4. Finally, run the installation file downloaded previously on the desktop.

    Your bookmarks, etc., customizations are stored in a different location and will become available to you even once you complete the installation.

    As a precaution, make a backup of your bookmarks as follows:

    1. Press CTRL + SHIFT + B to open the Bookmarks Manager.
    2. Click on the link to import and backup and then click on HTML Export and save the file somewhere.

    You can use this file at any time to restore your bookmarks if that proved necessary. Simply reverse the procedure and choose "Import HTML" instead.

    NB. If you use a download accelerator, turn it off before trying to download Firefox. These utilities are a common cause of corrupt files, in which case you get the error message you mentioned.

    If this suggestion solves the problem for you, please click the button solved next to this post after logging in to the forum. This will help others looking for a solution to the same problem.

    Thank you.

  • Can not run the demo of StarCraft or downloaded files

    It is not just drop the files basically downloaded everything as downloaded demos... I can't run the DEMO of StarCraft for example, even on here, if I download it. I must have a CD or a DVD-ROM... Its very annoying... Basically, I can't run everything that said (Type: file) he outside, implemented programs.

    Will you suggest try here...

    http://us.Blizzard.com/support/index.XML?locale=en_US&gameId=3

    --
    Gina Whipp
    2010 Microsoft MVP (access)

    Please post all responses on the forum where everyone can enjoy.

  • Can not find the .bss files when running

    Hello

    I used Eclipse to create an executable Jar of my FX project.
    When I try to launch the Jar executable, I see the following exception:
    java.net.MalformedURLException: cannot open InputStream for URL "rsrc:css / myapp.bss".

    I looked inside the jar and saw a myapp.css in the css, but not myapp.bss directory.
    I read here (http://docs.oracle.com/javafx/2.0/deployment/packaging.htm) which says conversion of .css to .bss is optional.

    Is it possible to say my app just use the .css file and do not have the .bss file?


    Any help is appreciated.
    Thank you.

    It would seem that Eclipse (or something else) is something strange with the ClassLoader to use a weird Protocol.

    Maybe this StackOverflow response can help you: http://stackoverflow.com/questions/7507156/java-net-malformedurlexception-unknown-protocol-rsrc ' java.net.MalformedURLException: unknown protocol: rsrc ".

  • Can not run the .exe (not all exe) file

    Hello

    Have a problem when running the .exe file in windows 7.

    When I tried to open a 32-bit in my 64 bit OS setup.exe file, nothing happens at all. But when I tried the first time, a pop-up message displays this "want to re install using recommended settings. But after that, nothing happens. (the problem with only this file). But it works well in the other 32-bit OS. What should I do?

    Hello

    You can check this link troubleshooting steps:

    https://support.Microsoft.com/kb/2688326?WA=wsignin1.0

    Registry warning

    To do: Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click on the number below to view the article in the Microsoft Knowledge Base:

    322756 (http://support.microsoft.com/kb/322756/ )

    How to back up and restore the registry in Windows

    I hope this helps.

  • Instrument to appear in MAX, but not in the executable file

    Hello

    I use two HP34401A make some measurements, and I transfer the program to a laptop with complete labview at your desktop with only the runtime engine.  Instruments made their appearance in the Office MAX, but when I run the executable, they cannot be detected.  I expect some suggestions on how to possibly resolve this problem.

    Thank you

    Not to mention that MAX, what other driver is installed and necessary? Did you install NI-VISA, NI GPIB? At a minimum, you should include NI-VISA in the installer that you built.

  • Looking for new information in the discussion "can not load the video file.

    I repeatedly get him "cannot complete request because Photoshop can not download the file" error message.  I have read the information about Quicktime, which dates back to April.  However, I get this while trying to open the video files .mpeg-2, .mxf and .mp4 (Photoshop CC).  All these depend on Quicktime?  Is there another reason for getting this error?  At least the first two of these formats are listed in the manual as being recognized and appropriate for Photoshop CC.

    Hi seiurus,.

    Please check that your using the latest version of Photoshop 2015.5.0.

    Also, please reset the default preferences and check if that helps.

    Reference: Preferences in Photoshop

    Kind regards

    Mohit

  • can not locate the jar file that contains com.bea.cache.jcache.cacheLoader

    Hello

    I'm trying to create a CEP Application in which an adapter look in the Cache. I knew that in this case, the adapter must implement the interface "com.bea.cache.jcache.cacheLoader" Interface. I see that this interface and the package (com.bea.cache.jcache) is not available in the file wlfullclient.jar.

    Can tell me where can I find the Jar file that contains the perl package, I mean any place where I can download or a steps I follow to get this jar file.

    Thanks in advance for your time,
    Regnier

    Published by: Raja Kumar April 1, 2010 08:19

    Hi reda,.

    It should be in modules/com.bea.core.cache_1.5.0.0.jar or a file with same name

    Andy

Maybe you are looking for