Hi all,
I have the problem that after a period of idle DI looses the connection to the database.
I am creating an UI/DI application, and upon startup I connect to the database with DI. If I leave the workstation idle for eg. 10 minutes, 99% of the times the connection to the database has been lost.
Anyone else having experience with this? What have you done to solve the problem?
Regards
Jesper Carstensen
I've had a similar problem when using VB.Net and C#.Net with the 1.0 framework runtime installed.
I found that if I installed version 1.1 of the .Net framework on the users PC it solved the problem.
Add a comment