Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

calling unmanaged code from managed

Status
Not open for further replies.

poruchikN

Programmer
Feb 12, 2004
14
LT
Hi!

I've got such a situation:

MTS server is written in CTD.
COM+ server written in C# wrappes this MTS server
client written in CTD is using the COM+ server

This was done to be able to use object poooling.
(CTD MTS servers do not support it)

When I run the client, I don't see the COM+ wrapper activated in Component Services Explorer, but I see
that MTS server is running.

What does this mean and will I be able
to pool C# wrappers ?

Thank You
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top