Unable to retrieve metadata One or more validation errors were detected during model generation:

.NET

18/02/2016

Boa noite gente,

Estou aqui desenvolvendo em asp.net e no entanto estou com um erro quando vou gerar uma view que exibe a mensagem


There was an error running the selected code generator:

'Unable to retrieve metadata for 'WebApplication1.comercioexterior'. One or more validation errors were detected during model generation:



model1: : EntityType 'comercioexterior' has no key defined. Define the key for this EntityType.

models: EntityType: EntitySet 'comercioexteriors' is based on type 'comercioexterior' that has no keys defined.



Estou mais perdido que cego em tiroteio alguém tem alguma ideia do que deve ser ?
Fabio Alves

Fabio Alves

Curtidas 1

Respostas

Jothaz

Jothaz

18/02/2016

EntityType 'comercioexterior' has no key defined.


Fica quase impossível ajudar ser ter acesso aos códigos.

Mas pela mensagem esta faltando definir um chave (Key/Id) em alguma classe da model (comercioexterior).
GOSTEI 0
POSTAR