Windows Mobile 读取xml问题!!急急急急。。。
XmlDocument xmldocument = new XmlDocument(); try { xmldocument.Load(@"XMLFile1.xml"); } catch (Exception ex) { MessageBox.Show(ex.Message); }//do something.......