WebOPAC error details
ExecuteNonQuery requires an open and available Connection. The connection's current state is closed.
Message:
ExecuteNonQuery requires an open and available Connection. The connection's current state is closed.
Stack trace:
at System.Data.SqlClient.SqlCommand.ValidateCommand(String method, Boolean async)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at NetBiblioBase.DBMisc.ExecuteSQL(IDbConnection c, IDbTransaction t, String sSQL)
at NetBiblioBase.CDatabase.OpenDatabase(String sConnectionString, String sApplication, Int32 nRetryTimeout, Int32 nRetries)
at NetBiblioWeb.WebOPAC.CWebOpacApplication.InitApplication()
at NetBiblioWeb.CWebApplication.StartDefaultInstance(String sConnectionString)
at WebOPAC4.MvcApplication.Application_Start()
--------------------------------------------------