4
respostas

Erro ao adicionar conexao com banco de dados

Quando vou adicionar a conexão, aparece o seguinte erro:

"An exception of type 'System.Data.SqlClient.SqlException' occurred in EntityFramework.dll but was not handled in user code Additional information: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 52 - Unable to locate a Local Database Runtime installation. Verify that SQL Server Express is properly installed and that the Local Database Runtime feature is enabled.)"

4 respostas

Você esta copiando a string de conexão corretamente com o usuário e a senha ?

Porque ele esta reclamando sobre isso.

Então Alan, não sei. Eu apenas tento como o instrutor faz no vídeo. Vou na aba Project > Add New Data Source > seleciono Database > depois seleciono Dataset > depois clico em New Connection... > seleciono Microsoft SQL Server Database File > seleciono a pasta onde quero salvar, como no vídeo > então eu tenho adicionar a conexão com Windows authentication e clico em ok. Então ele fica carregando e da o erro. Tentei com SQL Server Authentication também, mas deu o mesmo erro. Estou usando o VS 2015.

Será que a versão do VS Interfere em algo? E tenho o SQL Server 2014 instalado também, será que isso está dando algum conflito?

Estou com o mesmo problema...