System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: 684b126a33dc8af65704c30577b3081714ad8c96
Title: Downloaded package is debug build
Status: Closed Type: Code_Defect
Severity: Critical Priority: Immediate
Subsystem: Build_Automation Resolution: Duplicate
Last Modified: 2011-07-07 04:38:57
Version Found In: 1.0.72
Description:
Steps to Reproduce:
1. Download and install package (http://system.data.sqlite.org/sqlite-dotnet-x64-1007200.exe).
2. Copy System.Data.SQLite.dll to reference directory of application.
3. Compile application and run. Throws file not found exception for SQLite.Interop.dll.

----------------------------------------
at System.Data.SQLite.UnsafeNativeMethods.sqlite3_open_interop(Byte[] utf8Filename, Int32 flags, ref IntPtr db)
at System.Data.SQLite.SQLite3.Open(String strFilename, SQLiteOpenFlagsEnum flags, Int32 maxPoolSize, Boolean usePool)
at System.Data.SQLite.SQLiteConnection.Open()
at NHibernate.Connection.DriverConnectionProvider.GetConnection() in d:\Development\nhibernate\src\NHibernate\Connection\DriverConnectionProvider.cs: line 46
at NHibernate.Tool.hbm2ddl.SchemaExport.Execute(Action`1 scriptAction, Boolean export, Boolean justDrop) in SchemaExport.cs: line 325
--- End of inner exception stack trace ---
at NHibernate.Tool.hbm2ddl.SchemaExport.Execute(Action`1 scriptAction, Boolean export, Boolean justDrop) in SchemaExport.cs: line 338
at NHibernate.Tool.hbm2ddl.SchemaExport.Execute(Boolean script, Boolean export, Boolean justDrop) in SchemaExport.cs: line 290
at NHibernate.Tool.hbm2ddl.SchemaExport.Create(Boolean script, Boolean export) in SchemaExport.cs: line 105
at iyeTek.Daily.Services.Tests.DomainModel.Persistence.DataTestBase.BuildSqliteSchema(Configuration config) in DataTestBase.cs: line 115
at FluentNHibernate.Cfg.FluentConfiguration.BuildConfiguration() in FluentConfiguration.cs: line 254
--- End of inner exception stack trace ---
at FluentNHibernate.Cfg.FluentConfiguration.BuildConfiguration() in FluentConfiguration.cs: line 261
at FluentNHibernate.Cfg.FluentConfiguration.BuildSessionFactory() in FluentConfiguration.cs: line 227

<hr /><i>mistachkin added on 2011-07-01 04:15:11 UTC:</i><br />
This is a duplicate of [54e52d4c6f] and [c7c7b6f987].