Couple of follow-up items...
First, I tried running the app in console mode without admin privs,
and everything works as expected there, so it doesn't appear to be a
permissions issue from what I can tell at this point.
Second, I built the latest source from Github, and installed the clock
sample as a service...well, it *works*, but it only really works as
well as mine does as far as I can tell. It doesn't really *do*
anything when installed as a service. There's no console to write to,
and it's not writing anything to a log file when it runs, so...it's
kinda hard to tell if that really confirms or denies anything.
Have others used this for installing/running standalone services like
this successfully? Is it an OS issue maybe? I'm running this on 64bit
Win7 Ultimate. Haven't tried it on anything else. I haven't tried
actually debugging Topshelf or anything like that yet. That may end up
being my next step if I get the time, but I chose Topshelf in the
first place because I'm kinda under a time crunch and this looked like
I could get this up-and-running fast...It appears to be a great
framework, and I appreciate the work that's gone into it, but I've
tried it in both shelf and standalone mode now, and neither has worked
at all for me so far.