evoleap.Licensing.ComInterop 4.0.0-preview1

This is a prerelease version of evoleap.Licensing.ComInterop.
There is a newer version of this package available.
See the version list below for details.
dotnet add package evoleap.Licensing.ComInterop --version 4.0.0-preview1
NuGet\Install-Package evoleap.Licensing.ComInterop -Version 4.0.0-preview1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="evoleap.Licensing.ComInterop" Version="4.0.0-preview1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add evoleap.Licensing.ComInterop --version 4.0.0-preview1
#r "nuget: evoleap.Licensing.ComInterop, 4.0.0-preview1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install evoleap.Licensing.ComInterop as a Cake Addin
#addin nuget:?package=evoleap.Licensing.ComInterop&version=4.0.0-preview1&prerelease

// Install evoleap.Licensing.ComInterop as a Cake Tool
#tool nuget:?package=evoleap.Licensing.ComInterop&version=4.0.0-preview1&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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 355 4/30/2021
4.0.1-preview3 781 4/10/2018
4.0.1-preview2 703 4/9/2018
4.0.1-preview1 780 3/14/2018
4.0.0-preview2 742 2/21/2018
4.0.0-preview1 724 2/19/2018