I am getting the above mentioned error when my web service tries to open MS word document programatically through my .net webb service.
I have been interested in using the VSTO but I am running Visual Studio 2008 and I have Office 2003. I know it is possible to use VSTO 2005 SE for Office 2003 but I can\'t find any 开发者_高级运维info
We have an Excel workbook which has c# VSTO code in it and two .NET DLLs that sit behind it. The spreadsheet used to work for all users in the organisation.
Somebody has asked me to make an app in php that will generate a .doc file with an image and a few tables in it. My first approach was:
We deployed a VSTO addin for outlook 2003. After installing the addin one of the user\'s outlook crashes when a contact is opened, i.e, when ItemProperties of the contact are read.Some theses properti
How do I turn off the red and green lines that appear under the gra开发者_如何学运维mmer and spelling errors??Define a new style for code - set an appropriate font and line spacing etc and turn off sp
Office is running in Wine, meaning I have a running Version (2003). Bu开发者_JAVA百科t when I try to create a new COM object I just get the following error:
I have a solution containing an VSTO Excel AddIn project and an VSTO Excel Template project.Is there any design pattern (or hack) that can allow the ThisAddIn instance to access properties and methods
I am developing a template based addin for Word 2003 which allows the user to drag and drop elements fro开发者_Go百科m a listbox into the word document. Unfortunately I\'m getting a really strange beh
I have an word document which I want to convert to text (.txt) file programmatically. I am using C# for this.