create .MPP with .NET

D

Diego Siebra

Hi Guys!

I need to know, How i can to create a .mpp with .NET? I read about the PIA,
but, when I install the PIAs in my VS2005 don't show the Interop to MS
Project, show only Outlook, Word, PowerPoint and Excell 2003.

If someone has the DLL for MS Project send to me please!!!

Thx
 
J

Jim Aksel

The MSPRJC.OLB is located in the Program Files\Microsoft Office\Office XX\
folder where XX is your version, either 11 or 12.

You can add the reference from within VS2005. Project/Add Reference... pull
the COM tab.

dim pj as New Microsoft.office.interop.msproject.application
--
If this post was helpful, please consider rating it.

Jim

Visit http://project.mvps.org/ for FAQs and more information
about Microsoft Project
 
Top