This dialog box includes the following components:
Assembly—Lists all assemblies registered in the Global Assembly Cache (GAC) and previously referenced private assemblies. Click the Browse button to access private assemblies.
The .NET Common Language Runtime (CLR) uses configuration settings to determine the assembly version to load. These configuration settings might override your request for a specific assembly version. For example, the system administrator can configure your computer to load version 1.0.0.1 instead of 1.0.0.0. If you then try to load version 1.0.0.0, the .NET CLR promotes the assembly version to 1.0.0.1. LabVIEW also launches a dialog box that notifies you of the promotion.
Browse—Displays the Select the .NET Assembly to Open dialog box, from where you can browse to the private assemblies you want to open.
Controls—Lists public .NET controls in the assembly you selected.
Destination—Specifies the directory or .llb file in which you want to store the control. The default destination is the labview\menus\Controls\DotNet & ActiveX directory, which places controls that you add on the .NET & ActiveX palette. You also can click the Browse button and navigate to the directory in which you want to store the control.