问题描述
- C#(VS2003)在WINCE读XML编译错误
- using System;
using System.Xml;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;xml.Load(@""....Language.xml"");
XmlNode xn = xml.SelectSingleNode(""Language/Component/Label"");
XmlNodeList xnl = xn.ChildNodes;
提示:
System.Xml.XmlDocument”并不包含对“SelectSingleNode”的定义。WINDOWS桌面工程能编译通过,换成VS2008在WINCE下也能编译,唯独VS2003在WINCE下不能编译,怎么破?
时间: 2024-11-15 22:34:10