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

后端 未结 30 1133
北海茫月
北海茫月 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:56

    I know this thread is old but anyway I'm sharing, I have to install all third part dependencies of the imported assembly - as the imported assembly wasn't included as Nuget package thus its dependencies were missing.

    Hop this help :)

提交回复
热议问题