What is this DemoEntities ?
Error CS0246 The type or namespace name 'DemoEntities' could not be found (are you missing a using directive or an assembly reference?)
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jaimin ShethiyaPosted Nov 8, 2019, 3:36 AM
Are you missing the entity framework namespace so can you please check in your code and adding namespace then it will work.
here is the link how to used entity framework in our project.
https://www.entityframeworktutorial.net/what-is-entityframework.aspx
Thanks
Hari MurugesanPosted Oct 30, 2019, 7:14 AM
Ronika JencyPosted Oct 16, 2019, 2:02 AM