I cannot get the xsockets.net windows service to work. Currently, I'm using this source because I couldn't find a better one
- the solution was built in VS2012Express edition,
- installed it using .NET v4 framework InstallUtil.exe
- When trying to start the service in windows service dialogue it gives a dialogue saying:
"The XSockets.NET service on Local Computer started and then stopped." The Windows event viewer just lists: "The XSockets.NET service entered the stopped state."
I'm all newbie to .NET and C#, just trying to get websockets to work and going a little crazy on this issue :-)
Any help appreciated.