Dear Sir,
My winform application showing a error. see the screenshot below:-
This error occurs once in a day when i running the application.
Here i pasting my c# code
- try
- {
- if (FrmAdvSrchObj == null)
- {
- FrmAdvSrchObj = new FrmBankAdvanceSearch();
- FrmAdvSrchObj.FormClosing += frmAdvSrchObj_FormClosing;
- FrmAdvSrchObj.ShowDialog();
- }
- }
- catch (Exception ex)
- {
- RadMessageBox.Show(ex.Message + "\nDash Board: 051", "CollectPlus - Dashboard", MessageBoxButtons.OK,
- RadMessageIcon.Error);
- }

Kindly reply with a solution.
Bineesh ViswanathPosted Feb 21, 2018, 9:30 AM
Nilesh ShahPosted Feb 21, 2018, 9:23 AM
Bineesh ViswanathPosted Feb 21, 2018, 9:16 AM
Nilesh ShahPosted Feb 21, 2018, 8:43 AM