Runtime free redistribution requires the Developer Edition License of INGEAR.NET.LOGIX 3.0
Along with your application files, you'll need to include INGEAR library components with your Visual Basic 6 setup and deployment package.
Creating your setup
Add the following files to your application setup.
|
File Name |
Description |
|
ingear.net.logix.dll |
INGEAR.NET.LOGIX 3.0 Visual Studio .NET class library for Allen-Bradley Programmable Automation Controllers |
|
ingear.net.interfaces.dll |
INGEAR.NET,Interfaces 2.0 common interfaces library |
|
netlogix.dll |
INGEAR NETLOGIX COM Interop DLL |
|
deploylx.licensing.v4.dll |
Licensing dll |
|
*.lic |
INGEAR.NET.LOGIX runtime deployment license file (included with Developer Edition) |
The .dll binaries are located in C:\Program Files\INGEAR.NET\v3.0\NETLOGIX
The *.lic runtime deployment file was emailed to you.
Deploying your setup
Deploy all files to the same folder as your VB6 application on the target machine.
Run RegAsm.exe to populate the Windows Registry with NETLOGIX references
Example: regasm netlogix.dll /tlb:netlogix.tlb /codebase /silent
NOTES
NETLOGIX is dependent on INGEAR.NET.LOGIX.DLL for .NET
The target machine must have Microsoft .NET Framework 2.0 or later.
> Download Microsoft .NET Framework 2.0 Redistributable Package (x86)