-1
Good evening, I downloaded I Paste system in Vb from the internet , but when I will test the error application in connection of sql server. it already came configured, I even played the file . mdf into the folder like this in connection configuration
I don’t know what to do, help me please
I’m using visual studio 13
<connectionStrings>
<add name="Sistema_Colegio.My.MySettings.COLEGIOConnectionString"
connectionString="Data Source=(LocalDB)\MSSQLLocalDB=|DataDirectory|\bin\Debug\COLEGIO.mdf;Integrated Security=True"
providerName="System.Data.SqlClient" />
Do you have SQL Server Localdb installed on the machine? The file
\bin\Debug\COLEGIO.mdf
exists in the project directory?– Leonel Sanches da Silva
do not have it installed no friend. and yes this in the directory!
– Devlask