You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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(IEnumerable
1 parameters) in c:\code\LinqToWiki\LinqToWiki.Core\Download\Downloader.cs:regel 74 bij LinqToWiki.Internals.QueryProcessor.Download(WikiInfo wiki, IEnumerable
1 processedParameters, IEnumerable1 queryContinues) in c:\code\LinqToWiki\LinqToWiki.Core\Internals\QueryProcessor.cs:regel 162 bij LinqToWiki.Internals.QueryProcessor.Download(WikiInfo wiki, IEnumerable
1 processedParameters, HttpQueryParameter queryContinue) in c:\code\LinqToWiki\LinqToWiki.Core\Internals\QueryProcessor.cs:regel 144bij LinqToWiki.Internals.QueryPageProcessor.d__9
1.MoveNext() in c:\code\LinqToWiki\LinqToWiki.Core\Internals\QueryPageProcessor.cs:regel 44 bij System.Linq.Enumerable.WhereSelectEnumerableIterator
2.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?
The text was updated successfully, but these errors were encountered: