EX1. 1. Create a new ActiveX DLL Project in Visual Basic. 2. Select References from the Project menu and add the following references to the project: 'Microsoft Transaction Server Type Library' (MTXAS.DLL) 'Microsoft Active Server Pages Object Library' (ASP.DLL) 3. Name the Project ObjectCtxtProject and name the Class ObjectCtxtClass. 4. Set the Class Property MTSTransactionMode = 1 - NoTransact..