-
MTS debugging
Dear all,
How does one debug an MTS component in VB. I have an MTS project ACtivex DLL and a test project in a VB project group. When I try to run the test project to debug the MTS project I get an error message the MTS is not installed properly and NT service Pack 4.0 and above is required. I have met all these requirements yet I get this error. Any solutions.
-
-
-
Well I reinstalled SP4 and got over the problem. However I have a new problem now. When I debug the activexDLL it does not step into the Activate and Deactivate methods of the ObjectControl interface. Therefore my external objects which are referred to in this project are not initialized although MTS explorer shows those objects to be spinning wildly. Any suggestions.