Home > Support > FAQ > Using Enabler with Progress .NET
We do not currently provide a sample application written using ABL in Progress, but one Integrator reports success using this tool with The Enabler. They following information is based on their experience.
If you require further information, please contact support@integration.co.nz :
You cannot use the interop DLL (Session.DLL and Pump.DLL) files from other .NET samples that we provide, but you should be able to create your own. If you create your own interop files in C#, you need to add the following to ensure the classes appear in the Progress .NET toolbox:
[System.ComponentModel.ToolboxItemAttribute(true)]
You will also need an interop DLL for the Enabler Type Library (in C:\Enabler\PSRVR.EXE) to access Enabler API COM objects (e.g. Hose, Grade, Tank, Delivery). We recommend you generate your own wrapper DLL.