A
ariella
I have an COM+ object on machine A. I can call it from a Windows Form
app on machine B using the Activator class. However, when I try doing
it from a wev service I get a System._ComObject instead of my intf. I
tried to call
Intf = (Intf) Marshal.CreateWrapperOfType(o, typeof(intf));
This fails.
I will appreciate any advice.
ariella
app on machine B using the Activator class. However, when I try doing
it from a wev service I get a System._ComObject instead of my intf. I
tried to call
Intf = (Intf) Marshal.CreateWrapperOfType(o, typeof(intf));
This fails.
I will appreciate any advice.
ariella