adhikar patil Ответов: 0

Отображение не работает в MVC


Hello
   i am getting an below error when i am created the readymade create, edit etc views in mvc 
    The name 'EntityState' does not exist in the current context
     Due to this my mapping is not working in mvc. Please give me the solution.
 
This is working when i used System.Data.Entity namespace but my  mapping is not working in mvc


Что я уже пробовал:

Hello
   i am getting an below error when i am created the readymade create, edit etc views in mvc 
    The name 'EntityState' does not exist in the current context
     Due to this my mapping is not working in mvc. Please give me the solution.
 
This is working when i used System.Data.Entity namespace but my  mapping is not working in mvc

F-ES Sitecore

Либо добавьте соответствующее "using", либо полностью квалифицируйте имя класса, добавив пространство имен впереди.

0 Ответов