Why Do I Get "error generating preview" When Trying to Build an Installer Using the Open FPGA VI Reference? Primary Software: LabVIEW Modules>>FPGA ModulePrimary Software Version: N/A Primary Software Fixed Version: N/A Secondary Software: LabVIEW Development Systems>>Professional Development System
Problem: I am able to build an executable of an application using Open FPGA VI Reference. But I receive error generating preview when building an installer with this executable. Solution: The error message error generating preview occurs while building an installer for a project that contains cross-linked VIs. A cross-linked VI means that several VIs of the same name may exist in several locations in your physical hard drive, and LabVIEW may be attempting to load the wrong version of that particular VI. In order to pinpoint these specific VIs, right click on the project name in the project explorer, and click on Expand All. The VIs that may exist in two or more locations will be marked with a yellow exclamation mark next to them. This issue occurs because when the project is originally compiled, VIs are linked from a particular location, and then that path may have potentially changed, the VI may have been deleted, or it may have been renamed. When the project cannot find this VI in that location, it will attempt to traverse through the LabVIEW search paths and will ask the user to resolve this conflict. The resolve project conflicts dialog box will display a question mark for the VIs that LabVIEW could no longer find, and will suggest other locations where the VI was found. For each conflict that occurs, double-click the VI, and load the VI from the correct location. Refer to the Prevent VI Cross-linking with the Enhanced LabVIEW Project article below for more information about resolving these issues.
Report Date: 06/25/2008 Last Updated: 11/14/2008 Document ID: 4MOCM6UQ |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

