Winforms or WPF deployment:
ProEssentials installs 3 assemblies providing options for building and deploying your applications. These assemblies are found in 3 folders, DotNetAnyCpu, x64/DotNet64, and DotNet32. Each folder also contains a readme file.
Our DotNetAnyCpu assemblies are larger in size as these embed our native DLL within the assembly. Upon execution of your EXE, PEGRPG.DLL will be unpacked in same location as assembly and your EXE.
Our DotNet64 assemblies require PEGRP64G.DLL be distributed with your EXE. And our DotNet32 assemblies require PEGRP32G.DLL be distributed with your EXE. These assemblies are smaller and decouple our native DLL which clarifies the run time requirements.
DotNetAnyCpu
|
What to Distribute
|
ProEssentials v9 Pro
|
Gigasoft.ProEssentials.Dll
|
ProEssentials v9 Standard
|
Gigasoft.ProEssentials.Dll
|
DotNet64
|
What to Distribute
|
ProEssentials v9 Pro
|
Gigasoft.ProEssentials.Dll and PEGRP64G.DLL
|
ProEssentials v9 Standard
|
Gigasoft.ProEssentials.Dll and PEGRP6SG.DLL
|
DotNet32
|
What to Distribute
|
ProEssentials v9 Pro
|
Gigasoft.ProEssentials.Dll and PEGRP32G.DLL
|
ProEssentials v9 Standard
|
Gigasoft.ProEssentials.Dll and PEGRPSG.DLL
|
DotNetAnyCpu
|
What to Distribute
|
ProEssentials v9 Pro
|
Gigasoft.ProEssentialsWpf.Dll
|
ProEssentials v9 Standard
|
Gigasoft.ProEssentialsWpf.Dll
|
DotNet64
|
What to Distribute
|
ProEssentials v9 Pro
|
Gigasoft.ProEssentialsWpf.Dll and PEGRP64G.DLL
|
ProEssentials v9 Standard
|
Gigasoft.ProEssentialsWpf.Dll and PEGRP6SG.DLL
|
DotNet32
|
What to Distribute
|
ProEssentials v9 Pro
|
Gigasoft.ProEssentialsWpf.Dll and PEGRP32G.DLL
|
ProEssentials v9 Standard
|
Gigasoft.ProEssentialsWpf.Dll and PEGRPSG.DLL
|
DotNetAnyCpu
|
What to Distribute
|
ProEssentials v9 Pro
|
Gigasoft.ProEssentialsWeb.Dll
|
ProEssentials v9 Standard
|
Gigasoft.ProEssentialsWeb.Dll
|
Find "PEGRP32G.DLL" or "PEGRPSG.DLL" within the Windows/SysWow64 folder on Win64. On Win32 systems, find within the Windows/System32 directory.
Find "PEGRP64G.DLL" or "PEGRP6SG.DLL" within the Windows/System32 folder on Win64.
|