C#+Mysql Runs out of Connections. I am using 'using' and closing all connections immediately.
- by Cyril Gupta
In the application that I am making right now, I am getting this error:
error connecting: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.
Evidently I am touching max-count in the connection pool. I am…