Thanks, that put me in the right direction, I still don't know what was wrong, but turns out the problem was caused by my colleague adding .net4 configuration to the nant installation on our CI server, even though our project uses 3.5, somehow adding .net4 caused sqlite to complain. my head hurts! tried different things to get it to work, each of them had a problem of it's own. ended up creating another nant installation specific to .net4 and let the .net3.5 in tact. all works now! but I still don't know what was wrong. moving on.
------------------------------ On 25 Aug 2010 18:44, kimsk <[email protected]> wrote: I hope one of the solutions here might help. http://stackoverflow.com/questions/2697795/problems-using-fluentnhibernate-sqlite-with-net4/2761332#2761332 On Wed, Aug 25, 2010 at 12:35 PM, Seif Attar <[email protected]> wrote: > Hello, > > We are using an SQLite in memory database for some tests. This worked > great (just had to change the test platform target to x86 to get it to > work correctly on 64 machines), I am running it on my machine (x64) > and tests pass, the tests used to run ok on the integration server > (x86) until today. Suddenly I am getting the exception Could not > create the driver from NHibernate.Driver.SQLite20Driver > NHibernate.HibernateException : The IDbCommand and IDbConnection > implementation in the assembly System.Data.SQLite could not be found. > Ensure that the assembly System.Data.SQLite is located in the > application directory or in the Global Assembly Cache. If the assembly > is in the GAC, use <qualifyAssembly/> element in the application > configuration file to specify the full name of the assembly. > > I tried reverting to an older successful build, but that fails now as > well. I am very confused, and have no idea how to go from here. Any > idea what else could be causing such a problem? ways to try to > troubleshoot? > > -- > You received this message because you are subscribed to the Google Groups "nhusers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to [email protected]<nhusers%[email protected]>. > For more options, visit this group at http://groups.google.com/group/nhusers?hl=en. > > -- Karlkim SK Go Vandy! -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]<nhusers%[email protected]>. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en. -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
