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
mahesh parimi
NA
1
4.1k
An operation was attempted on a nonexistent network connecti
Mar 8 2013 12:22 AM
Hi
I am running server(in C#) that handles multiple requests by creating threads
while (true)
{
HttpListenerContext request = m_listener.GetContext();
ThreadPool.QueueUserWorkItem(ProcessRequest, request);
}
While runnning the Application i Found some exceptions Occationally
Exception 1: An operation was attempted on a nonexistent network connection
Exception 2: The I/O opertion has been aborted because thread exit or an Application request
how to resolve these Exceptions
regards,
mahesh
Reply
Answers (
0
)
icon customization
SQL Server Restore Database From Backup File with C#