evoleap.Licensing.ComInterop
4.0.0-preview2
See the version list below for details.
dotnet add package evoleap.Licensing.ComInterop --version 4.0.0-preview2
NuGet\Install-Package evoleap.Licensing.ComInterop -Version 4.0.0-preview2
<PackageReference Include="evoleap.Licensing.ComInterop" Version="4.0.0-preview2" />
paket add evoleap.Licensing.ComInterop --version 4.0.0-preview2
#r "nuget: evoleap.Licensing.ComInterop, 4.0.0-preview2"
// Install evoleap.Licensing.ComInterop as a Cake Addin #addin nuget:?package=evoleap.Licensing.ComInterop&version=4.0.0-preview2&prerelease // Install evoleap.Licensing.ComInterop as a Cake Tool #tool nuget:?package=evoleap.Licensing.ComInterop&version=4.0.0-preview2&prerelease
Introduction
This package is a COM Interop wrapper around evoleap.Licensing .NET 4.5 API package. The package is intended to allow older VB6 client applications to make use of the elm licensing API.
Installation
To get started, make sure you have installed .NET framework version 4.5 or greater, and then install the package using a nuget CLI.
nuget install evoleap.Licensing.ComInterop
Registering
Once you have installed the package, you will need to register the interop library using the regasm
tool and extract a .tlb
file you can reference in your VB6 project. The .NET-COM interop dll is located in the subdirectory evoleap.Licensing.ComInterop.4.0.0-preview1\lib\net45
(will change when the final version is released). Using a Visual Studio .NET Command Prompt, or an elevated cmd.exe (run as administrator), issue the following command to register:
C:\Windows\Microsoft.NET\framework\v4.x.x.x\regasm <path to COM interop dll>\evoleap.Licensing.ComInterop.dll /tlb /codebase
Using
Open your VB6 application project, and click on the menu item, Project > References, and browse to the .tlb
you just generated. You can refer to the sample code in this github project to guide you on how to use the elm licensing API.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
5.2.0 | 402 | 4/30/2021 |
4.0.1-preview3 | 806 | 4/10/2018 |
4.0.1-preview2 | 731 | 4/9/2018 |
4.0.1-preview1 | 809 | 3/14/2018 |
4.0.0-preview2 | 769 | 2/21/2018 |
4.0.0-preview1 | 749 | 2/19/2018 |