MSDTC Wrap Directly?

  • Thread starter Thread starter localhost
  • Start date Start date
L

localhost

Looking for any sample code on using MSDTC directly, without
inheriting from ServicedComponent. I want to use MSDTC with xcopy
deployment, so nothing can be hard-installed into the COM+ catalog or
require Administrator rights. OS is XP and Win2003.

Thanks.
 
Hi localhost,

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need some sample for MSDTC
directly, not using .NET enterprise services. If there is any
misunderstanding, please feel free to let me know.

Here I have found some sample in MSDN.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/samples/sam
p_msdtc_61tf.asp

The samples are written in C++. Also, there are some .NET samples, you can
find one from the following link:

http://blogs.msdn.com/florinlazar/

HTH.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Back
Top