word-addins Questions
4
Solved
I've got a strange issue with a Word VSTO add-in on one machine where running the visual studio project opens word but does not attempt to start the add in as far as I can tell.
I got to this poin...
Northman asked 20/5, 2019 at 15:37
0
I'm trying to get a Word add-in published into the Microsoft App Store and continue to get rejected for '1100.5.6.2 Default Icon in Ribbon' 'The Ribbon icon for the offer is displaying a default ic...
Chutzpah asked 9/12, 2020 at 17:39
1
One of our customers is facing an issue while trying to activate an app created by them.
The app is published as free of charge.
Location: https://store.office.com/en-001/app.aspx?assetid=WA10437...
Leap asked 11/5, 2017 at 21:17
0
I'm working on Office 365 Word Add-in that opens a document.
When we open the document via context.application.createDocument(base64string).open(), it launches a new window instead of opening the ...
Mincey asked 28/5, 2020 at 20:45
1
Solved
I am developing a Word 2016 Addin and I have received an error from a client (logged via Sentry) that I'm having trouble reproducing. It occurred in a Dialog window on macOS Sierra 10.12.6 in Word ...
Enceladus asked 31/5, 2018 at 5:53
1
Solved
I have an Office addin which uses the following backstage XML to add custom UI elements into Microsoft Word backstage:
<?xml version="1.0" encoding="UTF-8"?>
<customUI ...
Thaumaturge asked 4/11, 2016 at 20:19
2
Solved
In my Word add-in, I have a Word Document object which contains a particular Section. In this Section, I append a Shape:
var shape = section.Headers[WdHeaderFooterIndex.wdHeaderFooterFirstPage].Sh...
Joyajoyan asked 28/9, 2016 at 19:42
2
I have a custom addin for Word (could also be for Excel).
The addin has a ribbon with multiple groups and multiple controls (buttons) within them.
This is an ongoing project and some of the ribbo...
Archie asked 16/8, 2016 at 12:19
2
We have developed a product that is a standard VSTO addin (Word 2010 and Word 2013, x86 only). By default when it is installed, it is installed for all users (ie. the addin registry entries are ins...
Apocrypha asked 17/9, 2015 at 14:34
2
Solved
The issue in short is that I created a Word VSTO addin that works perfectly fine on a number of machines, but fails to load on one machine only. I don't know if the problem is in the assembly name,...
Orfield asked 3/5, 2015 at 21:43
1
© 2022 - 2024 — McMap. All rights reserved.