输入banner图图片脚本导航/分类

MVC初学 - The type or namespace name 'DbContext' could not be found

问题:

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

标签: