Sample project with Starter Edition

36 views
Skip to first unread message

camero...@gmail.com

unread,
May 18, 2016, 8:29:53 AM5/18/16
to Siaqodb - NoSQL embedded database for .NET
Hi

I searched through the forum assuming that someone had already asked this, but couldn't find any reference. So, my apologies if this is a dumb question.

We are starting to evaluate Siaqodb and are just trying to get the NET Example project to run. In SiaqodbFactoryExample the code indicates that, to use the start edition, we should comment out the line:


SiaqodbConfigurator.SetLicense(@"your license key");

However we are still getting an InvalidLicenseException. Is there something else we need to do?

Many thanks

Cameron

Siaqodb Support

unread,
May 18, 2016, 8:43:48 AM5/18/16
to Siaqodb - NoSQL embedded database for .NET, camero...@gmail.com
hi Cameron,
With Siaqodb Starter Edition you can store maximum 100 objects per type and some examples store more than 100 objects. To run "NETSiaqodbExample" using starter edition go to Examples\PocoExample.cs and replace 1000 with 100:
for (int i = 0; i < 100; i++)
 and similar in Examples\IndexExample.cs 
Then it will run fine.

Otherwise you can get a trial license from our website  http://siaqodb.com/download/ just fill your email address and you will get a license key valid for 30 days.

Let us know if you have any other question.
Cristi
Reply all
Reply to author
Forward
0 new messages