Do you have .NET framework 6.0 or 8.0 class libraries for the Paylink 4.1.12.14 release SDK

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

Do you have .NET framework 6.0 or 8.0 class libraries for the Paylink 4.1.12.14 release SDK

Post by Nathan »

Hi,

I see that the latest release supports the new VS 2022 frameworks.

If I want to continue to use my existing 4.1.12.14 SDK can I still get .NET framework 6.0 or 8.0 class libraries for it.
davebush
Posts: 482
Joined: Fri Oct 22, 2004 12:20 pm

Re: Do you have .NET framework 6.0 or 8.0 class libraries for the Paylink 4.1.12.14 release SDK

Post by davebush »

Hi nathan,

For .NET frameworks above 5.0 the situation is very slightly complicated as applications in those frameworks require the class libraries to match the framework of the application. This means that some rebuilding is required to get class libraries for that Paylink release that match the framework. You can download solutions for 6.0 and 8.0 of these from http://aardvark.eu.com/downloads/softwa ... et.6.0.zip and http://aardvark.eu.com/downloads/softwa ... et.8.0.zip

Put the top level folder into the SDK\Dot Net folder alongside the Aesinhel.Net folder, open the solution file (Aesimhet.net.sln) and rebuild the solution. (The project automatically picks up the correct source for the Paylink release as that is in the SDK\Dot Net folder). You can prove to yourself that the result is functional by using TestApp,
Aardvark software developer. Please put all communication on the problem through the board for the benefit of others.
Post Reply