Ver Mensaje Individual
  #1 (permalink)  
Antiguo 23/04/2012, 17:13
rodrirodri
 
Fecha de Ingreso: agosto-2010
Mensajes: 1
Antigüedad: 13 años, 8 meses
Puntos: 0
Problema MVC 3 y Entity Framework

Cuando intento agregar un controller me tira el siguiente error:

Unable to retrieve metadata for ‘Your.Data.Entity’. The type ‘Your.Data.Entity’ was not mapped. Check that the type has not been explicitly excluded by using the Ignore method or NotMappedAttribute data annotation. Verify that the type was defined as a class, is not primitive, nested or generic, and does not inherit from EntityObject.

alguien sabe a que se puede deber???