I try to export InDesign document to swf file using InDesign Server:
doc.Export(idExportFormat.idSWF, swfFilename, Missing.Value, false, string.Empty, false);
But all times I got error: The object invoked has disconnected from its clients. (Exception from HRESULT: 0x80010108 (RPC_E_DISCONNECTED))
Help me, please.