My code uses :
WebAuthenticationResult WebAuthenticationResult = await
WebAuthenticationBroker.AuthenticateAsync(
WebAuthenticationOptions.None,
StartUri,
EndUri);
just like the Microsoft Web authentication broker sample
It used to work on my desktop and on my tablet (Surface) but now it is not working on my desktop. It throws exception
The process terminated unexpectedly. (Exception from HRESULT: 0x8007042B)
It is working on the tablet and on different windows-8 desktop.
Any suggestion what can cause this exception?