-
```
What steps will reproduce the problem?
1. Put ELMAH in your MS-SQL DB (works fine btw)
2. Let NMG (nmg.codeplex.com) create the FluentNhibernate mappings for all
tables in your MS-SQL DB
3. Try t…
-
```
What steps will reproduce the problem?
1. Put ELMAH in your MS-SQL DB (works fine btw)
2. Let NMG (nmg.codeplex.com) create the FluentNhibernate mappings for all
tables in your MS-SQL DB
3. Try t…
-
```
What steps will reproduce the problem?
1. Put ELMAH in your MS-SQL DB (works fine btw)
2. Let NMG (nmg.codeplex.com) create the FluentNhibernate mappings for all
tables in your MS-SQL DB
3. Try t…
-
```
What steps will reproduce the problem?
1. Put ELMAH in your MS-SQL DB (works fine btw)
2. Let NMG (nmg.codeplex.com) create the FluentNhibernate mappings for all
tables in your MS-SQL DB
3. Try t…
-
```
What steps will reproduce the problem?
1. Put ELMAH in your MS-SQL DB (works fine btw)
2. Let NMG (nmg.codeplex.com) create the FluentNhibernate mappings for all
tables in your MS-SQL DB
3. Try t…
-
```
What steps will reproduce the problem?
1. Put ELMAH in your MS-SQL DB (works fine btw)
2. Let NMG (nmg.codeplex.com) create the FluentNhibernate mappings for all
tables in your MS-SQL DB
3. Try t…
-
```
What steps will reproduce the problem?
1. Put ELMAH in your MS-SQL DB (works fine btw)
2. Let NMG (nmg.codeplex.com) create the FluentNhibernate mappings for all
tables in your MS-SQL DB
3. Try t…
-
```
I think instead of generating the *.hbm.xml files which are neither too
succinct nor compiled-time-safe, you should really consider supporting Fluent
NHibernate (http://wiki.fluentnhibernate.org…
-
```
Example (from http://wiki.fluentnhibernate.org/Getting_started):
public class CatMap : ClassMap
{
public CatMap()
{
Id(x => x.Id);
Map(x => x.Name)
.Length(16)
.Not.Nullab…
-
Using the newly added support for the use of Access Token (added in #395) leads to the following exception:
```
`RoundhousE encountered an error.
FluentNHibernate.Cfg.FluentConfigurationException:…