Salut,

Bon j'ai porté mon projet avec l'aide de TFS de mon PC vers mon portable.

J'ai modifier ma connection string pour celle de mon Sql Server de mon portable

Server : KAOTH

Instance : SERVERSQL

BD : QcDev.BD.QcDevContext

ConnectionString :

<connectionStrings>

<!-- PC

<add name="EntityBd" connectionString="Data Source=COMPUTER-PC\SQLEXPRESS;Initial Catalog=QcDev.BD.QcDevContext;Integrated Security=True;MultipleActiveResultSets=True;Application Name=EntityFrameworkMUE" providerName="System.Data.SqlClient"/>

-->

<!-- Portable -->

<add name="EntityBd" connectionString="Data Source=KAOTH\SERVERSQL;Initial Catalog=QcDev.BD.QcDevContext;Integrated Security=True;MultipleActiveResultSets=True;Application Name=EntityFrameworkMUE" providerName="System.Data.SqlClient"/>

</connectionStrings>

je recois toujours cette erreur lorsque je tente de travailler avec la BD quand je suis sur mon portable pourtant tout marche très bien avec mon PC.

Erreur : 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: 26 - Error Locating Server/Instance Specified)

je réussie a ping mon server KAOTH

Je réussie a faire ce que je veux sur SQL Server Management Studio... mais je ne comprend pas pourquoi je ne réussie pas a me connecter avec Entity FrameWork sur mon Portable alors que mon PC réussie très bien avec sa connection string.....

Est-ce que quelqu'un est en mesure de m'aider svp!!