Jump to content

Can anyone help me diagnose this error?


superkid555

Recommended Posts

[ArgumentOutOfRange_Index]

Arguments: 

Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.41105.00&File=mscorlib.dll&Key=ArgumentOutOfRange_Index

Parameter name: index

 

   at System.ThrowHelper.ThrowArgumentOutOfRangeException()

   at System.Collections.Generic.List`1.RemoveAt(Int32 index)

   at DuelPortalCS.Views.DuelFieldNew.ParceDataJabber(String data, Boolean WatcherFromMySide)

   at DuelPortalCS.Views.DuelFieldNew.DataArrivalJabber(String data, String FromWhom)

   at DuelPortalCS.Views.DuelFieldNew.DuelMessageReceived(ChatMessage message)

   at DuelPortalCS.WCFServiceClient.<>c__DisplayClass3.<HandleEventRaising>b__2()

Link to comment
Share on other sites

  • 3 weeks later...

 

[ArgumentOutOfRange_Index]
Arguments: 
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.41105.00&File=mscorlib.dll&Key=ArgumentOutOfRange_Index
Parameter name: index
 
   at System.ThrowHelper.ThrowArgumentOutOfRangeException()
   at System.Collections.Generic.List`1.RemoveAt(Int32 index)
   at DuelPortalCS.Views.DuelFieldNew.ParceDataJabber(String data, Boolean WatcherFromMySide)
   at DuelPortalCS.Views.DuelFieldNew.DataArrivalJabber(String data, String FromWhom)
   at DuelPortalCS.Views.DuelFieldNew.DuelMessageReceived(ChatMessage message)
   at DuelPortalCS.WCFServiceClient.<>c__DisplayClass3.<HandleEventRaising>b__2()

 

What browser are you using?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Guest
This topic is now closed to further replies.
×
×
  • Create New...