
| 操作描述:
- System.Data.SqlClient.SqlException: 在与 SQL Server 建立连接时出现与网络相关的或特定于实例的错误。未找到或无法访问服务器。请验证实例名称是否正确并且 SQL Server 已配置为允许远程连接。 (provider: 命名管道提供程序, error: 40 - 无法打开到 SQL Server 的连接)
在 System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
在 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
在 System.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, SqlConnection owningObject)
在 System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject)
在 System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart)
在 System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)
在 System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)
在 System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)
在 System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)
在 System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)
在 System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)
在 System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
在 System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
在 System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
在 System.Data.SqlClient.SqlConnection.Open()
在 NetCMS.DALProfile.DbHelper.PrepareCommand(DbCommand cmd, DbConnection conn, DbTransaction trans, CommandType cmdType, String cmdText, DbParameter[] cmdParms) 位置 D:\local\home\www\html_rdmu_netcms\_rdmu\rdmu_net_src\NetCMS.DALProfile\DbHelper.cs:行号 345
在 NetCMS.DALProfile.DbHelper.ExecuteScalar(String connectionString, CommandType cmdType, String cmdText, DbParameter[] commandParameters) 位置 D:\local\home\www\html_rdmu_netcms\_rdmu\rdmu_net_src\NetCMS.DALProfile\DbHelper.cs:行号 150
在 NetCMS.DALProfile.DbHelper.ExecuteScalar(CommandType cmdType, String cmdText, DbParameter[] commandParameters) 位置 D:\local\home\www\html_rdmu_netcms\_rdmu\rdmu_net_src\NetCMS.DALProfile\DbHelper.cs:行号 140
在 NetCMS.DALSQLServer.ContentManage.getNewsAccessory(Int32 ID) 位置 D:\local\home\www\html_rdmu_netcms\_rdmu\rdmu_net_src\NetCMS.DALSQLServer\ContentManage.cs:行号 796
在 NetCMS.Content.ContentManage.getNewsAccessory(Int32 ID) 位置 D:\local\home\www\html_rdmu_netcms\_rdmu\rdmu_net_src\NetCMS.Content\ContentManage.cs:行号 506
在 down.getDownInfo() 位置 D:\local\home\www\html_rdmu_netcms\_rdmu\rdmu_net_src\NetCMS.Web\down.aspx.cs:行号 34
在 down.Page_Load(Object sender, EventArgs e) 位置 D:\local\home\www\html_rdmu_netcms\_rdmu\rdmu_net_src\NetCMS.Web\down.aspx.cs:行号 22
在 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
在 System.Web.UI.Control.OnLoad(EventArgs e)
在 System.Web.UI.Control.LoadRecursive()
在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
- 返回上一级
|