Namespace not recognized (even though it is there)

前端 未结 20 1845
终归单人心
终归单人心 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条回答
  •  -上瘾入骨i
    2020-11-28 21:46

    In my case i had copied a classlibrary, and not changed the "Assembly Name" in the project properties, so one DLL was overwriting the other...

提交回复
热议问题