jayson_13
August 15th, 2002, 05:20 AM
following is the error i get when i run my application.
the error keep on displaying even i had restarted my machine!!
An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in design.exe
Additional information: Session cannot be created because maximum number of active sessions was already reached. Consumer must release one or more sessions before creating a new session object.
i have checked my MySQL server and only got one active connection. i have many sql select statement to execute but i only use one recordset... so i guess is not the DB server problem... can anybody tell me what is this problem mean and how to solve?
the error keep on displaying even i had restarted my machine!!
An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in design.exe
Additional information: Session cannot be created because maximum number of active sessions was already reached. Consumer must release one or more sessions before creating a new session object.
i have checked my MySQL server and only got one active connection. i have many sql select statement to execute but i only use one recordset... so i guess is not the DB server problem... can anybody tell me what is this problem mean and how to solve?