【发布时间】:2018-07-07 14:36:19
【问题描述】:
我的项目中出现此错误:
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
我该如何解决?
【问题讨论】:
-
这个非常常见的错误在大多数情况下是不言自明的。尽管如此,请参阅标记的重复项,以了解此处发布的一些可悲的太常见问题的示例。如果在实际进行了自己的一些研究,探索了出现错误的通常原因并排除了通常的修复之后,您仍然遇到问题,请发布一个新问题,但这次请确保您投入一些时间和精力,确保您包含一个良好的minimal reproducible example,该minimal reproducible example 可以可靠地重现问题,并解释您迄今为止为尝试解决问题所做的工作,以及您无法弄清楚的具体。