IDO Extension Class Assemblies

Use this form to manage IDO extension class assemblies stored in the Objects database.

IDO extension class .NET methods are implemented in IDO extension classes and compiled into an assembly that must be imported into the Objects database. These assemblies are loaded on demand by the IDO runtime.

The accompanying Symbols file, which was created when the VB .NET code was compiled into a DLL, may also be imported into the Objects database, to allow debugging of the extension class assembly. This is optional.

After you enter the IDO extension class assembly name and import both files, save the assembly record. The IDO extension class assembly name is then available for selection on the IDOs form.

If you are using a source control system, you can also check in/out this information in that source control system.

Related topics