locked
Issue in running webservice which integrates with com component RRS feed

  • Question

  • Hi,

    I have webservice which internally communicates with Microsoft office project with Com component. I retrieve all the task from the .mpp file and updates in the database
    and it works fine running in the visual studio but have the issue while running in IIS. Given below the error, Kinldy help me out in this.


    System.Runtime.InteropServices.COMException: Call was rejected by callee. (Exception from HRESULT: 0x80010001 (RPC_E_CALL_REJECTED))
       at System.RuntimeType.ForwardCallToInvokeMember(String memberName, BindingFlags flags, Object target, Int32[] aWrapperTypes, MessageData& msgData)
       at Microsoft.Office.Interop.MSProject.ApplicationClass.Quit(PjSaveType SaveChanges)
       at Service.CheckProject(String projectID) in C:\vcclient\App_Code\Service.vb:line 41

    Friday, May 15, 2009 7:56 AM