Samm
(Arash Farmagham)
December 6, 2024, 1:21am
1
We have recently upgraded to Kinetic which uses .NET Core 8, do you know what version of .NET can be used in any of the classic Epicor forms like Order Entry (Classic version)?
The old .NET 4.8 seems to be working fine, but can we also use .NET Core 8 in our form customizations and BPMs and so on?
HLalumiere
(Hugo Lalumiere)
December 6, 2024, 3:39am
2
.NET Framework 4.8 on the client side, .NET Core 8 on the server side.
2 Likes
Samm
(Arash Farmagham)
January 2, 2025, 3:50pm
3
So if I write a little stand alone application that logs into Epicor using Epicor dll files, should I use .NET 4.8 or .NET Core 8?
The “official” recommendation is to use REST and not the DLLs. This library will make that easier:
V3 Release Major Update
This release V3 3.0.0.0 contains breaking changes from prior versions as outlined below
The biggest change in this version other than a few bug fixes is to pivot the library to be Instance friendly instead of static. The static approach while it simplified some things it made some other things quite difficult. In order to keep backwards compatibility we still have a static wrapper which should function the same as it always has, below is a breakdown of changes and how to…
3 Likes