Bineesh Viswanath

Bineesh Viswanath

  • 1.2k
  • 391
  • 39k

crossed red line in C# Winform and hangs application

Feb 21 2018 8:01 AM
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
  1. try  
  2. {  
  3. if (FrmAdvSrchObj == null)  
  4. {  
  5. FrmAdvSrchObj = new FrmBankAdvanceSearch();  
  6. FrmAdvSrchObj.FormClosing += frmAdvSrchObj_FormClosing;  
  7. FrmAdvSrchObj.ShowDialog();  
  8. }  
  9. }  
  10. catch (Exception ex)  
  11. {  
  12. RadMessageBox.Show(ex.Message + "\nDash Board: 051""CollectPlus - Dashboard", MessageBoxButtons.OK,  
  13. RadMessageIcon.Error);  
  14. }  
Kindly reply with a solution.

Answers (4)