TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Bineesh Viswanath
1.3k
424
43.1k
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
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.
Reply
Answers (
4
)
How To Get Value From A Tag Using Reapeter Control
Restfull WCF service Problem