Hi everyone,
I need to know how to handle project's information(hours remaining, costs, resources, etc) from Mirosoft Project in a C# desktop application. All I've found is documentation related to extract information from Project Server, using web services and so on, but
All I have to do is read a .mpp Project file.
I've been proven a Java API called MPXJ and it works perfect, the thing is I need built my desktop application using Microsfoft products.
Thanks !