AutoMapper error

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
10 лет назад
Out of nowhere, I'm getting this error for 2 websites on my local machine :


The type or namespace name 'AutoMapper' could not be found (are you missing a using directive or an assembly reference?)

in :   \Nop.Web\Administration\MappingExtensions.cs and Nop.Web\Administration\Infrastructure\AutoMapperStartupTask.cs

Anyone know what this is?
10 лет назад
You miss the reference to a dll. MOst likely a dll will be indicated with a yellow warning sign in Visual Studio.
10 лет назад
Hi folks, did you get solution for this?

I am also getting same issue. I tried various solutions suggested on some forums, but nothing helped.
I confirmed my references & dlls are in place.

Please suggest.

-Kailash
8 лет назад
Hi
Try Excluding the administrator section(inside nop.web) from the project.After above step try rebuilding the application .This will resolve your solution.
6 лет назад
AmanRay wrote:
Hi
Try Excluding the administrator section(inside nop.web) from the project.After above step try rebuilding the application .This will resolve your solution.


The Administration section isn't needed?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.