A multithreaded VB.NET Windows Service uses a FilesystemWatcher in each
thread.
The FilesystemWatcher event handler calls a VB6 COM+ component
"MEDAMBusiness.CMilDispatch".
After reboot of the server PC a MessageBox with the Error "COM Surrogate
encountered a problem..." pops up.
There is n...
more >>
Hi
I'm writing a COM+ component that takes advantage of COM+ automatic
transactions. I'm using classes in the System.Data.Odbc namespace to
connect to a Firebird 1.5 database.
The problem is, transactions don't seem to roll back properly when an
error occurs (some database actions are co...
more >>