Advertisement
Guest User

Untitled

a guest
Oct 30th, 2013
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. Server Error in '/ICS' Application.
  2.  
  3. WebClient does not support concurrent I/O operations.
  4.  
  5. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
  6.  
  7. Exception Details: System.NotSupportedException: WebClient does not support concurrent I/O operations.
  8.  
  9. Source Error:
  10.  
  11. An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
  12.  
  13. Stack Trace:
  14.  
  15.  
  16. [NotSupportedException: WebClient does not support concurrent I/O operations.]
  17. System.Net.WebClient.ClearWebClientState() +3607038
  18. System.Net.WebClient.DownloadString(Uri address) +196
  19. Jenzabar.ICS.Meetings.BigBlueButtonConnector.GetMeetingStatus(Meeting meeting) +245
  20. Jenzabar.ICS.Web.Portlets.MeetingPortlet.Views.MeetingViewBase.<UpdateCurrentSessions>b__2(Meeting meeting) +36
  21. System.Linq.WhereSelectListIterator`2.MoveNext() +245
  22. System.Linq.WhereSelectEnumerableIterator`2.MoveNext() +165
  23. Jenzabar.ICS.Web.Portlets.MeetingPortlet.Views.MeetingViewBase.UpdateCurrentSessions() +584
  24. Jenzabar.ICS.Web.Portlets.MeetingPortlet.Views.DefaultView.OnLoad(EventArgs e) +20
  25. System.Web.UI.Control.LoadRecursive() +71
  26. System.Web.UI.Control.LoadRecursive() +190
  27. System.Web.UI.Control.LoadRecursive() +190
  28. System.Web.UI.Control.LoadRecursive() +190
  29. System.Web.UI.Control.LoadRecursive() +190
  30. System.Web.UI.Control.LoadRecursive() +190
  31. System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3178
  32.  
  33. Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement