I've updated the catel nuget package in my WinForms project and now the PleaseWaitHelper.Show() method returns a null reference exception. Hopefully someone will be able to shed some light on this?
Here is the code:
private void btnLogin_Click(object sender, EventArgs e)
{
PleaseWaitHelper.Show("Logging in");
ValidateAndLoginUser();
PleaseWaitHelper.Hide();
}
The version I was using before was 3.6 and I've updated to 3.9.