Namespace not recognized (even though it is there)

前端 未结 20 1876
终归单人心
终归单人心 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:53

    Crazy. I know.

    Tried all options here. Restarting, cleaning, manually checking in generated DLLs (this is invaluable to understanding if it's actually yourself that messed up).

    I got it to work by setting the Verbosity of MSBuild to "Detailed" in Options.

提交回复
热议问题