authentication.ConfigureDomain("Domain Name");
authentication.Login(new LoginCredential("username", "password", ""));
This use to work with Cockail 1.0.1 now i get this
You must first set a valid CompositionProvider by using Composition.SetProvider.
anything changed?