PreviousNext
Help > Easycom .NET > Using Easycom for .NET > Deployment of an application/assembly based on Easycom for .NET
Deployment of an application/assembly based on Easycom for .NET

The .NET Framework is mandatory on the target system.

 

The deployment of a program based on Easycom .NET is quite simple.

You need to deploy the .NET assembly file/executable , and some DLL files:

 

         For 32-bit Windows systems, the files to deploy are:

o    C:\Program Files (x86)\Easycom .NET\System.Data.EasycomClient.dll : the main assembly

o    C:\Program Files (x86)\Easycom .NET\Win32\Easycom_core.dll : the x86 core file 

         For 64-bit Windows systems, the files to deploy are:

o    C:\Program Files (x86)\Easycom .NET\System.Data.EasycomClient.dll : the main assembly

o    C:\Program Files (x86)\Easycom .NET\x64\Easycom_core.dll : the x64 core file 

 

         For 64-bit Linux systems and .NET 8, the files to deploy are:

o    C:\Program Files (x86)\Easycom .NET\System.Data.EasycomClient.dll : the main assembly

o    C:\Program Files (x86)\Easycom .NET\linux64\Easycom_core.dll : the 64-bit core library