L
laqula
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.
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.