Base solution for your next web application
Open Closed

Missing type map configuration or unsupported mapping. #2880


User avatar
0
joe704la created

I am getting an error when I am trying to use AutoMapper to map a EditDTO to a Entity. I have made sure they have the same properties and they are spelled the same. I cannot figure this out. Would you have any idea?

AutoMapper.AutoMapperMappingException: Missing type map configuration or unsupported mapping.


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Can you share your entity and dto definitions ? And detailed exception message if you have.

    Thanks.