I am tying to use the connection string and specify the DefaultUserCredentials parameter as described in the docs:
http://docs.geteventstore.com/dotnet-api/3.9.0/connecting-to-a-server/
However, I get this error:
Can not map field named [defaultusercredentials, admin:changeit] as type UserCredentials has no translator
My connection string looks like this:
<add name="eventStore" connectionString="ConnectTo=tcp://admin:changeit@localhost:1113; DefaultUserCredentials=admin:changeit; HeartBeatTimeout=500;"/>
Is there anything I have to do in addition to use connection strings?