0

我在我的项目中收到此错误:

Severity    Code    Description Project File    Line    Suppression State
Error   CS0246  The type or namespace name 'fooroshEntities' could not be found (are you missing a using directive or an assembly reference?)   foorosh D:\system\foorosh\foorosh\window\Win_AddNewprice.xaml.cs    31  Active

我该如何解决?

4

1 回答 1

-1

您需要添加对定义 fooroshEntities 的 DLL 或项目的引用

于 2018-01-28T22:40:47.863 回答