Hi,
I've recently upgraded to SL 5.2.2 My application was based on the Prism Explorer sample. It was working great with 5.2.1 but since I upgraded to 5.2.2 I cannot connect to any of the services. Typically, I'm using
em.LoginAsync(credentials, args => LoginCallback(args, em),
null);
but it fails almost immediately. It worked before my upgrade, looked at the breaking changes in the installation guide but no luck.
Anyone else experienced this?