M
Mohan Kumar
using the following code,i opening the xml using MSProject.but it does not
work?
what is wrong in my code?
please help me on this.
Thanks in advance.
string xmlfile = @"D:\test.xml";
Microsoft.Office.Interop.MSProject.ApplicationClass app =
new ApplicationClass();
object oMissing = Type.Missing;
bool bOpen = app.FileOpen(xmlfile, true,
PjMergeType.pjDoNotMerge, oMissing, oMissing, oMissing, oMissing, oMissing,
oMissing, oMissing, oMissing, PjPoolOpen.pjDoNotOpenPool, oMissing, oMissing,
oMissing, oMissing);
work?
what is wrong in my code?
please help me on this.
Thanks in advance.
string xmlfile = @"D:\test.xml";
Microsoft.Office.Interop.MSProject.ApplicationClass app =
new ApplicationClass();
object oMissing = Type.Missing;
bool bOpen = app.FileOpen(xmlfile, true,
PjMergeType.pjDoNotMerge, oMissing, oMissing, oMissing, oMissing, oMissing,
oMissing, oMissing, oMissing, PjPoolOpen.pjDoNotOpenPool, oMissing, oMissing,
oMissing, oMissing);