标签:
问题:
The type or namespace name ‘DbContext‘ could not be found (are you missing a using directive or an assembly reference?)
解决方案:
引用 EntityFramework.dll 即可.
MVC初学 - The type or namespace name 'DbContext' could not be found
标签:
原文地址:http://www.cnblogs.com/zero530/p/4703826.html