M
michael
Not quite sure where to post this.
I have an app that connects to SQL Server 2K via a client
written in VB .NET 2003(dotnetframework 1.1). It gets its
connection to the server by creating a connection object
(New SqlConnection(strConnectionString)).It has been
running without problems for a couple of months(no
changes in code).
Temporally related to the presence of the Blaster worm,
connections to the server have started to fail, and the
following exception is
returned: "System.OutOfMemoryException". Connection to
the server cannot be restored unless the computer is
rebooted. I seem to have plenty of available memory on
the computers and the computers don't seem to be infected
by the Blaster worm.
It seems sort of odd that a stable version of software
should all of the sudden start to fail with this unusual
exception.
Any thoughts?
Michael
I have an app that connects to SQL Server 2K via a client
written in VB .NET 2003(dotnetframework 1.1). It gets its
connection to the server by creating a connection object
(New SqlConnection(strConnectionString)).It has been
running without problems for a couple of months(no
changes in code).
Temporally related to the presence of the Blaster worm,
connections to the server have started to fail, and the
following exception is
returned: "System.OutOfMemoryException". Connection to
the server cannot be restored unless the computer is
rebooted. I seem to have plenty of available memory on
the computers and the computers don't seem to be infected
by the Blaster worm.
It seems sort of odd that a stable version of software
should all of the sudden start to fail with this unusual
exception.
Any thoughts?
Michael