You may use the Services Microsoft Management Console (MMC) snap-in (services.msc) and the Local Security Settings MMC snap-in (secpol.msc) to view the service configuration and the account configuration.
I have an application that's running 24/7 without attendance. It's deployed via ClickOnce and needs to check and download updates by itself. It checks for updates at application startup and at scheduled time at night. When it does it on startup, it works perfectly fine. However, when it does it [...] read more
When I publish and install my C# app on a Windows 7 machine, I've got it installed and working beautifully. The app uses Microsoft.Office.Interop.Outlook. After fixing a bug, I increased the version number and publish again. But this time, the app fails to install. The log file seems to indicate [...] read more