Hi there,
I've built a Windows Service in C# using Visual Studio 2008. I've built it, navigated to the folder in which it's stored using the Visual Studio command prompt, and used the command: installutil MyWindowsService.exe. It installs just fine and I can see it in the services manager. However, when I go to run it, it will not execute any of my code. The code is supposed to send an email to my Gmail address confirming that it actually works. I've tested this code in a console application and it work just fine. The Service will not execute it, however.
Any ideas on what I should try?
Thanks in advance.