443,230 questions

Sort by: Updated
1 answer

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
asked 2025-06-29T09:58:17.9666667+00:00
Adelekan Kafayat 0 Reputation points
edited the question 2025-06-29T10:54:55.2166667+00:00
Andreas Baumgarten 123.4K Reputation points MVP Volunteer Moderator
0 answers

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
asked 2025-06-29T10:51:33.4733333+00:00
MAHMOUD ANIS ARAFA 21 Reputation points
1 answer

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
asked 2025-06-25T11:56:47.95+00:00
Ferrograph 0 Reputation points
edited an answer 2025-06-29T10:49:08.97+00:00
Beatrix 880 Reputation points Independent Advisor
0 answers

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
asked 2025-06-29T10:45:54.0766667+00:00
Hossam Nabil 0 Reputation points
3 answers

"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
asked 2025-06-15T08:59:09.86+00:00
Michael Scott 0 Reputation points
commented 2025-06-29T10:40:38.9733333+00:00
David Smith 0 Reputation points
1 answer

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++
asked 2025-06-29T07:22:27.0766667+00:00
Ollivier TARAMASCO 0 Reputation points
edited a comment 2025-06-29T10:37:09.2266667+00:00
RLWA32 49,536 Reputation points
0 answers

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
asked 2025-06-29T05:37:06.49+00:00
mc 5,426 Reputation points
commented 2025-06-29T10:31:30.4666667+00:00
David Lowndes 2,640 Reputation points MVP
0 answers

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
asked 2023-05-09T18:47:30.5866667+00:00
Erich Quintero 5 Reputation points
commented 2025-06-29T10:15:43.7466667+00:00
Miroslaw Freitag 0 Reputation points
0 answers

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
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
4,081 questions
asked 2025-06-29T10:13:08.7566667+00:00
elia getachew 0 Reputation points
5 answers One of the answers was accepted by the question author.

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
asked 2025-06-24T13:12:08.41+00:00
rajesh yadav 191 Reputation points
accepted 2025-06-29T10:03:38.5233333+00:00
rajesh yadav 191 Reputation points
0 answers

❌ 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
asked 2025-06-29T09:55:27.5933333+00:00
Darshan N 0 Reputation points
0 answers

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
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
520 questions
asked 2025-06-29T08:50:47.1466667+00:00
drdave1956 0 Reputation points
commented 2025-06-29T09:45:57.3266667+00:00
Jerald Felix 1,630 Reputation points
0 answers

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#
asked 2025-06-27T08:25:44.3733333+00:00
Mashuk Raza 20 Reputation points
edited the question 2025-06-29T09:45:22.6866667+00:00
Mashuk Raza 20 Reputation points
0 answers

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#
asked 2025-06-27T08:48:17.1633333+00:00
Mashuk Raza 20 Reputation points
edited the question 2025-06-29T09:44:52.91+00:00
Mashuk Raza 20 Reputation points
0 answers

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
System Center Operations Manager
A family of System Center products that provide infrastructure monitoring, help ensure the predictable performance and availability of vital applications, and offer comprehensive monitoring for datacenters and cloud, both private and public.
1,603 questions
asked 2025-06-29T09:43:05.36+00:00
Scott C McCampbell 0 Reputation points
1 answer

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
asked 2025-02-23T09:50:05.45+00:00
Sebastian Johansson 5 Reputation points
commented 2025-06-29T09:39:12.1866667+00:00
Divyesh Govaerdhanan 6,235 Reputation points
0 answers

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
asked 2025-06-26T13:22:39.49+00:00
SVA 116 Reputation points
commented 2025-06-29T09:27:09.5266667+00:00
SVA 116 Reputation points
2 answers

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
asked 2025-06-29T07:51:38.34+00:00
Sowrov 0 Reputation points
answered 2025-06-29T09:19:22.2666667+00:00
Berneice Heaney 0 Reputation points
1 answer

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
asked 2025-06-29T01:41:47.34+00:00
Chris Grossman 5 Reputation points
answered 2025-06-29T09:11:40.96+00:00
simo-k 10,420 Reputation points Volunteer Moderator
1 answer

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…

Microsoft 365 and Office Excel For business Windows
asked 2025-06-29T09:03:20.99+00:00
Simon Wessels 0 Reputation points
answered 2025-06-29T09:07:48.3333333+00:00
simo-k 10,420 Reputation points Volunteer Moderator