-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This file generates an error in VS2015 #1
Comments
Update your Nuget packages, except the Automapper. Keep the Automapper to 4.2.0, since the CreateMap method was depricated and eventually removed in v5.0. AutoMapper.Mapper does not contain definition for CreateMap Automapper v4.2.0 will resolve your particular issue. |
You can update alright but create your mappings in the constructor of the
|
Error CS0117 'Mapper' does not contain a definition for 'CreateMap' Store.Web
MVCArchitecture-master\mvcarchitecture-master\Store.Web\Mappings\ViewModelToDomainMappingProfile.cs 21 Active
The text was updated successfully, but these errors were encountered: