Winforms or WPF deployment:
ProEssentials installs several assemblies providing options for building and deploying your applications. These assemblies are found in folders, NuGet, DotNet48, and DotNet80. Each folder also contains a readme file.
Our AnyCpu assemblies are larger in size as these embed our native DLL within the assembly. Upon execution of your EXE, PEGRPH.DLL will be unpacked in same location as assembly and your EXE.
Our x64 assemblies require PEGRP64H.DLL be distributed with your EXE. And our x86 assemblies require PEGRP32H.DLL be distributed with your EXE. These assemblies are smaller and decouple our native DLL which clarifies the run time requirements.
DotNet48\AnyCpu
|
What to Distribute
|
ProEssentials v10 Pro
|
Gigasoft.ProEssentials.Dll
|
DotNet48\x64
|
What to Distribute
|
ProEssentials v10 Pro
|
Gigasoft.ProEssentials.Dll and PEGRP64H.DLL
|
DotNet48\x86
|
What to Distribute
|
ProEssentials v10 Pro
|
Gigasoft.ProEssentials.Dll and PEGRP32H.DLL
|
DotNet48\AnyCpu
|
What to Distribute
|
ProEssentials v10 Pro
|
Gigasoft.ProEssentialsWpf.Dll
|
DotNet48\x64
|
What to Distribute
|
ProEssentials v10 Pro
|
Gigasoft.ProEssentialsWpf.Dll and PEGRP64H.DLL
|
DotNet48\x86
|
What to Distribute
|
ProEssentials v10 Pro
|
Gigasoft.ProEssentialsWpf.Dll and PEGRP32H.DLL
|
DotNet48\x64
|
What to Distribute
|
ProEssentials v10 Pro
|
Gigasoft.ProEssentialsWeb.Dll
|
Find "PEGRP32H.DLL" within the Windows/SysWow64 folder on Win64.
Find "PEGRP64H.DLL" within the Windows/System32 folder on Win64.
|