This might be a basic question but wondering I am not getting AutoMapper.Mapper.CreateMap method.
Am I using wrong AutoMapper reference/package? Thanks
I see your class didn't inherit from AutoMapper.Profile
I did this and worked for me
public class AutoMapperConfig: AutoMapper.Profile