Edward
Edward

Reputation: 29986

Publish Word Addin to Shared Folder

I am creating a Word add in, and publish to Shared Folder, but I got error "Cannot find ‘file://xx/Word/home.html?_host_Info=Word|Win32|16.01|en-US". If I enter this address in the IE, it shows up correctly.
I follow below links.
Build your first Word add-in
In addition, please ignore the different name for shared folder, I made twice test, and I shared the unconsistency name.

Thanks for your help. enter image description here

Upvotes: 0

Views: 875

Answers (1)

Michael Zlatkovsky
Michael Zlatkovsky

Reputation: 8670

Based on the image/description, I think the issue is with the way you're sharing your folder, or what you're adding to the trusted-catalogs entry.

There should be no "file://". Instead, once you've shared a folder with yourself, you should be able to see it as \computer-name\mymanifestfolder.

If you show a screenshot of what you have in your trusted catalog, and how you've shared the folder, I could help further.

EDIT: Thinking on it some more, it might be a manifest issue instead. Could you share what you have in your manifest? Note that instead of pointing to a file:// location, you'll want to host your files on an IIS host (localhost, azure, git + rawgit), etc.

Upvotes: 1

Related Questions