error with sytem.xml.dll following VB.net video tutorials

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
hey all. im not sure whats wrong here, as ive been following the RSS feed reader video tutorials on the microsoft site for VB express, and have come across an error i just cant seem to get rid of.
I have got as far as the section on downloading the MSDN rss feed, and im getting an error on the line: <font size=2>
rssDoc.Load(rssStream) </font>
The error helper tells me:
 > is an unexpected token. The expected token is " or . Line 3, position 63.
and the "immediate window" tells me: <font size=1>
A first chance exception of type System.Xml.XmlException occurred in System.Xml.dll
i have manually typed in the code as i see it in the tutorial video, as i cant find the download that the video talks about anywhere on the VB express site, and dont want to pay for a subscription to learnvisualstudio.net just to get a bit of code.
any help would be excellent, as im feeling a little lost at the moment. </font>

View the full article
 
Back
Top