Windows service does not get started through activator.createinsta -
10-02-2007
, 07:27 PM
I created my own window service to host my DLL.
In client which is windows form, I activate DLL class via
activator.createinstance, It throws error if windows service is stop, if i
already started my windows service, then it works, I have tried with all
activation options.
Is it different from DCOM. |