How to Open read and write MS project (.mpp) file in wpf application (C#)?

0

I am trying to import the MS Project.mpp file as a data table into my project here i am using 'Microsoft.Office.Interop.MSProject' dll while opening a file i am getting error while creating the instance of application class

Microsoft.Office.Interop.MSProject.ApplicationClass appclass = new Microsoft.Office.Interop.MSProject.ApplicationClass();

The error is : System.Runtime.InteropServices.COMException: 'Retrieving the COM class factory for component with CLSID {36D27C48-A1E8-11D3-BA55-00C04F72F325} failed due to the following error: 80010001 Call was rejected by callee. (Exception from HRESULT: 0x80010001 (RPC_E_CALL_REJECTED)).'

c#
interop
ms-project-server-2010
asked on Stack Overflow Mar 2, 2020 by Mohammed zuhair • edited Mar 2, 2020 by Rekshino

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0