Hi,
I am getting following error while trying to execute a Stored Procedure using Microsoft Application Blocks [Data Access Block]
"Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding."
If I run the Stored Procedure from SQL management Studio, it takes 00:01:20 [hh:mm:ss] but works. In my Windows application the same SP throws an exception with the above mentioned error message just after 31 seconds everytime.
Any help, ideas on this?
Regards