Article ID: 830118 - Last Review: April 23, 2007 - Revision: 1.5 You receive a "Timeout expired" error message when you run a Visual Studio .NET 2003 applicationSYMPTOMSWhen you enable the SQL Server
debugging feature in Microsoft Visual Studio .NET 2003, and then you run an application, you receive the following
error message: 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. CAUSEThe SQLClient Pool runs out of
SqlInternalConnection objects. WORKAROUNDTo work around this problem, use one of the following methods: Method 1Change your project configuration to Release mode. To do this, follow these steps:
Method 2Change the Debug mode configuration properties of your project. To do this, follow these steps:
STATUS This
behavior is by design. MORE INFORMATION
REFERENCESFor
more information about pooling in MDAC, visit the following Microsoft Developer
Network (MSDN) Web site: http://msdn2.microsoft.com/en-us/library/ms810829.aspx
(http://msdn2.microsoft.com/en-us/library/ms810829.aspx)
| Article Translations
|

Back to the top
