System.Web.HttpUnhandledException (0x80004005): Une exception de type 'System.Web.HttpUnhandledException' a été levée. ---> System.Data.SqlClient.SqlException (0x80131904): Impossible d'ouvrir la base de données "bdd_" demandée par la connexion. La connexion a échoué.
Échec de l'ouverture de session de l'utilisateur 'SD-89455\Administrateur'.
à System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
à System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
à System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
à System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
à System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
à System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)
à System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
à System.Data.SqlClient.SqlConnection.Open()
à bBdd.cDataBase.mInitConnection() dans C:\Users\Sylvain\Documents\Mascaron\solution\v.1.0.0.0\swCRM9\swCRM9\bBdd\cDataBase.vb:ligne 554
à bBdd.cDataBase.mExecuteScalar(String Sql) dans C:\Users\Sylvain\Documents\Mascaron\solution\v.1.0.0.0\swCRM9\swCRM9\bBdd\cDataBase.vb:ligne 1009
à bContext.cContext.mInitDomaine() dans C:\Users\Sylvain\Documents\Mascaron\solution\v.1.0.0.0\swCRM9\swCRM9\bContext\cContext.vb:ligne 576
à bContext.cContext.set_pNomCompte(String value) dans C:\Users\Sylvain\Documents\Mascaron\solution\v.1.0.0.0\swCRM9\swCRM9\bContext\cContext.vb:ligne 547
à swCRM5.cSession.msGetNewContext() dans C:\Users\Sylvain\Documents\Mascaron\solution\v.1.0.0.0\swCRM9\swCRM9\swCRM5\cSession.vb:ligne 75
à swCRM5.cSession.msGetContext() dans C:\Users\Sylvain\Documents\Mascaron\solution\v.1.0.0.0\swCRM9\swCRM9\swCRM5\cSession.vb:ligne 25
à swCRM5.loginn.Page_Init(Object sender, EventArgs e) dans C:\Users\Sylvain\Documents\Mascaron\solution\v.1.0.0.0\swCRM9\swCRM9\swCRM5\loginn.aspx.vb:ligne 26
à System.Web.UI.Control.OnInit(EventArgs e)
à System.Web.UI.Page.OnInit(EventArgs e)
à System.Web.UI.Control.InitRecursive(Control namingContainer)
à System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
ClientConnectionId :d541ea91-cea9-4863-8759-88b12f727931
Error Number :4060,State :1,Class :11
à System.Web.UI.Page.HandleError(Exception e)
à System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
à System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
à System.Web.UI.Page.ProcessRequest()
à System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
à System.Web.UI.Page.ProcessRequest(HttpContext context)
à ASP.loginn_aspx.ProcessRequest(HttpContext context)
à System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
à System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
à System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)