Hi Johan,
I'll look into this issue but please open a bug on
https://github.com/MSOpenTech/Redis
Thanks
Claudio
On Thursday, October 4, 2012 12:53:53 AM UTC-7, Johan Vauhkonen wrote:
> I'm trying to setup Redis as a Windows Service by following this guide,
>
https://github.com/SignalR/SignalR/wiki/SignalR-with-Redis-Running-on... > However, when I try to start the service through Powershell I get an
> exception.
> (Get-Service -Name RedisWatcherSvc).Start()
> Exception calling "Start" with "0" argument(s): "Cannot open
> RedisWatcherSvc service on computer '.'."
> At line: 1 char:42
> + (Get-Service -Name RedisWatcherSvc).Start <<<< ()
> + CategoryInfo : NotSpecified: (:) [], MethodInvocationException
> + FullyQualifiedErrorId: DotNetMethodException
> What am I doing wrong?