How to detect if Project Pro is connected to Project Server in .NE

F

farseeker

Is there anyway to detect if Project Pro is connected to Project Server or
offline in Code? I'm using VB.NET with 2003 Project Server and Pro. Thanks in
advance.
 
N

Nock

It may be clumbsy, but have you tried running two seperate Regmon.exe
sessions and selecting server for one connection and the other selecting Work
Offline, then comparing the registry logs to see what registry entries
Project Professional modifies or changes during the connection process?

(I'm a .net newb so I hope this helps.)

Nock
 
R

Rod Gill

Try the application.GetProjectServerVersion If there isn't a valid server
connected it returns a trappable error.
 

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