programatically opening project - problem on windows 2003 server

R

Rob

I'm using System.Diagnostics.Process in the following manner to start up
project professional allowing me to log on and open a project:

String sTarget = @"C:\Program Files\Microsoft Office\OFFICE11\WINPROJ.EXE";
String sArguments = "/s http://server23k/myprojectserver /u Administrator /p
mypassword myprojectfile;

System.Diagnostics.Process.Start(sTarget, sArguments);

This code works fine in XP. However in windows 2003 server, it only gets as
far as the logon prompt. I tried running from a DOS prompt and I get the
same result. So does Win2003 have extra security to get past or is there a
setting in Project Pro which I had set on one machine and not the other?

Any help appreciated.

Rob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top