0
votes

I have located the Add-in folder on my computer and copied manually the demo app explained in this video.

However when I try to open the Stock sample data Excel spreadsheet, I get the following error:

ADD-IN ERROR This add-in is no longer available: add-ins inserted during development are only available during debugging from Visual Studio. Please open your project in Visual Studio and re-run your application, or deploy your add-in into a valid catalog and re-inser

Isn't it possible to create an add-in just by using html/javascript files and a manifest? or am I looking at the wrong folder/file?

EDIT: I have tried the 2 solutions suggested here:

ie using localhost trick or sharing with myself, I still can not see my add-in in Developer/Add-ins/Shared Folder

2
If this is a javascript question please label it as such. - Doug Glancy
Add-ins don't work like that unless your in a testing environment. More info: docs.microsoft.com/en-us/office/dev/add-ins/develop/… - ashleedawg

2 Answers

0
votes

Actually I managed to resolve my issue by using the first solution indicated in the EDIT: using \\localhost\C$\Users\etc... Now my add-in appears in the trusted add-ins catalog.

Wasn't working because I had done a spelling mistake $C instead of C$

0
votes

I faced the same issue. repair ms office and then it'll work hopefully. I my case it worked after I repair the office package