Dot NET Control list
The
.NET Control
list includes controls from the System.Windows.Forms namespace and the System.Windows.Controls namespace.The
Windows Forms
and WPF Controls
tabs include these items.Items | Description |
---|---|
Search box | Filters the .NET controls whose names match the text you type. |
Name | Shows the name of a .NET control. |
NameSpace | Shows the namespace that a .NET control belongs to. |
Assembly Name | Shows the assembly name of a .NET control. |
Directory | Shows where a .NET control resides. By default, the directory is Global Assembly Cache, a machine-wide code cache that stores assemblies. |
Browse | Allows you to add custom .NET controls. For more information about how to create and deploy custom controls or third-party libraries, see Creating and deploying .NET controls in FactoryTalk View Site Edition User's Guide .Loading multiple versions of an assembly is not supported. For more information,
see Microsoft article Avoid Loading Multiple Versions of an Assembly
into the Same Context. If you want to load a new version of custom
assemblies, you must remove the existing version in Public\Documents\RSView
Enterprise\DotNetControl Setup. However, you cannot load a new version of
FactoryTalk View's built-in assemblies; you should use them as provided. |
For more information about .NET controls, see the Microsoft website.
Provide Feedback