Error 1001 in visual studio 2010, converted excel sheet 2003 to 2010.
Error 1001 could not create a persistence object for the specified file in vs 2010 (problem occurs when added a custom action in install state update manifest)
View ArticlePanel Flickering
Hi,I am developing a vsto application for MS Word. I am using VS 2013, .NET 4.0 and Visual Studio 2010 Tools For Office.In this application i have a panel composed by a CustomTaskPane, a Windows form...
View ArticleMicrosoft.Interop.Word.Range.get_XML(false) returning WordML which is missing...
I am working on a Document Generation System, where I have a Microsoft Office AddIn where we write the templates. I have the following code which reads the WordML of the currently active...
View ArticleUnexpected corruption of VSTO Document object
Hello,There is something wrong going on with VSTO document object in the scenario below. First please take a look at sample add-in - very simple one: public partial class ThisAddIn {...
View ArticleError singing clickonce with verysing certificate
I develop an add-in for excel and I have an verysign certificate class 3 code signing and I sign the clickone manifiest with this certificate but when I try to install the add-in by clickonce in some...
View ArticlePopulate mulit-column listbox (windows form) or can I use a VBA userform...
I am trying to create a Word COM Addin that displays a windows form and multi-column listbox. At the basic level, I want to populate the list box using a two dimensional array as I've tried below. In...
View ArticleHow to change the shape selection on another slide?
How can I change the shape selection on another slide programmatically?For example:My current selection is on the shape 5 (the shape with id = 5) of the slide 3. How can I switch the selection on the...
View ArticleRuntime Load the Addin
Hi,I have created an "Addin" using Visual studio 2013 using VSTO concept. But i want to load the addin from my internal application not all the time. So i have tried the following link to try to load...
View ArticleCannot ungroup a SmartArt Shape
Hi,I try to ungroup a SmartArt shape from code, but it always causes an error: "This member can only be accessed for a group".However, it's working, if I right click on the SmartArt shape, and ungroup...
View ArticleVSL AddIn with MSI Installer does not work with Visio 2013
Hello CommunityYears ago I wrote an AddIn for Visio2003 with some stencils, a template and functions in a vsl file. I used the SDK publish tool to create a proper MSI file.Right now my customer wants...
View ArticleHow to group a number of shapes on another PowerPoint.Slide?
I want to group a number of shapes in another slide. The task seems very simple. However, the problem is the shapes needed to be grouped is not on the current slide.For example,The current slide is...
View ArticleHow to show a waiting dialog, in the meantime, still keep dealing with...
I want to show a waiting dialog, in the meantime all the calculations concerning with PowerPoint objects still are running in the background. My purpose is during the time dealing with PowerPoint...
View ArticleExcel process thread hiJacks KeyBoard strokes
Hi Team,We have a Developed a VSTO Add-In (Excel Add-In) Application with couple of Buttons in the Ribbon.On Starting/launching the Application, It launches excel Instance. On the Button Click We are...
View ArticleHow to communicate with two word process
Hi All,I am doing a VSTO project now. I will process some word documents through Add-In, and then I will sync up the result in other Word Document. Currently, I have no idea how to achieve this goal.I...
View Articleoffice web apps
I am developing a web application in C#.net. I need to edit a file placed on the server in browser it self(Without downloading it on local machine) and when I save that file, the changes should be...
View ArticlePresentation cannot be saved in a invisible mode.
I am developing a PowerPoint Add-In. When a user click on a ribbon button, I will do the following jobs:1) Save the current presentation into another presenation2) Open the just saved presentation...
View ArticleTroubleshooting sporadic Outlook crash caused by my VSTO on customer machines
I'm having a tough time troubleshooting this. On a handful of customer machines, my VSTO add-in works fine 99% of the time but occasionally the Outlook process becomes unresponsive and crashes. After...
View ArticleNaming Connection
I am using C# to push an access query to Excel. My syntax works great, but I would now like to name the connection so when a workbook has multiple connections I know which one I should select to...
View ArticleDisable Share And Export click under file option in 2013 using addins
Hi,I wrote the WORD addins for Office 2013 using C# and able to handle and catch the event for Save and Save as and print etc.Now , i wanted to disable the Share and Export option for WORD.i wanted to...
View ArticleExcel Addin object binding issues
Unable to add the ListObject to the active sheet object of excel add in.In excel workbook we can add the List Object as below Microsoft.Office.Tools.Excel.ListObject list2; if...
View Article