D
daveg
Hi all,
I've seen a couple of posts along this line but no resolution.
I'm trying to instantiate Pro 2003 from an aspx page, open a project
in it from server 2003, make a couple of changes, publish it and
close.
I've got the aspx page running as a domain account (mine at the mo')
with an account in Project Server, but it opens in offline mode even
though the default account uses the server.
Dim app As New Microsoft.Office.Interop.MSProject.Application
app.FileOpen("<>\newTest.Published")
'I get an offline error popup
Is there some way of getting it to use an account connecting to
Project Server?
Thanks
Dave G
I've seen a couple of posts along this line but no resolution.
I'm trying to instantiate Pro 2003 from an aspx page, open a project
in it from server 2003, make a couple of changes, publish it and
close.
I've got the aspx page running as a domain account (mine at the mo')
with an account in Project Server, but it opens in offline mode even
though the default account uses the server.
Dim app As New Microsoft.Office.Interop.MSProject.Application
app.FileOpen("<>\newTest.Published")
'I get an offline error popup
Is there some way of getting it to use an account connecting to
Project Server?
Thanks
Dave G