The Complete Project Source Code Platform

Kashipara.com is a community of ONE million programmers and students, Just like you, Helping each other.Join them. It only takes a minute: Sign Up

Job Resume Template

con error what to do

  ns74644    2015-10-29 11:26:18

0

0


<div>this error is arriving when i open any file&nbsp;</div><div><br></div><div>System.Data.SqlClient.SqlException was unhandled by user code</div><div>&nbsp; Message=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: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)</div><div>&nbsp; Source=.Net SqlClient Data Provider</div><div>&nbsp; ErrorCode=-2146232060</div><div>&nbsp; Class=20</div><div>&nbsp; LineNumber=0</div><div>&nbsp; Number=53</div><div>&nbsp; Server=""</div><div>&nbsp; State=0</div><div>&nbsp; StackTrace:</div><div>&nbsp; &nbsp; &nbsp; &nbsp;at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)</div><div>&nbsp; &nbsp; &nbsp; &nbsp;at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning()</div><div>&nbsp; &nbsp; &nbsp; &nbsp;at System.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity)</div><div>&nbsp; &nbsp; &nbsp; &nbsp;at System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, TimeoutTimer timeout, SqlConnection owningObject)</div><div>&nbsp; &nbsp; &nbsp; &nbsp;at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, TimeoutTimer timeout)</div><div>&nbsp; &nbsp; &nbsp; &nbsp;at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, TimeoutTimer timeout, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)</div><div>&nbsp; &nbsp; &nbsp; &nbsp;at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)</div><div>&nbsp; &nbsp; &nbsp; &nbsp;at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)</div><div>&nbsp; &nbsp; &nbsp; &nbsp;at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)</div><div>&nbsp; &nbsp; &nbsp; &nbsp;at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)</div><div>&nbsp; &nbsp; &nbsp; &nbsp;at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)</div><div>&nbsp; &nbsp; &nbsp; &nbsp;at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)</div><div>&nbsp; &nbsp; &nbsp; &nbsp;at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)</div><div>&nbsp; &nbsp; &nbsp; &nbsp;at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)</div><div>&nbsp; &nbsp; &nbsp; &nbsp;at System.Data.SqlClient.SqlConnection.Open()</div><div>&nbsp; &nbsp; &nbsp; &nbsp;at Default3.Page_Load(Object sender, EventArgs e) in c:UsersNavDesktopCivilRegistryCivilRegistryCivilRegistryWebsitesFeedback.aspx.cs:line 23</div><div>&nbsp; &nbsp; &nbsp; &nbsp;at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)</div><div>&nbsp; &nbsp; &nbsp; &nbsp;at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)</div><div>&nbsp; &nbsp; &nbsp; &nbsp;at System.Web.UI.Control.OnLoad(EventArgs e)</div><div>&nbsp; &nbsp; &nbsp; &nbsp;at System.Web.UI.Control.LoadRecursive()</div><div>&nbsp; &nbsp; &nbsp; &nbsp;at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)</div><div>&nbsp; InnerException:&nbsp;</div><div><br></div>

Answers

Post Your answer