S
Strider
Hi
I need to load an existing mpp file in a C# windows application.
I'm using Microsft 9.0 Object Library.
The appliaction would allow a user to browse for an mpp file and then load it.
When I try to create an object of the MSProject.ProjectClass class , I get
the following exception :
An unhandled exception of type 'System.Runtime.InteropServices.COMException'
occurred in sample2.exe
Additional information: COM object with CLSID
{1019A320-508A-11CF-A49D-00AA00574C74} is either not valid or not registered
Is there a way to load an mpp file programatically by specifying a path for
the file ?
Thanks
I need to load an existing mpp file in a C# windows application.
I'm using Microsft 9.0 Object Library.
The appliaction would allow a user to browse for an mpp file and then load it.
When I try to create an object of the MSProject.ProjectClass class , I get
the following exception :
An unhandled exception of type 'System.Runtime.InteropServices.COMException'
occurred in sample2.exe
Additional information: COM object with CLSID
{1019A320-508A-11CF-A49D-00AA00574C74} is either not valid or not registered
Is there a way to load an mpp file programatically by specifying a path for
the file ?
Thanks