Entity framework directives

0

I'm in MVC 4.5 and I was looking at the entity framework model and stretching a table to see the full name and save the file (there were really no changes). But in the whole project where I refer to entity framework I get this error.

Error   2   No se puede encontrar el tipo o el nombre de espacio de nombres 'FormulariosEntities' (¿falta una directiva using o una referencia de ensamblado?)

How can I get the reference right?

    
asked by Borja Calvo 11.08.2016 в 15:59
source

1 answer

0

I've already managed to fix it. Opening the model - right button - update model from the database - tab update button update and ready.

    
answered by 11.08.2016 / 16:07
source