I am trying to setup a transaction in COM+:

Dim myTransaction = ObjectContext
Set myTransaction = GetObjectContext

Returns error code 91, object variable or with block variable not set. The MSDN documentation says this is can't be used for Windows 2000, however it doesn't provide an example of how it should be done.