Advanced Page (.NET Interop Assembly Properties Dialog Box)
- Updated2025-01-28
- 5 minute(s) read
Advanced Page (.NET Interop Assembly Properties Dialog Box)
Use this page of the .NET Interop Assembly Properties dialog box to change advanced settings for a .NET interop assembly.
This page includes the following components:
Option | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Enable debugging | Enables debugging for the application, shared library, .NET interop assembly, or Web service. Note Disabling this checkbox does not ensure full optimization.
|
||||||||||
Copy error code files | Adds copies of XML-based LabVIEW error code text files from the project\errors and user.lib\errors directories to the run-time engine. Note You must manually create an errors folder in the labview\user.lib directory to organize your error code files. |
||||||||||
Use custom aliases file | Copies the project aliases file with the application, shared library, or .NET interop assembly. If you remove the checkmark from the checkbox, the Select Project File dialog box appears and you can select another aliases file in the project.
|
||||||||||
Enable Enhanced DSC Run-Time support | This option only appears if you have the LabVIEW Datalogging and Supervisory Control (DSC) Module installed. Builds the application with the enhanced DSC Module Run-Time Engine. The DSC Module Run-Time Engine adds additional support for programmatic project library and shared variable management in applications that you build with the DSC Module. You must place a checkmark in this checkbox in the following situations:
If you do not enable the enhanced DSC Module Run-Time Engine in these two situations, LabVIEW returns error code 1055 when you run the built application, shared library, or .NET interop assembly.
Note Enabling this option increases the file size and reduces the start-up performance of the built application, shared library, or .NET interop assembly. |
||||||||||
Enable strong name signing | Specifies whether to sign the assembly with a strong name key file. Note Refer to the KnowledgeBase at ni.com for more information about using a strong name key file to sign the .NET assembly.
|
||||||||||
Generate build log file | Specifies whether to create a log file for the build. The build log file lists all files contained in the build, including subVIs you do not specify as Startup VIs or Always Included. The log file also contains general build information such as build start and end time, the build specification and project name, and any errors that occurred during the build.
|
||||||||||
LabVIEW 2011 compatibility mode | Specifies to use a flat file layout to store source files inside a stand-alone application, shared library, or Web service. LabVIEW enables this option by default for build specifications you load from LabVIEW 8.6 or earlier. National Instruments recommends you disable this option for applications you develop in LabVIEW 2009 or later. The following table lists how each style changes the generated assembly.
|
||||||||||
Allow future versions of LabVIEW to load this .NET assembly | Enables binary files to load either in the LabVIEW versions that they are built with or in the latest version of the LabVIEW Run-Time Engine installed on the machine. This option applies to stand-alone applications, shared libraries, packed project libraries, and source distributions. LabVIEW enables this option by default for build specifications you create in LabVIEW 2017 and later. For real-time applications, this option does not appear in the dialog box but the functionality is enabled by default. |