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]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
