GoogleCodeArchive / msnp-sharp

Automatically exported from code.google.com/p/msnp-sharp
0 stars 0 forks source link

NullReferenceException in CreateCircle() #317

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Cannot reliably reproduce
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? (MSNPSharp, OS, Mono etc.)
msnp-sharp-5.0.0.2717

DotNET = 4.0.30319.488
User = NT AUTHORITY\LOCAL SERVICE
ProcessorCount = 4
OperatingSystem = Microsoft Windows NT 6.1.7601 Service Pack 1 (64-bit)
Is64BitProcess = True
CurrentDirectory = C:\Windows\system32

Is your code clone from GIT or download from our download page?
Download from your site

Please provide any additional information below:
I get the following uncaught exception :
Exception Info: System.NullReferenceException
Stack:
   at MSNPSharp.IO.XMLContactList.CreateCircle(MSNPSharp.MSNWS.MSNABSharingService.ContactType, MSNPSharp.MSNWS.MSNABSharingService.CircleInverseInfoType)
   at MSNPSharp.IO.XMLContactList.MergeGroupAddressBook(MSNPSharp.MSNWS.MSNABSharingService.ABFindContactsPagedResultType)
   at MSNPSharp.IO.XMLContactList.Merge(MSNPSharp.MSNWS.MSNABSharingService.ABFindContactsPagedResultType)
   at MSNPSharp.ContactService+<>c__DisplayClassa.<abRequest>b__9(System.Object, MSNPSharp.MSNWS.MSNABSharingService.ABFindContactsPagedCompletedEventArgs)
   at MSNPSharp.ContactService+<>c__DisplayClass5f.<ABFindContactsPagedAsync>b__5e(System.Object, MSNPSharp.MSNWS.MSNABSharingService.ABFindContactsPagedCompletedEventArgs)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()

Original issue reported on code.google.com by dutoit...@gmail.com on 27 Feb 2012 at 12:09

GoogleCodeExporter commented 9 years ago
Could you try to test MASTER branch. I am not sure it is fixed or not.

And again, without DEBUG compile, it is not possible to track variables.

Original comment by hepha...@gmail.com on 27 Feb 2012 at 3:02

GoogleCodeExporter commented 9 years ago

Original comment by hepha...@gmail.com on 27 Feb 2012 at 3:11

GoogleCodeExporter commented 9 years ago

Original comment by hepha...@gmail.com on 27 Feb 2012 at 3:59

GoogleCodeExporter commented 9 years ago

Original comment by freezing...@gmail.com on 1 Mar 2012 at 2:38

GoogleCodeExporter commented 9 years ago

Original comment by hepha...@gmail.com on 1 Mar 2012 at 10:38