-
After upgrading to 4.5, I've started to get an exception with the NServiceBus Host:
```
Unhandled Exception: System.Exception: Could not enumerate all types for 'C:\Ser
vices\Server\FluentNHibernate.…
-
We are upgrading a heap of services from 2.5 to 4.6.4
We are using NHibernate and sql2012.
We have an enum in our sagadata storing status.
in 2.5 it's persists as a string and in 4.6 it's storing a…
-
-
**Yinhaixia** created:
https://orchard.codeplex.com/workitem/17949
Log on the Orchard site and go to manage comments page, there is crash info as follows"
Server Error in '/' Application.
Compilatio…
-
1) I derived from DefaultAutomappingConfiguration
2) I've selected which members I wanted to map (that is o.k.)
3) Anyhow AutoMapper checks/validates and fails even for properties that are/should not …
ajoka updated
10 years ago
-
When using Fluent 1.0.0.363, I had the following Convention applied, which worked fine. Upgrading to anything newer and I get this exception:
FluentNHibernate.Cfg.FluentConfigurationException : An inv…
-
您在博客里提到“它通过找到命名空间以.Models结束的并且包含属性有Id这个字段的类作为需要创建mapping的实体。然后通过创建RecordBlueprint来告诉NHibernate你应该让哪个类映射到哪张表。”
我想知道具体该怎么做才能将一个实体类映射到一张与类名无关的表上。谢谢。
wmzy updated
10 years ago
-
When adding roundhouse.lib nuget package, it is adding NHibernate dependencies as well. Does it really need them?
```
Added file 'log4net.dll' to folder 'log4net.1.2.10\lib\1.0'.
Added file 'log4net.…
-
If I use the BatchSize(100) method in a SubclassMap (table-per-inheritance-hierarchy), FluentNHibernate internally stores the BatchSize value but it is ignored in FluentNHibernate.MappingModel.Output.…
-
When mapping a subclass entity property with a custom IUserType that takes multiple columns, the resulting Configuration contains a property mapping specification including only the first provided col…