Most voted "interop" questions
4 questions
Sort by count of
-
4
votes0
answers197
viewsc# outlook Sendeventhandler opening object only once
In my application I use Outlook Sendeventhandler to capture the click on the "Send" button of the email in outlook and open a screen to register observation regarding the email that was sent. I have…
-
1
votes1
answer44
viewsRemove element in Interop
I am developing a tool that will generate a file in format . DOC, the form fields will be filled in anyway but would like to put a formatting that removes any symbol from the text. Ex: "• ", "¹²³£"…
-
1
votes0
answers264
viewsPowerpoint.dll (HRESULT exception: 0x80010001 (RPC_E_CALL_REJECTED))
Error description: Component COM Class Factory Recovery Failure with CLSID {91493441-5A91-11CF-8700-00AA0060263B} due to the following error: 80010001 The call was rejected by the call. (Exception…
-
0
votes2
answers1366
viewsGenerate an excel file from a data grid C#
I am trying to generate an excel file from a datagrid, and this is generating the following error: An unhandled Exception of type 'System.Invalidcastexception' occurred in Eletronictaxnotes.exe…