Closed GoogleCodeExporter closed 9 years ago
I need more code. An Album should only be created with an albumentry to start
with,
how did this happen to be null?
Original comment by fman...@gmail.com
on 2 Mar 2010 at 6:16
Code Snippet:
PicasaRequest PR = new PicasaRequest(new RequestSettings("...", <name>,
<pass>));
List<Album> Albums =PR.GetAlbums().Entries.ToList();
foreach (var item in Albums)
item.ID --> "Get NULL reference exception"
...
Actually the property ID is:
this.AlbumEntry.GetPhotoExtensionValue(GPhotoNameTable.Id), but AlbumEntry
is NULL. (AtomEntry is not NULL at the same time)
Original comment by G.Talk.G
on 3 Mar 2010 at 7:26
Fixed. I have no clue why my tests did not see that. Please verify by pulling
the source code and building the dlls.
Original comment by fman...@gmail.com
on 19 Mar 2010 at 3:51
Original issue reported on code.google.com by
G.Talk.G
on 1 Mar 2010 at 9:31