Visual studio 2008 and Project server 2007

K

KK

May i know is it possible to use Visual Studio.net 2008 to generate a website
, and then extract data from Microsoft project server 2007, For example , i
want to display the task haven complete (<100%) in my website??Is it possible
, or i need to use another tool to do that ?Should i use SQL server ?
 
R

Rod Gill

You can either use the PSI API's for Project Server, or much simpler read
data directly from Project Server's Reporting Database (schema in Project
SDK). I'm not sure what licensing implications there are though.

--

Rod Gill
Microsoft MVP for Project

Author of the only book on Project VBA, see:
http://www.projectvbabook.com
 
Top