svick/LINQ-to-Wiki

Error while downloading

anton-kirschhock opened this issue · 0 comments

I had an exception while running my code. Here is my stacktrace
Hoofdelement ontbreekt. (rootelement is missing)
StackTrace: bij System.Xml.XmlTextReaderImpl.Throw(Exception e)
bij System.Xml.XmlTextReaderImpl.ParseDocumentContent()
bij System.Xml.XmlTextReaderImpl.Read()
bij System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
bij System.Xml.Linq.XDocument.Parse(String text, LoadOptions options)
bij System.Xml.Linq.XDocument.Parse(String text)
bij LinqToWiki.Download.Downloader.Download(IEnumerable1 parameters) in c:\code\LinqToWiki\LinqToWiki.Core\Download\Downloader.cs:regel 74 bij LinqToWiki.Internals.QueryProcessor.Download(WikiInfo wiki, IEnumerable1 processedParameters, IEnumerable1 queryContinues) in c:\code\LinqToWiki\LinqToWiki.Core\Internals\QueryProcessor.cs:regel 162 bij LinqToWiki.Internals.QueryProcessor.Download(WikiInfo wiki, IEnumerable1 processedParameters, HttpQueryParameter queryContinue) in c:\code\LinqToWiki\LinqToWiki.Core\Internals\QueryProcessor.cs:regel 144
bij LinqToWiki.Internals.QueryPageProcessor.d__91.MoveNext() in c:\code\LinqToWiki\LinqToWiki.Core\Internals\QueryPageProcessor.cs:regel 44 bij System.Linq.Enumerable.WhereSelectEnumerableIterator2.MoveNext()
bij System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)
bij WikiOnWheels.Program.GetCurrentRevIdFromPageID(Int64 pid, String title) in Program.cs:regel 218
bij WikiOnWheels.Program.d__8.MoveNext() in Program.cs:regel 191
Where is this problem at? Is is something i can fix?