C
Chris Dawson
Just applied SP1 for v1.1 of the .NET Framework, and we're receiving
the following error message when closing a SqlConnection, that has
been manually enlisted in a distributed transaction:
An event was unable to invoke any of the subscribers
Server stack trace:
System.Runtime.InteropServices.COMException
at System.Runtime.InteropServices.UCOMIConnectionPoint.Advise(Object
pUnkSink, Int32& pdwCookie)
at System.Data.SqlClient.ConnectionPool.PutConnectionManualEnlisted(SqlInternalConnection
con)
at System.Data.SqlClient.ConnectionPool.PutDeactivatedConnection(SqlInternalConnection
con)
at System.Data.SqlClient.SqlConnection.Close()
at System.Data.SqlClient.SqlConnection.Dispose(Boolean disposing)
The server is a Windows 2000 Server, with SP3 applied. Has anyone
else ran into this? I noticed one other post about this on
08/19/2004:
http://groups.google.com/groups?hl=...invoke+any+of+the+subscribers%22+COMException
But the user was running on Windows 2003 or XP, and was utilizing the
ServiceDomain class. We're not doing utilize either of these.
Any help would be greatly appreciated.
- Chris
the following error message when closing a SqlConnection, that has
been manually enlisted in a distributed transaction:
An event was unable to invoke any of the subscribers
Server stack trace:
System.Runtime.InteropServices.COMException
at System.Runtime.InteropServices.UCOMIConnectionPoint.Advise(Object
pUnkSink, Int32& pdwCookie)
at System.Data.SqlClient.ConnectionPool.PutConnectionManualEnlisted(SqlInternalConnection
con)
at System.Data.SqlClient.ConnectionPool.PutDeactivatedConnection(SqlInternalConnection
con)
at System.Data.SqlClient.SqlConnection.Close()
at System.Data.SqlClient.SqlConnection.Dispose(Boolean disposing)
The server is a Windows 2000 Server, with SP3 applied. Has anyone
else ran into this? I noticed one other post about this on
08/19/2004:
http://groups.google.com/groups?hl=...invoke+any+of+the+subscribers%22+COMException
But the user was running on Windows 2003 or XP, and was utilizing the
ServiceDomain class. We're not doing utilize either of these.
Any help would be greatly appreciated.
- Chris