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
AesImhei.Net.dll for .Net Core 3.1
Moderators: aardvark, davebush, Admin
Re: AesImhei.Net.dll for .Net Core 3.1
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
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.
Re: AesImhei.Net.dll for .Net Core 3.1
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
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
Re: AesImhei.Net.dll for .Net Core 3.1
Pleased to hear it. Any further problems, please get in touch.
Dave
Dave
Aardvark software developer. Please put all communication on the problem through the board for the benefit of others.