whuacn / gcchallenge

Automatically exported from code.google.com/p/gcchallenge
0 stars 1 forks source link

Падает при выборе Shop->Users Baskets #52

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
http://www.gmatclubchallenge.com/ManageShop.aspx?panel=baskets

Server Error in '/' Application.
---------------------------------------------------------------------------
-----

An error has occurred while establishing a connection to the server.  When 
connecting to SQL Server 2005, this failure may be caused by the fact that 
under the default settings SQL Server does not allow remote connections. 
(provider: SQL Network Interfaces, error: 26 - Error Locating 
Server/Instance Specified) 

[SqlException (0x80131904): An error has occurred while establishing a 
connection to the server.  When connecting to SQL Server 2005, this 
failure may be caused by the fact that under the default settings SQL 
Server does not allow remote connections. (provider: SQL Network 
Interfaces, error: 26 - Error Locating Server/Instance Specified)]
   System.Data.SqlClient.SqlInternalConnection.OnError(SqlException 
exception, Boolean breakConnection) +734867
   System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning
(TdsParserStateObject stateObj) +188
   System.Data.SqlClient.TdsParser.Connect(Boolean& useFailoverPartner, 
Boolean& failoverDemandDone, String host, String failoverPartner, String 
protocol, SqlInternalConnectionTds connHandler, Int64 timerExpire, Boolean 
encrypt, Boolean trustServerCert, Boolean integratedSecurity, 
SqlConnection owningObject, Boolean aliasLookup) +820
   System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist
(SqlConnection owningObject, SqlConnectionString connectionOptions, String 
newPassword, Boolean redirectedUserInstance) +628
   System.Data.SqlClient.SqlInternalConnectionTds..ctor
(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, 
Object providerInfo, String newPassword, SqlConnection owningObject, 
Boolean redirectedUserInstance) +170
   System.Data.SqlClient.SqlConnectionFactory.CreateConnection
(DbConnectionOptions options, Object poolGroupProviderInfo, 
DbConnectionPool pool, DbConnection owningConnection) +130
   System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection
(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions 
options) +28
   System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection 
owningObject) +424
   System.Data.ProviderBase.DbConnectionPool.UserCreateRequest
(DbConnection owningObject) +66
   System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection 
owningObject) +496
   System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection 
owningConnection) +82
   System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection 
outerConnection, DbConnectionFactory connectionFactory) +105
   System.Data.SqlClient.SqlConnection.Open() +111
   System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable
[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, 
IDbCommand command, CommandBehavior behavior) +121
   System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 
startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior 
behavior) +162
   System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) +107
   AccessControl.acl_userTableAdapters.base_user_infoTableAdapter.GetData
() in C:\savis\gcchallenge\src\AccessControl\acl_user.Designer.cs:785

[TargetInvocationException: Exception has been thrown by the target of an 
invocation.]
   System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] 
arguments, SignatureStruct& sig, MethodAttributes methodAttributes, 
RuntimeTypeHandle typeOwner) +0
   System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] 
arguments, Signature sig, MethodAttributes methodAttributes, 
RuntimeTypeHandle typeOwner) +72
   System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags 
invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, 
Boolean skipVisibilityChecks) +296
   System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags 
invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) +29
   System.Web.UI.WebControls.ObjectDataSourceView.InvokeMethod
(ObjectDataSourceMethod method, Boolean disposeInstance, Object& instance) 
+482
   System.Web.UI.WebControls.ObjectDataSourceView.ExecuteSelect
(DataSourceSelectArguments arguments) +2040
   System.Web.UI.DataSourceView.Select(DataSourceSelectArguments 
arguments, DataSourceViewSelectCallback callback) +17
   System.Web.UI.WebControls.DataBoundControl.PerformSelect() +149
   System.Web.UI.WebControls.BaseDataBoundControl.DataBind() +70
   System.Web.UI.WebControls.GridView.DataBind() +4
   System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound() +82
   System.Web.UI.WebControls.CompositeDataBoundControl.CreateChildControls
() +69
   System.Web.UI.Control.EnsureChildControls() +87
   System.Web.UI.Control.PreRenderRecursiveInternal() +41
   System.Web.UI.Control.PreRenderRecursiveInternal() +161
   System.Web.UI.Control.PreRenderRecursiveInternal() +161
   System.Web.UI.Control.PreRenderRecursiveInternal() +161
   System.Web.UI.Control.PreRenderRecursiveInternal() +161
   System.Web.UI.Control.PreRenderRecursiveInternal() +161
   System.Web.UI.Page.ProcessRequestMain(Boolean 
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1360

Original issue reported on code.google.com by asa...@gmail.com on 14 Mar 2007 at 7:31

GoogleCodeExporter commented 8 years ago

Original comment by to.und...@gmail.com on 17 Mar 2007 at 2:31