我构建了实体数据模型,我可以看到我从数据库中选择使用的表格,名为Model。
现在让我使用:
using Model;
然而,当我想要ModelContainer db;
时,我收到了这个错误:
The type or namespace name 'ModelContainer' could not be found (are you missing a using directive or an assembly reference?
我做了尽可能多的研究,仔细检查我正确设置但仍然不明白我为什么会收到此错误?我不应该使用:`使用MySQL;'或任何其他此类......
提前谢谢!