Hi Anyone & Everyone;

Below is a message I posted on StackOverflow. I am guessing no response are 
because noone there knows. 

Thanks for any help
============================================

1) Which SQLite dll?? I *think* it is 
[SQLite-1.0.65.1-vs2010rc-net4-setup.zip](http://sqlite.phxsoftware.com/forums/storage/29/9056/SQLite-1.0.65.1-vs2010rc-net4-setup.zip).
 Yes?

2) I ran the installer so the dll is in the GAC but I usually find there are 
less problems if I can just reference the dll stand alone. Is there any reason 
it *needs* to be in the GAC, and if not, what's the best way to uninstall it 
from the GAC (I can get to the GAC folder but it says I need permission to 
delete the files; should I leave the SQLite Designer dll's there?)?

3) x64. There is an x64 dll in the download. I had problems with SQLite in the 
past though that I could only resolve by compiling to x86. Can I safely 
reference the x64 dll and compile to Any CPU now?

4) what is the right NHib config? I have been using the one below, but since 
the error I get says "Could not create the driver from 
NHibernate.Driver.SQLite20Driver." that configuration is guilty until proven 
innocent too?

5) could FNH be a problem too? I don't use the pre-configured fluent SQLite 
method but FNH has to provide a reference to it for that to work, no?

TIA & Cheers,  
Berryl

    <hibernate-configuration xmlns="urn:nhibernate-configuration-2.2">
    ...
        <property name="dialect">NHibernate.Dialect.SQLiteDialect</property>
        <property 
name="connection.driver_class">NHibernate.Driver.SQLite20Driver</property>
        <property name="connection.connection_string">Data 
Source=:memory:;Version=3;New=True;</property>
    ....
    </hibernate-configuration>

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to