v7.2.0.0
yes I did
Anyone who can assist with this??
How difficult can it be for you guys to create a simple step by step example that would achieve something like this? Just the most basic of this. ie ADD customers, then add ORDERS to each customer.
Customer - can just have {Id, FullName} Order - can have {Id, ReferenceNumber, Amount}
just this demostration?
Let me redo this proper first, I will come back
closed
got it, had to do the ReverseMappings()
exception below
AutoMapper.AutoMapperMappingException: Missing type map configuration or unsupported mapping.
Mapping types: Title -> CreateOrEditTitleDto insureserve.GenericLookups.Title -> insureserve.GenericLookups.Dtos.CreateOrEditTitleDto at lambda_method(Closure , Title , CreateOrEditTitleDto , ResolutionContext ) at lambda_method(Closure , Object , Object , ResolutionContext ) at AutoMapper.Mapper.AutoMapper.IMapper.Map[TDestination](Object source) in C:\projects\automapper\src\AutoMapper\Mapper.cs:line 212
I did a clean pull on a different machine, all seems good. this is very strange though. I am going to get the clean pull again and see.