System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: 3c75d0ca6297e55db89c4db2f16cbf81c3e21780
Title: Get issue running SQL Lite on 2012 server
Status: Closed Type: Incident
Severity: Important Priority: Medium
Subsystem: Website Resolution: Rejected
Last Modified: 2015-10-27 15:14:48
Version Found In: 3.8.8.3
User Comments:
anonymous added on 2015-10-26 09:43:59: (text/x-fossil-plain)
Unable to load DLL 'SQLite.Windows.dll':

Message: Exception on calling _bulk.Begin(), Message: Unable to load DLL 'SQLite.Windows.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) StackTrace:    at SQLite.Windows.Net.Sqlite.open(IntPtr filename, IntPtr& hDb)
   at SQLite.Windows.Net.Sqlite.OpenDatabase(String sPath)
   at SP.DB.Bulk.Bulk.Begin()
   at SP.DB.DBTasks.BeginBulkToDatabase(BulkOperation operation, String dbFile), Msg: Exception on calling _bulk.Begin(), Message: Unable to load DLL 'SQLite.Windows.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) StackTrace:    at SQLite.Windows.Net.Sqlite.open(IntPtr filename, IntPtr& hDb)
   at SQLite.Windows.Net.Sqlite.OpenDatabase(String sPath)
   at SP.DB.Bulk.Bulk.Begin()
   at SP.DB.DBTasks.BeginBulkToDatabase(BulkOperation operation, String dbFile) Stack:    at VRPS.Service.Plugin.Consumer.StorePos.FormatFiller.Filler.FillTotalFile(String connectionString, Int32 storeId, String packageName, Version consumerVersion, String dbTemplateFileName, String genTotalFileName, Int32& changeCounterAll, Int32& changeCounterGroup, Int32& changeCounterStore)

mistachkin added on 2015-10-27 15:14:48: (text/x-fossil-plain)
I don't recognize the call stack nor the file name 'SQLite.Windows.dll'; however,
I think it might be from the 'sqlite-net' project, seen here:

[https://github.com/praeclarum/sqlite-net]