Access PS 2003 from C# question

T

Traian Ionescu

I have to integrate some of the Ms Project 2003 functionality in a .Net
project I'm working on.


Downloaded the Ms Proj 2003 SDK and read the .Net sample and documentation.

As far as I could see(please correct me if I'm wrong), there is olny one
option to work with Ms Project, PDS.

Q: Is there a wrapper .Net class that can offer me a fast and effective way
to access the functionality?
(e.g. in order to have a method ProjectsStatus in C#, is it required
to have the XMLDocument created etc, or is there a downloadable .Net
assembly PDS wrapper somewhere?)
 
Top