Remote Procedure Call failed

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • LitaOsiris
    New Member
    • Jan 2008
    • 16

    Remote Procedure Call failed

    Hello everyone.

    I am having a problem with a customer's website which is running from IIS (version 6, I think). It's a web ordering form written in ASP.Net and when the order is submitted it calls a com dll. The call seems to be fine, but when it tries to do anything with it, it immediately throws up an error.

    The RPC services are running.

    Any help would be absolutely fantastic as we are at the end of our rope with this problem. The website was running grand up until a few weeks ago when some server changes were done and then it all went out the window.

    Here is the error that is thrown:

    Server Error in '/' Application.
    --------------------------------------------------------------------------------

    The remote procedure call failed. (Exception from HRESULT: 0x800706BE)
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.Runtime. InteropServices .COMException: The remote procedure call failed. (Exception from HRESULT: 0x800706BE)

    Source Error:


    Line 758: {
    Line 759: UpdateOrder myUpdate = new UpdateOrder();
    Line 760: txtErrorMessage .Text = myUpdate.GetAcc ount().ToString ();
    Line 761: }
    Line 762: protected void View_Click(obje ct sender, EventArgs e)


    Source File: c:\WEBPORTAL\Or derEntry.aspx.c s Line: 760

    Stack Trace:


    [COMException (0x800706be): The remote procedure call failed. (Exception from HRESULT: 0x800706BE)]
    update.UpdateOr derClass.GetAcc ount() +0
    OrderEntry.Butt on1_Click1(Obje ct sender, EventArgs e) in c:\WEBPORTAL\Or derEntry.aspx.c s:760
    System.Web.UI.W ebControls.Butt on.OnClick(Even tArgs e) +105
    System.Web.UI.W ebControls.Butt on.RaisePostBac kEvent(String eventArgument) +107
    System.Web.UI.W ebControls.Butt on.System.Web.U I.IPostBackEven tHandler.RaiseP ostBackEvent(St ring eventArgument) +7
    System.Web.UI.P age.RaisePostBa ckEvent(IPostBa ckEventHandler sourceControl, String eventArgument) +11
    System.Web.UI.P age.RaisePostBa ckEvent(NameVal ueCollection postData) +33
    System.Web.UI.P age.ProcessRequ estMain(Boolean includeStagesBe foreAsyncPoint, Boolean includeStagesAf terAsyncPoint) +5102


    --------------------------------------------------------------------------------
    Version Information: Microsoft .NET Framework Version:2.0.507 27.42; ASP.NET Version:2.0.507 27.42
Working...