Microsoft Q&A
Questions
Discover questions that will help you on every step of your technical journey.
Content
text-to-speech Python SDK SSML Not effective
text-to-speech Python SDK SSML voice-sentenceboundarysilence-exact Not effective


Space between text and citation field in Word
Hi Word seems to automatically put a space in front of a citation code (see yellow highlight in image below). Is there any way of editing the field code to remove the unwanted space? this is in 'Harvard - Anglia' Citation Style it appears to come from…


DatePiker Help
I have a Model, with a datetime name DateOfBirth. public class LocalUser : ObservableObject { private string? firstName; private string? lastName; private string? password; private string? confirm; private…


I don’t receive any email from my hotmail account for over 24 hours
My hotmail account havent received any email for over 24 hrs. When I sent myself an email from another account it bounces back saying “ undeliverable “ . The recipient’s mailbox is full…” I have check storage in my iPad and I have plenty storage. My…
Export SST
Please suggest a solution https://social.technet.microsoft.com/Forums/ru-RU/69fd919a-8f13-4e37-a578-7beea51b9f30/-?forum=defotherru
Unhandled exception rendering component: The input does not contain any JSON tokens.
Hi, I received the message in picture below when I want to rendering the datagrid in sidepanel. I can't display the Action table. The first table is the classe SuiviBE.cs et la seconde table is ActionItem. FYI I use FK It's seems is well define. I run…
KB5023702 fail to install 0x80073701 Server 2019
KB5023702 fails to install on Server 2019 with error code 0x80073701. Other updates install fine, but this one has failed several months in a row. There is plenty of disk space available. SFC and DISM scans don't work, and we've tried manually installing…
LoadBuildingBlocks in Word Document_New and Document_Open very slow
Hi, I want that some Word documents would be based on quite a complex Word template called MyMainTemplate.dotm. MyMainTemplate.dotm uses several BuildingBlocks that are stored in MyServiceXx.dotx templates (different templates for different languages: Xx…


My azure cognitive service does not stop talking
I have my service SpeechSynthesizer? speechSynthesizer; public async Task ReadOutLoudAsync(string text) { var key = ConstantsHelpers.AZURE_LANGUAGE_KEY; var endpoint = new Uri(ConstantsHelpers.AZURE_LANGUAGE_URL); …


ASP net core cors put method problem
Hello, I have a problem i wrote a Controler and a website. The website is under the main domain https://abc.com, my services are in subdomains https://subdomain.abc.com. I configured cors, GET and POST methods are working, but PUT makes…


Can I merge .pst files from old laptop into Outlook Desktop App on new laptop?
I bought a new W11Pro laptop to replace an old, slow one. Initially, I was using Outlook webmail for my three business email addresses, all on the same domain. I have one licensed M365 Business Standard address, and two unlicensed addresses under…
How can I fetch emails from shared email address (or inbox) through an app or through Graph API?
I have a registered application in Azure portal which helps in fetching emails from a mail address. The application has all API permissions related to mail set to read and write permissions. The steps I follow to fetch emails are: I call…


How to add a child node to a selected parent node programmatically? C++ Winforms
Friends. I'm studying the treeView component and I'm having trouble adding a child node to a selected parent node via programming. The parent node is selected by the checkbox next to the name. With the line below I add it, but inside the parentheses…


Is it possible to save or convert the result of an NLP text classification job as an ONNX model?
Is it possible to save or convert the result of an NLP text classification job as an ONNX model? For normal classification tasks, I know it's possible using the enable_onnx_compatible_models parameter. But for NLP Text Classification jobs using the…


Should we delete the public IPs from VM in the backend pool of an internal LB
Should we delete the public IPs from VMs in the backend pool of an internal LB?
Conversational Language Understanding - Does not allow Standard Training
Hi, I am trying to use "Conversational Language Understanding" following the guide https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/conversational-language-understanding/how-to/train-model?tabs=language-studio. I…


Exam result and badge not showing after 4 days (Azure 305 Roberto Scipioni)
I am very disappointed to have noticed that after over 4 days neither my results nor my badge is available on the microsoft web site. I would sincerely hope that this be fixed as soon as possible. With best regards and thanks Dr Roberto Scipioni HPC…


Windows 11 upgrade being forced on me - how can I stop it?
Currently running Windows 10. Offered an upgrade to Windows 11 which I accepted. However, after upgrading some of my programs didn't work and all my e-mails had disappeared. Reverted to Windows 10. So far so good. A couple of days later Windows…


Replace string
Hello everyone, I have a string that contains some IP and port numbers in this format: 108.177.3.26:25 each block in IP can be from 1 to 3 digits, and port after : can be up to 5 digits (65535) No need to validate it, just gonna replace all those blocks…


What is the best way to prevent my Window Opening with a White Background?
I tried showing the window, only after the paint message was received, painting the window black, but the window still appears white, before turning black. How can I make sure the window always opens black, and a white background is never seen, even for…