Getting “type or namespace name could not be found” but everything seems ok?

后端 未结 30 1528
北海茫月
北海茫月 2020-11-22 09:27

I\'m getting a:

type or namespace name could not be found

error for a C# WPF app in VS2010. This area of code was compiling fine

30条回答
  •  一整个雨季
    2020-11-22 09:50

    My case was same as discussed here but nothing solved it until I've removed the System.Core reference from the references list (Everything worked fine without it)

    hope it will help someone because this issue is quite frustrating

提交回复
热议问题