MTS Microsoft Transaction Server 
Author Message
 MTS Microsoft Transaction Server

Scenario:  I have 2 DLL's that I have deployed in MTX(on a server) and a
simple interface sitting on my PC.  My interface accesses DLL1, which calls
to DLL2, gets and answer.  DLL1 sends the answer back to the interface.

It keeps telling me that DLL1 cannot create object DLL2.
(Yes I've referenced the MTS object.)
(And yes I've set the Transaction tab on both components to 'Requires a New
Transaction' and 'Requires a Transaction', respectively.)
(Yes, I exported the package and installed the client application on my PC.)

In DLL1 I'm using the code:

'**************************************************************************
Dim objContext as ObjectContext
Dim objSqRoot As clsFigureSqRoot

objContext = GetObjectContext()

Set objSqRoot = objContext.CreateInstance("clsFigureSqRoot")

'**************************************************************************
Questions:
1) Do I need to compile DLL2 with Remote Server Files, since DLL2 which is
sitting on the same server is accessing it?

If you have some insight into all this, please send me an email.  I am
losing my hair at warp speed over this.

Thanks in advance,

Maria Turpin



Fri, 25 May 2001 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. MTS - Microsoft Transaction Server

2. MTS - Microsoft Transaction Server

3. How to use Crystal Report 8.0 together with MTS (Microsoft Transaction Server)?

4. No Microsoft Transaction Server Type Library in Windows 2000 Advanced Server

5. Migration MTS projects to 2000, Old References to Transaction Server Type Library

6. Transaction scope using ADO with SQL Server 7 and MTS

7. When to use MTS transactions and ADO Transactions

8. Microsoft transaction server

9. Microsoft Transaction Server (Help me please)

10. Microsoft Transaction Server..?

11. Win2k: Microsoft Transaction Server Type Library missing

12. VB5 and Microsoft Transaction Server Free Seminar (Tonight)

 

 
Powered by phpBB® Forum Software