Top "Comexception" questions

COMException is a .NET exception and is thrown when an unrecognized HRESULT is returned from a COM method call.

The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT))

I have an application which opens an Visio file .VSD and copies some jpeg images onto the VSD file. I …

c# .net-framework-version comexception visio2013 visio-2010
Using PHP's COM object with Office 2010 (Excel.Application)

I recently coded a script in PHP using the COM object to strip data out of cells in an Excel 2007 …

php com office-2010 comexception
WebBrowser.Navigate(...) throws COMException

I'm developing an Internet Explorer command button that will open a specific web page once clicked. Here's a snippet of …

exception internet-explorer browser comexception
ClickOnce installation generates error: System.Runtime.InteropServices.COMException, Failed to load the runtime, Exception from HRESULT: 0x80131700

This error occurs trying to deploy a WPF project through ClickOnce: Activation of [...file path...].application resulted in exception. Following …

.net wpf clickonce failed-installation comexception