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:
Is there anything I have to do in addition to use connection strings?