Quote Originally Posted by Arjay View Post
If you went this route, you'd most likely want to go with a COM server exe; otherwise each of the clients consuming the COM object would have a separate copy of the COM dll (rather than one server/many clients). Not sure about the COM route though - it was great in its day or in the non-managed world, but the managed world has other options (that don't have the security restrictions that COM or DCOM has).
thanks for the information. But how can we access the methods/objects from a COM server exe similar to COM server dll from the client side ?