.net API in windows service Error running ConnectedThingClient config.
I am trying to get a .NET (C#) windows service running using the thingwork .net API. Everything builds and the service installs. On launch, the ConnectedThingClient constructor calling base fails on the TWAPI dll. I have tried 'any cpu', x64 specific and x86 specific builds/installs and they result in either a bad configuration error from windows a 607 TWAPI error.
Has anyone written/installed/run a windows service to interact with the TW platform through the TW .NET API?

