Unable to create Siaqodb instance in mono on ubuntu 14.04

38 views
Skip to first unread message

suba...@gmail.com

unread,
Sep 1, 2016, 5:35:35 AM9/1/16
to Siaqodb - NoSQL embedded database for .NET
Hi,

My Environment: ubuntu 14.04 in Oracle Virtual Box.
Mono v4.4.2 MonoDevelop v5.10
Siaqodb v5.5.0.6

I have run the below code in monodevelop it not thrown any exception but _instance is null always. But the same time it will works with windows .net.

And i am not found any forums and documentation to run Siaqodb with mono in Linux env.

Kindly look and provide a possible solution.
                
                Siaqodb _instance;
                SiaqodbConfigurator.SetLicense(My trail License);
                string path=Path.GetDirectoryName (Assembly.GetEntryAssembly ().Location);
path = path + "/Siaqo";    
if (!Directory.Exists(path))
                {
                    Directory.CreateDirectory(path);
                }
_instance = new Siaqodb(path);

Real path is "/home/osboxes/Build/WebApi/Siaqo"

Siaqodb - NoSQL embedded database for .NET

unread,
Jul 3, 2017, 2:37:24 PM7/3/17
to Siaqodb - NoSQL embedded database for .NET, suba...@gmail.com
Hello!  Can you possibly provide more details to us via sup...@siaqodb.com ?  This looks like an error with the native versions of lmdb.  Please let us know.  Thanks!
Reply all
Reply to author
Forward
0 new messages