Unexpected character Error on Next
I am trying to run this query on Internet Video Archive's OData API and I get an error when I press next to see the next 500 records.
(From e in ReleaseEvents Where e.ReleaseDate >= #1/1/2010# and e.ReleaseDate _
< #10/1/2012# and e.ReleaseTypeId = 0 And e.ReleaseCountryId=0 and Not _
e.EntertainmentProgram is Nothing Select New With { e.ReleaseDate, _
e.Publishedid, e.EntertainmentProgram.Title })
The error is "Unexpected character '$' and Unexpected character '`' " .
The next button works on other queries I run. Any help would be great.
Thanks,
Jason
(From e in ReleaseEvents Where e.ReleaseDate >= #1/1/2010# and e.ReleaseDate _
< #10/1/2012# and e.ReleaseTypeId = 0 And e.ReleaseCountryId=0 and Not _
e.EntertainmentProgram is Nothing Select New With { e.ReleaseDate, _
e.Publishedid, e.EntertainmentProgram.Title })
The error is "Unexpected character '$' and Unexpected character '`' " .
The next button works on other queries I run. Any help would be great.
Thanks,
Jason