I build a new window service on my machine and copy the whole proj to the server and try to install the window service on server machine . i dont install the service in my machine...
i get the following error :
An exception occurred during the Install phase. System.ComponentModel.Win32Exception: The name is already in use as either a se vice name or a service display name
but if i run install in my local machine it works.
is it because the project i have built in my machine and that service somehow get registered to my IP.
Serivce name also i have kept it is unique.
any suggestions ppl?