This functionality is supported only if you are using the Classic Agent.
Silk Test Classic supports the following Infragistics .dll files (assemblies):
- Infragistics.Win.UltraWinGrid
- Infragistics.Win
- Infragistics.Shared
- Infragistics.Win.UltraWinToolbars
Silk Test Classic supports the following Infragistics NetAdvantage versions:
- CLR 1.1:
- 4.3.20043.27
- 5.1.20051.37
- 5.2.20052.27
- 5.3.20053.50
- 6.1.20061.28
- 6.2.20062.34
- 6.3.20063.53
- CLR 2.0:
The CLR 2.0 library differs from the CLR 1.1 library. As a result, .dll files cannot be shared between CLR 2.0 and 1.1.
For information about new features, supported platforms, and tested versions, refer to the
Release Notes.
If you are testing an application that uses a different version of these .dll files, you must modify either the application configuration or the machine configuration file with instructions that redirect
Silk Test Classic to use the version that your application supports.
Silk Test Classic can be configured post-installation to support NetAdvantage version variations in the last two version fields, for example, x.x.20061.28.
If you do not redirect
Silk Test Classic to use the proper .dll files, you may experience problems with
Silk Test Classic being unable to record Infragistics controls correctly, such as the following:
- Recording
Typekeys() on a
DataGrid instead of correctly recording
ClickCell() and
SetCell().
- Not recognizing the buttons inside the Toolbar when your mouse is pointing to the Toolbar.
Note:
- Since applications can specify which specific directory is used to load .dlls, the binding method described below will work only if it is not overwritten or ignored.
- There may be other backward compatibility issues with Infragistics .dlls. For more details about these issues, refer to the documentation of your .NET Framework SDK.
To redirect the .dlls, you must:
- Choose whether to configure the machine or the application.
- Choose whether to configure by editing a file or through the Control Panel. You can use either of these methods to configure the machine or the application.