Forum Discussion
Pedro-Goncalves
Aug 30, 2023Copper Contributor
"Thread was interrupted from a waiting state" from DbConnectionPool.CleanupCallback
Hi, I'm getting this error, and I'm not able to fix it, or even understand from where it comes. I'm also sure that all my SqlConnection are instanciated with Using (VB.NET), so the Dispose shoul...
AddWebSolution
Sep 07, 2023Brass Contributor
Hi Pedro-Goncalves,
Thanks for posting your issue here.
Here is the solution of your problems:
https://stackoverflow.com/questions/35979245/vb-net-does-sqlconnection-get-closed-automatically-in-a-try-catch-if-exception-i
let me know if you have any query on this.
Best Regards,
AddWebSolution
Thanks for posting your issue here.
Here is the solution of your problems:
https://stackoverflow.com/questions/35979245/vb-net-does-sqlconnection-get-closed-automatically-in-a-try-catch-if-exception-i
let me know if you have any query on this.
Best Regards,
AddWebSolution