Adding System.uri to .Net Framework Constructor in LabVIEW

Updated Jan 13, 2026

Environment

Software

  • LabVIEW

Programming Language

  • C# .NET

This article will help you to add system .uri to the .NET Framework Constructor in LabVIEW.

 To add the System.Uri right-click on the Constructor Node, then navigate to Select .NET Framework Constructor in the opened window.

Image_2025-11-25_14-11-59.png

 

Click on Browse, and navigate to this path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.dll, then from the Object double-click on System and choose .Uri.

Image_2025-11-25_14-14-36.png

 

Image_2025-11-25_14-15-56.png

You will see the list of Constructors, select the one which is more suitable for your project (f.e, Uri(String uriString)), after completing the steps, press OK​​​​.

Image_2025-11-25_14-17-19.png

Image_2025-11-25_14-18-10.png