I have COM+ Application (running as a server under user S), where I
inserted
C# class MyServerClass. Now I need call these class - but throw COM+
Application.
If I use VBScript as client - I have no problem:
Set s=CreateObject("MyServerClass")
but If I use C# I down know how I create calling
Client (under user C - written in C#) call class MyServerClass (running
in
COM+ Application under user S).
How can I realize calling? I think: Do I need some wrapper?
Dmytro Lapshyn [MVP] - 13 Apr 2006 13:49 GMT
Ahoj!
This virtual lab should walk you through:
http://www.u2u.net/Article.aspx?ART=msdncominterop
>I have COM+ Application (running as a server under user S), where I
> inserted
[quoted text clipped - 10 lines]
>
> How can I realize calling? I think: Do I need some wrapper?