I downloaded the binaries and source for r457. I built the source and
the tests passed. I still get the same error, though.
Here is the method where the exception is thrown in
FluentConfiguration.cs, line 99:
/// <summary>
/// Verify's the configuration and instructs NHibernate to
build a SessionFactory.
/// </summary>
/// <returns>ISessionFactory from supplied settings.</returns>
public ISessionFactory BuildSessionFactory()
{
try
{
return BuildConfiguration()
.BuildSessionFactory();
}
catch (Exception ex)
{
throw CreateConfigurationException(ex);
}
}
I'm new to NHibernate and Fluent NHibernate, so I'm not exactly sure
how to go about troubleshooting this. I appreciate your help.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Fluent NHibernate" 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/fluent-nhibernate?hl=en
-~----------~----~----~----~------~----~------~--~---