SOmetimes i wander why i do this. You can have everything working just like you want, then all of the sudden, something that previously worked, now fails.
Does anyone know why:
the second line of this two line snippet is throwing an "Object reference not set to an instance..." error?Code:XmlDocument pgaNews = new XmlDocument(); pgaNews.Load("http://www.pgatour.com/partners/feeds/rss/home_news");
i have called the System.XML class, and i have varified that the address above contains xml data.
This worked fine yesterday. didn't touch....move....alter in any form or fashion and now today for some reason i get this error.
when i comment out the second line, the application runs (obviously without this part of the page, but it runs nonetheless) without exception.
very frustrating.
Ras








Bookmarks