Hi,
I have a windows service which basically send email every midnight. Now i try to make deployment package to install the service at production server.
I add the deployment project and add did the configuration for the deployment. Build the service and after that build the deployment project. everything fine.
I get setup.exe file. I try to install on my local machine and installation going fine., there is not error during wizard of installation.
However i checked the directory where the install files should i did not seen my application there. I seen new service added in the services.
Once i tried to start the service i got the following error.
"error 1083 the executable program that this service is configured to run in does not implement the service".
No idea what to do. I am using windows 7 and visual studio profession 2013.
I am creating deployment package whenever i update the service. But recently i am getting this error message.
Please help me. Thanks in advance.
/Shahid