Hi,
I have a program that reads from a serial port. the program works fine but, after reading 100 lines from the serial port i get the following error.
An unhandled exception of type 'MySql.Data.MySqlClient.MySqlException' occurred in MySql.Data.dll
Additional information: 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.
I really don't understand what does it mean.
thanks, Sebastian