Windows Mobile 读取xml有关问题!

Windows Mobile 读取xml问题!!急急急急。。。C# code XmlDocument xmldocument new XmlDocument()try{xmld

Windows Mobile 读取xml问题!!急急急急。。。

C# code
 XmlDocument xmldocument = new XmlDocument();                        try            {                xmldocument.Load(@"XMLFile1.xml");            }            catch (Exception ex)            {                MessageBox.Show(ex.Message);            }//do something.......


我在项目根目录下创建了 XMLFile1.xml 但为什么找不到呢? 新手求帮忙....

[解决办法]
使用全路径试试
[解决办法]
默认路径不是根目录吧