Hello ..
I renemed the dll because the MonoDevelop only load references with .dll extention and not .DLL and then I get that error.
I go arround this problem and I made the reference a .DLL file and now I'm gettinh this error:
Server error in '/' application
Description: Error processing request.
Error Message: HTTP 500.
Stack Trace:
System.IO.FileNotFoundException: Could not load file or assembly 'System.Data.SQLite, Version=1.0.36.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139' or one of its dependencies.
File name: 'System.Data.SQLite, Version=1.0.36.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139'
at <0x00000> <unknown method>
at Common.DataAccess.ProviderFactory.CreateConnection (System.String connectionString, DatabaseEnumType databaseType) [0x00000]
at Common.DataAccess.Provider..ctor (System.String connectionString, DatabaseEnumType databaseType) [0x00000]
at Common.DataAccess.DataPersistency`1[olimpo.Data.tbl_CORE_Page].GetObject (System.Collections.Generic.Dictionary`2 ) [0x00000]
at olimpo.Theme.Manager.LoadTheme (System.Web.UI.Page myPage) [0x00000]
at olimpo.WebUI.Default.Page_Load (System.Object sender, System.EventArgs e) [0x00000]
at (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs)
at System.Web.UI.Control.OnLoad (System.EventArgs e) [0x00000]
at System.Web.UI.Control.LoadRecursive () [0x00000]
at System.Web.UI.Page.InternalProcessRequest () [0x00000]
at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context) [0x00000]
I'm using this driver in Linux and System.Data.SQLite.dll is a diferente file from System.Data.SQLite.DLL
can you release a .dll file? I can test in linux and see if everything is ok.
tkx in advance
Paulo Aboim Pinto
Odivelas - Portugal