未将对象引用设置到对象的实例. ?
xd.Load(Server.MapPath(@"xml\test.xml"));
//以下是选取articleID为“1000A”的article的第二个属性值。
string articleAuthor = xd.SelectSingleNode ("//articlearticleID='1000A']").ChildNodes.Item(1).InnerText;
Response.Write(articleAuthor);
总是说上面一句有错:未将对象引用设置到对象的实例。
求大虾热点

