Word Taskpane loading in Internet Explora but not Word

Mandz 1 Reputation point
2022-11-28T14:15:04.697+00:00

I am using Visual Studio and Azure to host a web app.

The web app is a Word taskpane.

When i run the taskpane in test mode in Visual Studio it works fine but when i publish it and load it via Azure the taskpane only opens to Internet Explora.

The taskpane remains open while Internet Explora pops up in a window with the contents.

I have included:
ffice.initialize = function () {
if (!Office.context.requirements.isSetSupported('WordApi', '1.1')) {
console.log("Sorry, this add-in only works with newer versions of Word.");
}

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
4,318 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. David Chesnut 166 Reputation points Microsoft Employee
    2022-12-02T23:09:58.69+00:00

    Hi @Mandz , can you please provide more information about the specific version of the browser you are using, and if this is Word on Windows, or Mac? Thanks!


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.