Al crear el modelo de entidad, recibo el siguiente error.Problema de modelo de entidad: No se puede crear el modelo para una tabla en particular
Added the connection string to Web.Config.
Successfully registered the assembly 'System.Data.Entity, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' in Web.Config.
ERROR: Unable to generate model because of the following exception: 'Value does not fall within the expected range.'.
Loading metadata from database took 00:00:02.1203632.
Generating model took 00:00:00.8390920.
Writing out the EDMX file took 00:00:00.
Todas las mesas están siendo creados, pero la tabla no está recibiendo BC_States created.I no puede entender por qué.
Ese era mi problema también. Solo alteré la mesa y puedo importar la mesa muy bien. – Ammar
Mismo problema en mi caso. Resuelto ahora. – Jamil