在做Arcgis engine二次开发时利用绝对路径添加数据时:
 private void shapfile路径ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            string Path = Application.StartupPath + "\\data";
            axMapControl1.AddShapeFile(Path,"DL");
        }
提示该路径无效,出现了System.Runtime.InteropServices.COMException 异常,
为什么啊??!,求高手指点!谢谢