I am seeing this on some of my Windows 2000 servers. This is a web
application and I have to restart IIS admin to allow the user to get
connections again. I am assuming this is clearing up the connection
pool. This is not the error I would expect for a connection leak.
Anybody know what would cause this?
System.invalidcastexception: Specified cast is not valid.
at System.data.sqlclient.counter.modify(int64 add)
at system.data.sqlclient.connectionpool.getconnection(Boolean&
isInTransaction)
at
system.data.sqlclient.sqlconnectionPoolManager.GetPooledConnection(SqlConnectionString
options, Boolean& isInTransaction)
at system.data.sqlclient.sqlconnection.open()