You need to include ISYS:web.dk (admin) as a reference in your project.
To do this you need to:
- In Visual Studio.NET Create or Open the project you wish to use
- Open the Solution Explorer
- Right Click on References and select Add Reference
- Select the COM tab
- Select ISYS COM\ASP 8 Library from the list and click select.
If ISYS COM Library is not preset, click Browse and select ISYSCOM.EXE
For each file that you want to call ISYS from, you should add the following to the top of the file:
using System;
using ISYS;
|