How to run a COM .dll on a remote server?

Posted by PrgTrdr on Stack Overflow See other posts from Stack Overflow or by PrgTrdr
Published on 2010-04-18T17:23:14Z Indexed on 2010/04/18 19:43 UTC
Read the original article Hit count: 190

Filed under:
|
|

I have a legacy 3rd party COM .dll that is used to provide an Excel-callable interface to a proprietary database product. The .dll runs on the same physical machine as Excel. I have a need to execute the .dll (and the database it is calling) on a remote server while still maintaining simple Excel callability from the client. I'm totally confused by all the different MS technologies that seem to hint there is an easy way to do this. Can someone please point me in the right direction (easier is better)?

© Stack Overflow or respective owner

Related posts about com

Related posts about dll