Quick Objects Documentation Akal Tech Logo
Deployment and Runtime License

Glossary Item Box

For deploying applications that use Database Access Library, Business Logic Framework and Data Source for ASP.NET the following three assemblies are required.

Starting version 3.3 onwards all the above libraries utilize the same license making it even easier to deploy and use these assemblies. The following setting can be created in the web.config or app.config file of your project with the runtime license key.  During trial period this setting is not required. Other editions have two types of license keys, one are called design time and one that are called runtime. The design time keys should only be used by the licensed developer, and runtime keys can be shipped/deployed with the deployment assemblies.

<appSettings>

<add key="Akal.QuickObjects.ObjectBase.License.Key" value="License-Key-Goes-Here" />

</appSettings> 

Or as an alternate a file named "QuickObjects.ObjectBase.lic" containing the runtime license key can be placed in the executable/bin folder.

 

For deploying applications that use Time Zones component the following setting can be created in the web.config or app.config file.

 

<appSettings>

<add key="Akal.QuickObjects.TimeZones.License.Key" value="License-Key-Goes-Here" />

</appSettings>

Time Zones component requires QuickObjects.TimeZones.dll library to be deployed.