Server Error in '/' Application.

ERROR [HYT00] [MySQL][ODBC 3.51 Driver]User wse177379 already has more than 'max_user_connections' active connections

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.Odbc.OdbcException: ERROR [HYT00] [MySQL][ODBC 3.51 Driver]User wse177379 already has more than 'max_user_connections' active connections

Source Error:


Line 139:        IFormatProvider culture = new CultureInfo("sv-SE", true);
Line 140:
Line 141:        conDB.Open();
Line 142:        IDbCommand dbcmd = conDB.CreateCommand();
Line 143:

Source File: c:\webs\talkactive\wse177379\pingstkyrkan.grabo.org\App_Code\clsDB.cs    Line: 141

Stack Trace:


[OdbcException (0x80131937): ERROR [HYT00] [MySQL][ODBC 3.51 Driver]User wse177379 already has more than 'max_user_connections' active connections]
   System.Data.Odbc.OdbcConnection.HandleError(OdbcHandle hrHandle, RetCode retcode) +35
   System.Data.Odbc.OdbcConnectionHandle..ctor(OdbcConnection connection, OdbcConnectionString constr, OdbcEnvironmentHandle environmentHandle) +131
   System.Data.Odbc.OdbcConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject) +98
   System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup) +27
   System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +47
   System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +105
   System.Data.Odbc.OdbcConnection.Open() +37
   clsDB.GetEvents(String[] Nodes, DateTime dFrom, DateTime dTom) in c:\webs\talkactive\wse177379\pingstkyrkan.grabo.org\App_Code\clsDB.cs:141
   clsDB.GetEvents(Int32 iNodeId, DateTime dFrom, DateTime dTom) in c:\webs\talkactive\wse177379\pingstkyrkan.grabo.org\App_Code\clsDB.cs:53
   pingst_default.GetEvents(String filter) in c:\webs\talkactive\wse177379\pingstkyrkan.grabo.org\default.aspx.cs:283
   pingst_default.Page_Load(Object sender, EventArgs e) in c:\webs\talkactive\wse177379\pingstkyrkan.grabo.org\default.aspx.cs:199
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +33
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +47
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436


Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433