FIX: Error Using UsesTransaction for MTSTransactionMode
ID: Q190980
|
The information in this article applies to:
-
Microsoft Visual Basic Professional and Enterprise Editions for Windows, version 6.0
SYMPTOMS
When running an ActiveX DLL application where a procedure has the
MTSTransactionMode property set to UsesTransaction, the following error
occurs the first time the application is run:
You have set the MTSTransactionMode property for one or more Classes in
your project(s), but Microsoft Transaction Server is not installed or is
the wrong version. This feature requires Windows NT 4.0 with Service
Pack 4 or later. MTS functionality will be disabled. Do you want to
run anyway?
Any subsequent runnings of the application do not generate the error.
RESOLUTION
This error occurs when Windows NT SP4 has not been installed, or when Windows NT Option Pack 4.0 was installed after the installation of Windows NT SP4. To resolve this problem you should re-apply Windows NT SP4.
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article.
This problem has been resolved in Windows NT SP4.
MORE INFORMATION
Steps to Reproduce
- Start Microsoft Visual Basic, creating a new ActiveX DLL project. Class1
is created by default.
- From the Tools menu, click Add Procedure.
- In the Name box, type MyProcedure and click OK.
- In the Properties window, in the MTSTransactionMode list, click
UsesTransaction.
- From the File menu, click Make Project1.dll.
- From the Project menu, click Project1 Properties, and then click the
Component tab.
- In the Version Compatibility section, click Binary Compatibility, and
then click OK.
- Press the F5 key to run the application.
NOTE: Click OK if the Project1 Properties dialog box is displayed with
the Debugging tab visible.
- The error above will appear.
NOTE: Click Cancel to return to the Visual Basic IDE.
- Press the F5 key again to run the application. The error message is not
displayed a second time and allows for the application to be run.
Additional query words:
kbdss kbDSupport kbVBp kbVBp600bug kbIDE kbActiveX
Keywords : kbVBp600bug kbGrpVB
Version :
Platform : WINDOWS
Issue type : kbbug