Server Error in '/WebBlog' Application. Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Line 31: objXMLDoc.Load(RssUrl)
Line 32:
Line 33: objItems = objNode.SelectNodes("descendant::rss/channel/item")
Line 34: For Each objNode1 In objItems
Line 35: objNode2 = objNode1.SelectSingleNode("descendant::rss/channel/title")
Source File: c:\inetpub\wwwroot\WebBlog\index.aspx.vb Line: 33
直译:对象关联没有设置到一个对象实例上
唉!英文不好,中文也不好
这样的术语还是要试着去理解
只是把XMLDocument类和XMLNode类的所有属性和方法都看了一遍还是不太明白
看来明天又要花一天功夫来研究这个问题
CSDN扣分扣那么狠,又没有几个人能回答问题
真是郁闷!
忘了说我的意图了
我只是想做一个在线新闻器
但要比它简单得多
只要把页面读取过来列表显示出来就可以了
编程真是一个体现细节的活啊!
睡觉去,困了!