Fluent NHibernate w/ Firebird
So I'm trying to get a WPF test application to work with Firebird and Fluent NHibernate. Unfortunately, I am not able to find much information on Fluent NHibernate and Firebird and what the proper configuration is. I did run across Computerist Solutions blogpost but I seem to be receiving an error on the following method:
return firebirdConfig.Mappings(m => m.FluentMappings.AddFromAssemblyOf()).BuildSessionFactory();
doesn't seem to be the correct and I've tried the WpfTestProject which is the name of the project and executable. I can't seem to figure out what I'm missing here. Can anyone provide any insite or sample code?