Am getting the same error while trying to login.
mscorlib exists in ignored patterns' list.
PLease suggest how can i get rid of this??
Here's the code:
public void Login()
{
IsBusy = true;
IsLoggedIn = false;
var lc = new LoginCredential(UserName, Password, null);
_authenticationService.LoginAsync(lc, OnSuccessFullLogin, OnFail);
}
The code breaks on the last line that's bold and never reaches the OnSuccessFullLogin().
Am using compatibility packs for both devforce and cocktail 2012.
PLease suggest how can i get rid of this??