I have a Managed Server (.NET) and a COM Client
The Server SDk is in .NET(not remoteable)
I have to get some information from the server and display it on client
machine.
How should I design my application
ComNet - 22 Jun 2005 12:11 GMT
I dont want a COM Callable wrapper. (I have tried it its very slow)
Is there any other way of doing it
> I have a Managed Server (.NET) and a COM Client
>
[quoted text clipped - 4 lines]
>
> How should I design my application