We use ServicedComponents for our data access components. I remember in
.NET 1.0 on Windows 2000 (COM+ 1.0) we had to use GipActivityBypass and
DisableAsyncFinalization to get around a thread deadlock condition.
Now our .NET 1.1 ServicedComponents religious call dispose up and down the
call chain on ServicedComponents.
Are these flags still applicable to COM+ 1.5 running on Windows Server 2003
SP1 or are they now unecessary??
Thanks