ericzile / google-gdata

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

Composite Feeds parsing issue #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi Frank

I just made some more tests with reading the composite feed. This time i
get another „Parsing Failed“ Exception when reading the feed. I used the
1.0.9.8 client libraries. To investigate the problem i got the current
subversion files and tried to find out whats going wrong. I found out that
there is a NullPointerException on line 135 of EntryLink.cs
(parser.NewAtomEntry += new FeedParserEventHandler(link.OnParsedNewEntry);)
. The variable parser is null. I guess the parser shouldn’t be null?

I prepared my google calendar account and a small testapplication that
reads my testcalendar to reproduce the problem (see attached zip-file).

It would be nice if you can fix that for a next release.

Regards, Marsupi

Original issue reported on code.google.com by fman...@gmail.com on 11 Jun 2007 at 9:52

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in release 1.0.9.9

Original comment by fman...@gmail.com on 25 Jun 2007 at 5:45