KPixel wrote:
IIRC, The difficulty I had was related to the creation of NHQA internal database (on SQLite)... I wonder why it is not packaged with an empty (local) database.
Do you remember what was it?
This is the error im having:
System.Exception: NHibernate.ADOException: Could not execute query ---> Finisar.SQLite.SQLiteException: no such table: Entity
Entity is part of my project, wich runs with ms sql database.
These are my steps:
> New Project
> Select my project dlls
> Build them
> New Query
> Query: "from Entity"
Thats all, perhaps im missing something.
Thanks in advance
Martin