C
Cutter
Hello,
i try to open a Enterprise Project (stored on project server 2007) from a c#
add-in.
I use this code:
string name = "TestEnterpriseProject";
app.FileOpen("<>\\" + name, false, Type.Missing,
Type.Missing,
Type.Missing, Type.Missing, Type.Missing, Type.Missing,
Type.Missing,
Type.Missing, Type.Missing,
MSProject.PjPoolOpen.pjDoNotOpenPool,
Type.Missing, Type.Missing, Type.Missing, Type.Missing);
But nothing happens. The code runs and runs and runs at this line and never
ends.
Any idea?
Thanks a lot,
Cutter
i try to open a Enterprise Project (stored on project server 2007) from a c#
add-in.
I use this code:
string name = "TestEnterpriseProject";
app.FileOpen("<>\\" + name, false, Type.Missing,
Type.Missing,
Type.Missing, Type.Missing, Type.Missing, Type.Missing,
Type.Missing,
Type.Missing, Type.Missing,
MSProject.PjPoolOpen.pjDoNotOpenPool,
Type.Missing, Type.Missing, Type.Missing, Type.Missing);
But nothing happens. The code runs and runs and runs at this line and never
ends.
Any idea?
Thanks a lot,
Cutter