2
respostas

Erro ao tentar abrir a pag Produtos/Intex ('System.Data.Entity.Core.ProviderIncompatibleException' )

Não estou conseguindo abrir nenhuma pag ligada ao banco de dados. Está dando este erro na classe Produtos.DAO:

An exception of type 'System.Data.Entity.Core.ProviderIncompatibleException' occurred in EntityFramework.dll but was not handled in user code

Additional information: An error occurred accessing the database. This usually means that the connection to the database failed. Check that the connection string is correct and that the appropriate DbContext constructor is being used to specify it or find it in the application's config file. See http://go.microsoft.com/fwlink/?LinkId=386386 for information on DbContext and connections. See the inner exception for details of the failure.

2 respostas

Olá, Vinícius!

Provavelmente existe um erro na sua connectionstring.

Faça o seguinte:

  • Abra o menu View > Server Explorer e adicione uma nova conexão com o banco de dados
  • Selecione a conexão, vá em properties e copie a connectionstring
  • Cole a connectionstring na configuração da sua aplicação

Boa sorte e bons estudos!

Aparentemente o nome da pagina esta errado, não seria Produtos/Index?
Erro ao tentar abrir a pag Produtos/Intex ('System.Data.Entity.Core.ProviderIncompatibleException' )