Automapper + Entity框架:映射两个实体

时间:2013-05-23 08:00:15

标签: entity-framework automapper

我正在尝试使用automapper从同一个DataContext映射两个实体,但我得到以下 AutoMapperMappingException

Missing type map configuration or unsupported mapping.
Mapping types:
RuntimeType -> Int32
System.RuntimeType -> System.Int32
Destination path:
T_LOGS_RECHERCHE.LOR_I_TYPE.LOR_I_TYPE
Source value:
IndigoSIV2.Core.DAL.T_LOGS

谢谢,

2 个答案:

答案 0 :(得分:0)

请发布有关实体和自动播放器设置的更多详细信息。

我想到了一些事情,确保在任何Mapping.Map<>之前定义所有依赖对象的映射。呼叫。 请记住,当automapper遍历整个对象图时,您还需要任何子对象属性的映射。

答案 1 :(得分:0)

我认为有些链接仅存在于stackoverflow:

Link 1

Link 2

此外,看起来映射是有效的,因此请尝试检查正在映射的元素的数据类型。