etransteam
پنج شنبه 15 اسفند 1392, 01:52 صبح
ٍٍٍٍDetails: System.Data.SqlClient.SqlException: 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: Shared Memory Provider, error: 40 - Could not open a connection to SQL Server)
Source Error:
Line 33: cmd.Parameters.Add("@Password", txtPassword.Text);
Line 34: cmd.Parameters.Add("@Email", txtEmail.Text);
Line 35: con.Open();
Line 36: cmd.ExecuteNonQuery();
Line 37: con.Close();
لطفا راهنمایی کنید.
ممنون
Source Error:
Line 33: cmd.Parameters.Add("@Password", txtPassword.Text);
Line 34: cmd.Parameters.Add("@Email", txtEmail.Text);
Line 35: con.Open();
Line 36: cmd.ExecuteNonQuery();
Line 37: con.Close();
لطفا راهنمایی کنید.
ممنون