Hi all,
I have trouble with creating Windows Service serving as COM server
I have created Service Application and com object in it, register and start it
when i try to create com from client app - a new process of service is started.
Question is: how do i avoid the start of new process, i want the process of service to be used.
I have also tried to create ordinary application and com object in it. When i start the application it serves as com server and when i create com from client application - no new processes are started and com object can access resources within com server.
how do i do that using windows service?
Thanks