I'm getting an error when I try to open a new SmartObjectClientServer() object. The string I pass into the SCConnectionStringBuilder object (that in turn passes the initialization string into the SmartObjectClientServer ctor) looks like this (I added some extra decorations to see if they'd help):
AuthData=true;WindowsDomain=litwareinc.com;Port=5555;Integrated=true;Host=litwaredemo
I'm 90% sure that the issue I'm having is one of security, but I'm not exactly sure why - i'm logged in under the same security setting used to run the service...
On a possibly similar note, could someone point me to a document that talks about roles and security?
Thanks