简体   繁体   中英

Entity Framework 5.0 with vs 13

There is an issue with my visual studio. When i try to generate the edmx file it does all the process very well. But as soon as i try to build the solution it throws so many errors. I am not sure if this issue is with visual studio orentity framework.

Please check the image i have attached, and the errors as well. 在此处输入图片说明

Here are the errors..

Error 7 A using namespace directive can only be applied to namespaces; 'System' is a type not a namespace

Error 73 The type or namespace name 'DbContext' could not be found (are you missing a using directive or an assembly reference?)

There are so many errors.

Please help

尝试清除解决方案根目录中“ .vs”文件夹的内容

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM