Namespace not recognized (even though it is there)

前端 未结 20 1858
终归单人心
终归单人心 2020-11-28 21:27

I am getting this error:

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

20条回答
  •  孤城傲影
    2020-11-28 21:59

    In my case I got the error only in VS 2015. When opening the project in VS 2017 the error was gone.

提交回复
热议问题