using (var ctx = new TIS2APPContext())
{
var test = ctx.RSTOPs.ToArray();
}
I have just downloaded dotconnect for sqlite (trial version) and I have the above code. An exception "Method not found: 'System.String Devart.Data.SQLite.SQLiteConnectionStringBuilder.get_LicenseKey()'." is thrown when I run into ctx.RSTOPs.ToArray();.
May I know what I have done wrong? Thanks in advance.