[fluent-nhib] Re: Examples.FirstProject is not working for me

2011-01-06 Thread tbushell
I just got bitten by this yesterday, when I installed my project on a Windows 7 machine for the first time. A Google search revealed that setting Build Target (on the project's Build tab) to "x86" fixes the problem. It creates an .exe that will run on both 32 bit and 64 bit versions of Windows, u

Re: [fluent-nhib] suggested modification to the JOIN

2011-01-06 Thread Mike D
Ok. thanks for the reply. -- You received this message because you are subscribed to the Google Groups "Fluent NHibernate" group. To post to this group, send email to fluent-nhibern...@googlegroups.com. To unsubscribe from this group, send email to fluent-nhibernate+unsubscr...@googlegroups.co

[fluent-nhib] Removing SQLite...

2011-01-06 Thread Craig Gardiner
Hi James, Ooops, I take that last email back you must configure using Fluently.Configure().Database(SQLiteConfiguration.Standard.InMemory()).. Otherwise this exception occurs TestFixture failed: FluentNHibernate.Cfg.FluentConfigurationException : An invalid or incomplete configuration

RE: RE: [fluent-nhib] Re: Examples.FirstProject is not working for me

2011-01-06 Thread Craig Gardiner
Hi James, Thanks for the quick response! I've been burnt before by the SQLite 32bit 64bit versions. Hence the reason I said - it should be in the GAC, or you don't think this is wise? Does your 'InMemory' version handle the SQLite connection closing problem, eg. using a simple Connecti

Re: RE: [fluent-nhib] Re: Examples.FirstProject is not working for me

2011-01-06 Thread James Gregory
Glad you've got it working. SQLite is a bit of a nightmare dependency and I'm thinking of removing it in future versions; you should also be aware there are different x86 and x64 binaries for SQLite, which can cause versioning issues if you're not aware of it (though if you've got it working I

Re: [fluent-nhib] suggested modification to the JOIN

2011-01-06 Thread James Gregory
I'm pretty certain this isn't possible. NHibernate doesn't support joining on arbitrary columns. If your PK was a composite key, then you could use multiple columns that way, but that's it. -- You received this message because you are subscribed to the Google Groups "Fluent NHibernate" group.