|
-
July 22nd, 2009, 01:46 AM
#10
Re: Exposing C# types from a windows service
 Originally Posted by Arjay
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 ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|