S
Steffen Balslev
Hi boys and girls.
Need some advice from you code gurus out there
.
Have:
ServiceA
COM+ Adapter
ServiceB
Known issues.
Each component runs in different identity.
I am not able to modify ServiceA.
ServiceA can only communicate using COM.
Problem: Sending messages from ServiceA to ServiceB.
Current solution:
ServiceA creates COM+ Adapter object
COM+ Adapter calls ServiceB using .NET remoting.
Wanted solution:
ServiceA creates COM component witin ServiceB excluding the COM+
identity and activation issues.
Issue: Is it possible?????
Tnx.
//Steffen
Need some advice from you code gurus out there

Have:
ServiceA
COM+ Adapter
ServiceB
Known issues.
Each component runs in different identity.
I am not able to modify ServiceA.
ServiceA can only communicate using COM.
Problem: Sending messages from ServiceA to ServiceB.
Current solution:
ServiceA creates COM+ Adapter object
COM+ Adapter calls ServiceB using .NET remoting.
Wanted solution:
ServiceA creates COM component witin ServiceB excluding the COM+
identity and activation issues.
Issue: Is it possible?????
Tnx.
//Steffen