Thanks,
So i should create a Windows Services project yes?
I was going to just create an application but i've heard that C#
applications dont expose there methods very well.
So basically I create a Windows service and then have
using System.EnterpriseServices.ServicedComponent;
in the code.
Do i still need to use the GUID like
[GUID("4C461257-82C2-43c4-B52D-66FAB55A851F")] on the methods that i
need to expose?
Thanks
Millzy
dan.c.roth@gmail.com - 06 May 2005 14:20 GMT
Hi
No, not a Windows Services project, you want a COM+ application in
.NET. That is hosted by Component Services.
Do some research about COM+ and .NET
Regards,
Daniel Roth
MCSD.NET