Design Question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
I dont want a COM Callable wrapper. (I have tried it its very slow)
Is there any other way of doing it
 
Back
Top