I have created a console app for receiving files thru sockets.
Now what i need to do is to change it to a windows service so that it will dynamically keep receiving files all the times -- and store them in a separate folder.
The problem is that-
1) am not able to install the service , an exception gets raised. As a result "the windows marks my service for deletion."