Archive for the ‘Exception’ Category
Asp.net Web Service Timing Out (0x80004005)
Recently if your webservices started failing / timing out it its worth your time to take a look at this support article.
“HttpException (0x80004005): Request timed out.”
“System.InvalidOperationException: There were not enough free threads in the ThreadPool object to complete the operation”
Contention, poor performance, and deadlocks when you make Web service requests from ASP.NET applications
http://support.microsoft.com/kb/821268
Related Reading :
Item 5 talks about Asp.Net WS
‘The invoked member is not supported in a dynamic module.’
Error ‘The invoked member is not supported in a dynamic module.’ while generating exception string
While Using ASPUnhandledException.dll for exception handling, I received this error via email.
This error message was not at all helpful in production environment.
On careful debugging I found out that my Stored Proc failed.
Instead of giving the reason for Stored Proc failure it gave this obscure message. If someone knows why it gives this message it will be helpful.
(reason my sp failed was because I was calling a non-existing user defined function)