Click to See Complete Forum and Search --> : How to implement an Automation Server with Visual C#.Net?


FreeOperator
February 2nd, 2003, 09:24 PM
Dear all,

I have worked out a sample automation server with VC++. It runs as a standalone application while exposing some objects with properties and methods to automation clients written in VB/VBScript. Just like those MS Office Automation Servers such as Word and Excel. Now I need to actually implement this automation server with VC#.Net. Being new to the Dot Net world, I am wondering what the Dot Net equivalent is for the Automation Server? Is there any related article to which I can refer to get started? (I have searched the Microsoft's support center for VC#.Net and ended up with a whole bunch of articles on how to implement an automation client with VC# to work with MS Office automation servers, such as Word and Excel, instead of how to implement such an automation server.)
Please advise and thanks in advance...

Cheers,
Tracy

pareshgh
February 17th, 2003, 05:48 PM
hi this site will get you started building an
automation server

the steps are listed try it out

automationserver (http://www.gekko-software.nl/DotNet/Art03.htm)

-Paresh