I need to monitor USB devices through windows service in dotnet, so need help on this.
Currently ihave windows forms where wndproc works but when i call this form from windows service, service is not starting but form is running to capture my actions i perform in usb devices.
How to rectify this windows service start error 1053?
Thanks
bala
Currently ihave windows forms where wndproc works but when i call this form from windows service, service is not starting but form is running to capture my actions i perform in usb devices.
How to rectify this windows service start error 1053?
Thanks
bala
Comment