View Full Version : Login to server


laqula
06-12-2007, 10:06 AM
How can I login to Project Server after opening application using COM library?
My C# code looks like this:

ApplicationClass projectApp = new ApplicationClass();
projectApp.AppMaximize();

and it opens Project Pro aplication but I can't communicate with Server.
When I open Project Pro from menu start everything works fine, but when I use
code posted earlier Project doesn't login to server.

Jle
06-13-2007, 07:04 PM
I have the same issue. Can someone please post the solution or if you found
the solution, please post to share.

Thanks!

"laqula" wrote:

> How can I login to Project Server after opening application using COM library?
> My C# code looks like this:
>
> ApplicationClass projectApp = new ApplicationClass();
> projectApp.AppMaximize();
>
> and it opens Project Pro aplication but I can't communicate with Server.
> When I open Project Pro from menu start everything works fine, but when I use
> code posted earlier Project doesn't login to server.

Kenneth
06-20-2007, 07:24 AM
I'm having the same problem - have you found a solution?

I found this example
(http://msdn2.microsoft.com/en-us/library/aa204436(office.11).aspx), but
that's loging on the server through PDS...
Not exactly what I'm looking for :(

Regards,
Kenneth

JohnL
06-20-2007, 05:26 PM
Thanks for the link but that isn't what I'm looking for. I have called
Microsoft and its been 2 weeks and they haven't been able to close the
ticket. They also can't find a solution. The only other thing that kind of
make sense that I found was a SHELL approach but I couldn't get that to work
(could be syntax).

Thanks for you reply and let me know if you have a solution.

Thanks,

John

"Kenneth" wrote:

> I'm having the same problem - have you found a solution?
>
> I found this example
> (http://msdn2.microsoft.com/en-us/library/aa204436(office.11).aspx), but
> that's loging on the server through PDS...
> Not exactly what I'm looking for :(
>
> Regards,
> Kenneth
>
>
>