Menu

#34 Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT)

v1.7
open
5
2016-01-19
2016-01-19
No

When I try to generate a CHM file from my Word doc, I get this: The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT))

When I dig in further, I get these details:
Stack trace:
at Microsoft.Office.Interop.Word.Documents.Open(Object& FileName, Object& ConfirmConversions, Object& ReadOnly, Object& AddToRecentFiles, Object& PasswordDocument, Object& PasswordTemplate, Object& Revert, Object& WritePasswordDocument, Object& WritePasswordTemplate, Object& Format, Object& Encoding, Object& Visible, Object& OpenAndRepair, Object& DocumentDirection, Object& NoEncodingDialog, Object& XMLTransform)

at ChmProcessorLib.MSWord.SaveWord(String wordFileSrc, String htmlFileDst, Object format)

at ChmProcessorLib.MSWord.SaveWordToHtml(String wordFileSrc, String htmlFileDst)

at ChmProcessorLib.DocumentProcessor.ConvertWordSourceFiles(MSWord msWord)

at ChmProcessorLib.DocumentProcessor.OpenSourceFiles()

at ChmProcessorLib.DocumentProcessor.GenerateHelp()

Class:
System.Runtime.InteropServices.COMException

Data:
System.Collections.ListDictionaryInternal

Source:
Microsoft.Office.Interop.Word

Target site:
Microsoft.Office.Interop.Word.Document Open(System.Object ByRef, System.Object ByRef, System.Object ByRef, System.Object ByRef, System.Object ByRef, System.Object ByRef, System.Object ByRef, System.Object ByRef, System.Object ByRef, System.Object ByRef, System.Object ByRef, System.Object ByRef, System.Object ByRef, System.Object ByRef, System.Object ByRef, System.Object ByRef)

The error dialog also presents this data:
Stack trace:
at ChmProcessorLib.DocumentProcessor.GenerateHelp()

at ChmProcessor.GenerationDialog.bgWorker_DoWork(Object sender, DoWorkEventArgs e)

Class:
System.Exception

Data:
System.Collections.ListDictionaryInternal

Source:
ChmProcessorLib-1.7.3

Target site:
Void GenerateHelp()

My OS is Windows 7 Pro (SP-1) 64-bit
I have .NET 3.5, 4.0 and 4.5.2 installed
I have Office 2013 (full version) installed.
I also have Word 97 installed on the same machine, but DOC files open in Word 2013 by default.

The issue does not appear to be file dependent. I get the same error when I try another, completely different Word file.

Can you please give me any help or advice? I would really like to be able to use this program.

Thanks,
Rick

Discussion


Log in to post a comment.