From the Object library pull-down menu of the Class Browser window, select .NET»Select Assemblies to display this dialog box.
Use this dialog box to choose a .NET assembly in conjunction with the Class Browser window.
This dialog box includes the following component:
Assemblies—Lists all the available assemblies. Click the Browse button above this list to navigate to and select a .NET assembly you want to use that is not in the list.
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.