Runtime free redistribution requires the Developer Edition License of INGEAR.NET.MBLINK 3.0.
Along with your application files, you'll need to include INGEAR library components in your Visual Basic 6 setup and deployment package.
Creating your setup
Add the following files to your application setup.
|
File Name |
Description |
|
ingear.net.mblink.dll |
INGEAR Visual Studio .NET class library for MODBUS devices |
|
ingear.net.interfaces.dll |
INGEAR.NET common interfaces library |
|
netmblink.dll |
INGEAR NETMBLINK COM Interop DLL |
|
DeployLX.Licensing.v4.dll |
License deployment dll |
|
*.lic |
INGEAR.NET.MBLINK runtime deployment license file (included with Developer Edition) |
The .dll binaries are located in C:\Program Files\INGEAR.NET\v3.0\NETMBLINKVB6
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 NETMBLINK references
Example: regasm netmblink.dll /tlb:netmblink.tlb /codebase /silent
NOTES
NETMBLINK is dependent on INGEAR.NET.MBLINK for .NET
The target machine must have Microsoft .NET Framework 2.0 or later.
> Download Microsoft .NET Framework 2.0 Redistributable Package (x86)