AesImhei.Net.dll for .Net Core 3.1

Support for the Milan Intelligent interface, sold by Money Controls as the Paylink USB unit and for the earlier PCI card version.

Moderators: aardvark, davebush, Admin

Post Reply
Nathan
Posts: 41
Joined: Tue Oct 30, 2018 4:12 pm

AesImhei.Net.dll for .Net Core 3.1

Post by Nathan »

We are currently using your AesImhei.Net.dll in one application targeting .NET Framework 4.7.2. Our plan is to migrate application to .NET Core 3.1.
Is there any version that can be used for .NET Core 3.1?

Regards

Nathan
davebush
Posts: 492
Joined: Fri Oct 22, 2004 12:20 pm

Re: AesImhei.Net.dll for .Net Core 3.1

Post by davebush »

Hi,

I have to admit that I know very little about Dot Net.

We revisited the Dot net release in version 4.1.12.12 SDK (http://aardvark.eu.com/downloads/softwa ... -12-12.msi), so it's worth your while to download that if you haven't yet. We attempt to describe this in http://aardvark.eu.com/downloads/docume ... rGuide.pdf

The folders under Dot Net contain the complete source of all the Dot net interface, so if it is not what you are after, you a should be able to import the project into your Core 3.1 development environment and just recompile it.

Please let me know if this reply makes sense to you, and also if the recompilation goes without problems.

If you do get any problems, please come back straight away

Regards

Dave
Aardvark software developer. Please put all communication on the problem through the board for the benefit of others.
Nathan
Posts: 41
Joined: Tue Oct 30, 2018 4:12 pm

Re: AesImhei.Net.dll for .Net Core 3.1

Post by Nathan »

I needed some time to figure out how to port the C++/CLI project to .NET Core.

Eventually I found out that alongside C++/CLI project assembly in .NET Core it is also important to have ijwhost.dll (from the .NET Core app host directory) in the same project's output directory.

With that I got it working,

Thanksa

Nathan
davebush
Posts: 492
Joined: Fri Oct 22, 2004 12:20 pm

Re: AesImhei.Net.dll for .Net Core 3.1

Post by davebush »

Pleased to hear it. Any further problems, please get in touch.

Dave
Aardvark software developer. Please put all communication on the problem through the board for the benefit of others.
Post Reply