Runtime free redistribution requires the Developer Edition License of INGEAR.NET.ABLINK.
Along with your application files, you'll need to include INGEAR library components in your setup and deployment package.
|
File Name |
Description |
|
ingear.net.ablink.dll |
INGEAR Visual Studio .NET class library for Allen-Bradley PLC/SLC/MicroLogix |
|
ingear.net.interfaces.dll |
INGEAR Visual Studio .NET common interfaces library |
|
netablink.dll |
INGEAR Visual Basic 6 COM Interop DLL |
|
DeployLX.Licensing.v3.dll |
License deployment dll |
|
*.lic |
INGEAR.NET.ABLINK runtime deployment license file (included with Developer Edition) |
Include all of the above files in your setup and deployment package
.dll binaries are located in the folder C:\Program Files\INGEAR.NET\v2.1\NET.ABLINK\NETABLINKVB6
Deploy all the files to the same folder on your target machine
Run RegAsm.exe to populate the Windows registry with netablink.dll references.
Example: regasm netablink.dll /tlb:netablink.tlb /codebase /silent
NOTES:
NETABLINK for VB6 is dependent on INGEAR.NET.ABLINK for .NET.
The target machine must have the Microsoft .NET Framework 2.0 or later.
> Download Microsoft .NET Framework 2.0 Redistributable Package (x86)