Azure Text To Speech runs abnormally in published Add-in of Office

Davy Chen 1 Reputation point
2022-07-10T05:44:25.213+00:00

Hi Guys, I'm developing an Outlook Add-in using Azure Text To Speech.

The Azure Speech looks not initialized normally.

219225-image.png

After Line #111, I don't see any logs output.

219226-image.png

Only outputs log before Line #111.

219197-image.png

This is FormMainSettings.WriteLine() looks like.

How can I debug or fix?

Thanks.

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,555 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Davy Chen 11 Reputation points
    2022-07-19T02:57:30.89+00:00

    Hi @romungi-MSFT , @YutongTie-MSFT ,

    Thanks for following up.

    I figured that out. Publish doesn't enclose Azure Speech DLLs with the Add-In deliver package.

    I find the DLLs in Bin/Release/x64 folder and copy to System32. Then it works. Thanks guys, haha.

    Have a good day.

    2 people found this answer helpful.
    0 comments No comments