AutoMapper error

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
10 yıl önce
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 yıl önce
You miss the reference to a dll. MOst likely a dll will be indicated with a yellow warning sign in Visual Studio.
10 yıl önce
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 yıl önce
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 yıl önce
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.