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.
Objects—Displays the objects available in the assembly you select.
Constructors—Displays the constructors available for the objects you selected.
Tip If you encounter problems loading a particular assembly or accessing objects in an assembly, debug the assembly call or use the .NET Assemblies in Memory dialog box to verify that the correct version of the assembly is in memory.