Missing type map configuration or unsupported mapping
Could somebody please explain what this error means? I have used automapper onces before but never had this kind of error. Error The server encountered an error processing the request. The exception message is 'Missing type map configuration or unsupported mapping. Mapping types: Char -> QuestionDto System.Char -> CollectiveDistributedPolling.QuestionDto Destination path: QuestionDto.Question1.Question1.Question10[0] Source value: R'. Service1.svc.cs public Service1() { Mapper.CreateMap<Question, QuestionDto>(); Mapper.CreateMap<QuestionDto, Question>(); } private Question MapToQuestion