how to reschedule missed exam due to OnVue download failure
i want to reschedule my PL-300 EXAM with online OnVue
Community Center Not monitored

How to Change Email Address for Microsoft Learn Personal Login Account
What are the steps to change the email address associated with a personal Microsoft Learn login account? Is it true that only one personal login account is allowed?
Community Center Discuss the Q&A site Get started on Q&A


Windows 10 to 11 upgrade hard failure - wcp.dll choking on xml
Ive been trying to do an inplace upgrade from Windows 10 to 11 for months, Ive been through the process many many times. I cant do a fresh install I have too many legacy app's that I cant reinstall or license so I have to update, and one tool I use will…
Windows for business Windows Client for IT Pros User experience Other
Urgent Request: Full Tenant Lockout – No Admin Access to Microsoft 365
I am reaching out to urgently request your assistance regarding a complete tenant lockout affecting our Microsoft 365 Business account. Problem Summary: None of the users, including the Global Admin, are able to sign in. When attempting to log in, the…
Microsoft 365 and Office Office Online Server
"Unable to pin Traffic widget at this time, try again later"
I have tried to added the traffic widget , but with no luck. I get the message "Unable to pin the Traffic widget at this time, try again later. The Start Experience App has access to the location. I have tried to add the widget on two laptops and a…
Windows for business Windows Client for IT Pros User experience Other

Allocate / free memory with Visual Studio C++
I have a very simple program int main(void) { double* myVect = new double[10000000]; wait(2); // wait for 2 seconds delete[] myVect; wait(2); return 0; } I execute this program in Debug mode, put a breakpoint on "return 0" and look at the…
Developer technologies C++

how to keep the decimalpoint 3 -5 of a float?
float x=393f,y=393f; x-y may be a value not zero. bool IsInLine(float x,float y){} this is to determin weather x,y is in my line but if I pass parameter it will compute error. the value may be a integer and same. but if x-x1 or x-y is not zero. I think…
Developer technologies .NET .NET Runtime
Microsoft.DevCenter/networkconnections quota exceeded?
Same as https://learn.microsoft.com/en-us/answers/questions/1194005/cannot-create-network-connection-resource-for-dev: while following steps from…
Community Center Not monitored
How I can I increase the quota for gpt4.1 on azure ai foundry?
We have an app that requires more tokens than what is currently being provided
Azure OpenAI Service
how or where a sync function in a web API controller can help me?
hi, I just made one web API with core 9 with entity framework and all actions, i found that all the methods are made with a sync. q1) so my question is where or how it can help me , because in my case i call my controllers action methods from java…
Developer technologies ASP.NET ASP.NET API
❌ Error analyzing Darshan.pdf: (<urllib3.connection.HTTPSConnection object at 0x000001491FA0BBD0>, 'Connection to cvresume.cognitiveservices.azure.com timed out. (connect timeout=90)')
Error analyzing Darshan.pdf: (<urllib3.connection.HTTPSConnection object at 0x000001491FA0BBD0>, 'Connection to cvresume.cognitiveservices.azure.com timed out. (connect timeout=90)')
Microsoft Teams Development
looking for ai similar to copilot, gemini, and chatgpt to search and index very large fils arount 5 mb, withyout paraphrasing or infering
I'm looking for an AI chatbot similar to Copilot that can search large text files, >5MB and extract data based on keyword search and reformat into ms word file example search a health record and output sentences of symptoms sorted by date
Azure AI Language

Are BinScope checks like ATLVersionCheck and GSCheck applicable to C# applications?
Dear Team, I ran Microsoft BinScope 2014 on a C# application (.NET managed code) and observed several failed checks including: ATLVersionCheck ATLvulnCheck CompilerVersionCheck GSCheck GSFriendlyInitCheck GSFunctionSafeBuffersCheck RSA32Check …
Developer technologies C#
Is Stack Protection Header applicable or configurable in C# applications?
Dear Team, I’m analyzing a C#application and noticed that tools like Process Explorer or PE header inspectors show "Stack Protection: Disabled" for the executable. I would like to confirm the following: Is it possible to enable stack…
Developer technologies C#
Why does my Media Player STOP the visulazations after each track in a playlist and how do I FIX IT?
I would like my Media Player to continue the visualzations, from track to track when playing a playlist! The only way to bring it back to life, is to hit the STOP button, and double click the next track...HOW ANNYOINIG! I see questions about this going…
System Center Operations Manager
Microsoft 365 Developer Program is not qualified for me
I`m learning about Microsoft 365 MS900 and in a module in Microsoft Learn I am supposed to create a Microsoft 365 Developer Program sandbox subscription but it says: Thank you for joining. You don't current qualify for a Microsoft 365 Developer Program…
Microsoft 365 and Office Development Microsoft 365 Developer Program
Migration of Data
Hello, What is is the best and most efficient (performance wise) method to migrate of full data from large database to small multiple database (microservices) during cutover. Thanks
SQL Server Database Engine
I can't download SSMS, It provide Visual Studio in SSMS's Link
Dear, I can not download SQL Server Management Studio, while i click to Download SSMS it automatically download Visual Studio. Why this happed, i got this problem for a long time. This is the link…
SQL Server Database Engine
DLL file not found when invoking function from Excel/VBA
I'm running Windows 11 with 64-bit MS/Office 2021. I have a very large (>25KSLOC) Excel/VBA application with a helper DLL written in C and compiled by Visual Studio 2022. The last time I used the app was May 4, 2025, and it worked perfectly. Today,…
Developer technologies Visual Basic for Applications
Wrongfully disappearing rows after filtering in Excel pivot table on Power BI dataset
Hello Microsoft, I encounter a curious problem when connecting from Excel to a Power BI dataset and creating a pivot table. The pivot table is a very simple one, it is designed to show the quantity of products received per purchase order. When I look at…