office-addins

Windows installer for office add in

我的未来我决定 提交于 2019-12-11 07:41:56
问题 I created s set up project using this link. The addin was not getting installed. When I tried to add it through add ins in excel it said "xxx is not a valid office addin". This error is because the dll is not strong named and not in GAC. So I enabled adding the dll in GAC in the set up project using this link I am still not able to see the add in when I run the set up. and when I forcibly tried to add it, got the same error. Any idea whats going wrong? Thanks in advance! Update: Added the

Disable Office 365 Outlook Add-in for desktop

喜夏-厌秋 提交于 2019-12-11 07:35:59
问题 I have developed an Office 365 Outlook Add-in for the web. It's automatically supported in desktop also. I want to disable the app only for the desktop. I guess we need to change something in Manifest file but I couldn't get any clue. Can anyone help me to achieve this?? 回答1: The Office add-in is aim to cross-platform developing for the Office solution. At present, it doesn't support to limit platform. Here is the specification of “Host“ element which used to specify the Office host

App Submission - Help/Support Link Requirement

房东的猫 提交于 2019-12-11 07:14:43
问题 We are submitting an Outlook add-in app to the Office Store. Our add-in has a "Help" link in it that points to our customer care / support site. However, our support site does require a log in...our customers need to log in to search knowledge base, log a support case, etc. We have no way around the fact that our support site requires log in...this is just how our support mechanism works. So, we are getting the following comment with our rejected submission: "The current Support URL in your

Payment options for Office add-ins in the Office store

蓝咒 提交于 2019-12-11 05:57:18
问题 We want to develop an add-in for several of the Office applications, we want the end-user to pay for these add-ins. We're not sure how to go about licensing and payment options. There should be some limited options for payment in the Office Store, but how we would check licenses in that case is unclear to me. Would it also be possible (or rather: allowed) to have our own (or a third party) licensing and payment system in the add-in? What would generally be the best option here? 回答1: Both

how to implement OAuth connection to 3rd party from Outlook Mobile App addin

点点圈 提交于 2019-12-11 05:39:47
问题 we tried opening a window, office dialogAsyncApi but they didnt work. the call never returned to the add-in running in outlook mobile app on both android & ios. what is the preferred approach? 回答1: Below are some resources on using the dialog API in Office.js. They should be supported in Outlook Mobile on iOS and Android. This is preferrable to window.open . Dialog API in Office Add-ins Dialog API doc 来源: https://stackoverflow.com/questions/53226711/how-to-implement-oauth-connection-to-3rd

OneNote COM Addin only loads manually

China☆狼群 提交于 2019-12-11 05:24:01
问题 I have been working on a COM add-in for OneNote based on the tutorial at http://www.malteahrens.com/#/blog/howto-onenote-dev/ and http://support.microsoft.com/kb/2555352. It builds fine, however, when I load OneNote, I have to manually go through to options to start the add in. It tells me a "runtime error occurred during the loading of the COM add-in." Once the add-in is loaded manually it works as it should. I've been searching around on the internet for a while without much luck. I have

Office.EventType.DocumentSelectionChanged(in Excel) not working in all web browsers

拈花ヽ惹草 提交于 2019-12-11 03:47:12
问题 I am trying to add DocumentSelectionChanged event handle in Excel online document (tested in all browsers). Creating this event is failing from last 15 days. Please help me here P.S: Same event working fine in Excel 2013 desktop environment Office.context.document.addHandlerAsync(Office.EventType.DocumentSelectionChanged, function(eventArgs) { console.log(eventArgs); }, function(asyncResult) { console.log(asyncResult); }); OSF.DDA.AsyncResult {value: undefined, status: "failed", error: OSF

Excel add-in fails with 0x8004063E

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-11 03:41:31
问题 I have an Excel add in which used to work perfectly. Lately, many customers received the following error (in the end of this question). Environment details: Windows 7/8 64 bit. Microsoft Office 2013 64 bit Add in is compiled under .net 3.5 Any help will be highly appreciated. Exception from HRESULT: 0x8004063E ********** Exception Text ********** System.Runtime.InteropServices.COMException (0x8004063E): Exception from HRESULT: 0x8004063E at System.Runtime.InteropServices.Marshal

C# Global keyboard hook in Office Addin 2013

你。 提交于 2019-12-11 03:22:47
问题 I encounter a problem to make my Office Addin works with my global keyboard on Powerpoint 2013 but not on the previous versions (2007 and 2010). I do not get any exception but it seems that the OnKeyDown event is never triggered on Powerpoint 2013, and I don't know why. I get the same problems on all versions of Windows (XP, 7, 8 & 8.1), on 32 & 64 bits environments. The version of Microsoft Office is 32 bits. Here is a code sample : using System; using System.Collections.Generic; using

Outlook Javascript API - window.open not working from Outlook 2016 Desktop/Windows

喜欢而已 提交于 2019-12-11 02:36:33
问题 I have an Office Add-In written in the new JavaScript API, inside of it, I have a JS function which after some logic opens a web app in a new window using window.open(url, '_blank') It works when called from the add-in pane in Outlook Web in both, localhost hosted add-in, as well as after deployment on heroku. However when called from a command (add-in button on ribbon) it works only when the add-in is hosted on localhost, after I deploy it on heroku, the add-in works, shows commands in the