Installation

G4S is distributed as a zip file containing libraries. The package contains the following elements:

• G4S provider assembly files
• Help files

To install and use G4S, you need one of the following:

• .NET based application with access to the code files
• .NET based web application or website with access to the code files

.Net Compatibility

The base version of G4S targets .Net Framework v4.5.1 and is generally compatible with .Net Framework up to v4.8.

The .Net Standard 2.0 version may be used in .Net Core and .Net 5 projects (not currently compatible with .Net 6).

Required Dependencies

Add NuGet package references to:

  • log4net 2.0.12 (and necessary configuration)

The .Net Standard version also requires:

  • System.Configuration.ConfigurationManager 5.0.0
  • System.Runtime.Caching 5.0.0
  • System.ServiceModel.Primitives 4.8.1
  • System.ServiceModel.Http 4.8.1

Referencing the library DLLs

Copy the DLLs to your .NET solution then reference them in the normal way.


.NET → Project → Right Click References → Add reference