How LabVIEW Reports Outdated References to .NET Framework Assemblies
- Updated2026-08-28
- 2 minute(s) read
How LabVIEW Reports Outdated References to .NET Framework Assemblies
If you load a VI referencing a .NET Framework assembly that has since been changed, LabVIEW notifies you. The type of notification depends on the nature of the change.
Microsoft Visual Studio .NET and other development tools provided in the .NET SDK can assign strong names to an assembly. Strong names include additional information beyond the simple text name of the assembly. Assemblies with the same strong name are expected to be identical.
When you load a VI that references a .NET Framework assembly that has since been changed, LabVIEW notifies you about the issue in the following ways.
| Type of Reference | Behavior |
|---|---|
Load a VI with an outdated reference to
either of the following:
|
LabVIEW launches a warning dialog box
informing you of the change. Once loaded, the VI includes an asterisk in its title bar and in the list of open VIs displayed in the Window menu. When you save the VI, the asterisk disappears until you make a new change. |
| Load a VI with an outdated reference to the time stamp of a .NET Framework assembly | LabVIEW does not launch a warning dialog box but does display an asterisk in the title bar of the VI. |