Microsoft Outlook Remote Procedure Call Failed Error

Posted on  by admin

Remote Procedure Call (RPC) is an inter-process communication technique to allow client and server software to communicate on a network. The RPC protocol is based on a client/server model. The client makes a procedure call that appears to be local but is actually run on a remote computer. Microsoft Outlook is an email client that is available as part of Microsoft's Office suite. It is one of the best email clients that we can use for both personal and official purposes. It provides some good features such as Outlook integration with many devices SharePoint compatibility, and it also has pretty good security features.

OutlookCall

We have a C# application that internally invokes excel. It does so using Microsoft.Office.Interop.Excel.dll. The application works on most computers with Excel, but not on mine.Originally, the application was failing with HRESULT 0x800706BE (The remote procedure call failed).

Virtual Disk Manager The Remote Procedure Call Failed

I'd tried almost every advice found on the web, but without success. Then I uninstalled my MS Office 2013 Pro, and installed Office 365 v2013. The application still fails on the same line of code, but now with HRESULT 0x80010105 (RPCESERVERFAULT).Is there any advice you can give to make the excel interop working?My guess is that some Windows service is not started or a DCOM component is not registered. Download snd bot mu online server. But I don't know which one.Details:. Windows 7 x64, MS Office 2013 Pro/365 ProPlus. It is a C# application.

Remote Procedure Call Failed Printer

It is compiled with VS2010 for.NET 4.0, but the problem exhibits even when the app is compiled with VS2012 for.NET 4.5. With use of different versions of Microsoft.Office.Interop.Excel.dll.There are three facts I consider important:. The application works on other computers, so it is not the application what is a cause of the problem. The application doesn't work even after re-installation of (a slightly different version of) excel (2013), so it is probably not a problem of excel itself. I used the SysInternals' ProcessMonitor to find out that the application really succeeds in instantiating the excel, and the excel successfully(?) reads the.xlsx file. But then excel fails.I also used the VS2010 debugger to find out what's going on:.This is the core of the code.