Using the Control Panel to Edit Your Configuration File

This functionality is supported only if you are using the Classic Agent.

To use the control panel to edit your configuration file:

  1. Click Start > Control Panel > Administrative Tools > Microsoft .NET Framework 1.1 Configuration. The .NET Configuration 1.1 dialog box displays.
  2. In the .NET Configuration 1.1 dialog box, you should see one or more of the Infragistics .dlls.
    • If you do, you can skip to step #7.
    • If you do not, you can either add all four Infragistics .dlls to your machine or just the application you are testing.
  3. To add the .dlls to your computer, navigate to My Computer/Configured Assemblies.
  4. To add the .dlls to your .NET application, navigate to Applications/<your application name>/Configured Assemblies.
  5. Right-click Configured Assemblies and click Add.
  6. On the Configure an Assembly dialog box, you select assemblies to add. If you need more information about adding assemblies, refer to the information provided by Microsoft on the .NET Framework Configuration Tool.
  7. After you add the assemblies, you must change the binding policy for each of them by right clicking the assembly name and selecting Properties.
  8. In the Properties dialog box, click the Binding Policy tab.
  9. Click the Requested Version column and enter the requested version that Silk Test Classic uses, 4.3.20043.27.
  10. Click the New Version column and enter the new version, which is the .dll your application requires.
  11. Repeat Steps #7-10 for each of the other assemblies.
  12. Click OK to save the information.
When you restart your application and start testing, the .dlls that Silk Test Classic requires are redirected to use the .dlls that your .NET application requires.