What version of .NET is available for Epicor classic forms customizations?

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?

.NET Framework 4.8 on the client side, .NET Core 8 on the server side.

2 Likes

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:

3 Likes