While parsing MSN, I have run into a number (>10) of situations where the EXIF Extractor throws a NullRef Exception. In the buildDB private method, the NRE occurs in the following statement
//1 = BYTE An 8-bit unsigned integer.,if (p.Type == 0x1) v = p.Value[0].ToString();}
The problem is that p.Value is null. I am currently ignoring the error, but I hate making random changes to a project.
Thanks,Erick
Fixed and checked into SVN.
For best service when you require assistance:
Skype: arachnodedotnet
What is the AbsoluteUri of the Image that throws the NRE? I will fix it.
It would appear that the following Uri is one of the problem ones.
http://content5.catalog.photos.msn.com/ft/share0/866b/0/8303e841-4844-47c6-a8e5-0f05b4555b0a_Thumb_115752_1820005606_75.jpg
Let me know if you can't find the problem, and I'll find another Uri that has the bad EXIF data.
PS Is there a source control server that I can get the latest version from?
OK, I will take a look.
I don't see you as a licensed user. The SVN location/creds are available to licensed users.
That makes sense. I'm still evaluating AN, but it looks great so far. I have a couple of questions - is there an email I can directly contact you at?