Bug #1653

SQLite driver for NHibernate error in XP 32 deployment

Added by Panagiotis Kanavos over 12 years ago. Updated over 12 years ago.

Status:Closed Start date:11/15/2011
Priority:High Due date:
Assignee:Panagiotis Kanavos % Done:

0%

Category:Deployment Spent time: -
Target version:PreAlpha

Description

The error is:
Could not create the driver from NHibernate.Driver.SQLite20Driver

Possible reasons
  • The program can't find the NHibernate.dll, although it is located in the same folder as the exe
  • The packaged SQLite version is not the same as the version used during compilation.

Need to activate Fusion logging in the XP machine to see what actually happens.


Related issues

related to Pithos MS Client - Bug #1648: Create 32bit setup package Closed 11/14/2011

History

#1 Updated by Panagiotis Kanavos over 12 years ago

  • Target version set to PreAlpha

#2 Updated by Panagiotis Kanavos over 12 years ago

  • Status changed from New to Closed

SQLite requires MS Visual C++ Runtime v.10 in both x64 and x86 packages. The dependency was not detected by VS2010 when the SQLite driver was added. Adding the MSVC100_CRT.msm merge module fixed this

Also available in: Atom PDF