349,320 questions

Sort by: Updated
0 answers

Program output is correct, but VS reports an error during step-by-step debugging

The C++ code snippet is: class A { public: A(const std::string& ss, const std::string& tt) : s(ss), t(tt) {} void func1() const { std::cout << s; } void func2() const { std::cout << t; } using Action = void (A::*)()…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,711 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,569 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
953 questions
asked 2024-05-29T01:58:25.83+00:00
zzzhhh 20 Reputation points
0 answers

How can I boot another user out of my system to get back into using it?

My Azure labs keeps getting stuck. It tells me because there is another person connected on my account.

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,064 questions
asked 2024-05-28T23:11:42.89+00:00
James W Righter 0 Reputation points
edited the question 2024-05-29T01:57:28.6466667+00:00
Anveshreddy Nimmala 2,870 Reputation points Microsoft Vendor
3 answers

Configuring Edge Updates via Azure Update Manager and Disabling Automatic Updates

I want Edge updates to be received whenever I create a deployment in Azure Update Manager. What is the best possible Group Policy to set on the Azure VM to stop the automatic update of Edge and instead update it on a monthly basis through Scheduled…

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,176 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,310 questions
Azure Update Manager
Azure Update Manager
An Azure service to centrally manages updates and compliance at scale.
257 questions
asked 2024-05-27T15:10:14.81+00:00
Rath, Sibananda 50 Reputation points
commented 2024-05-29T01:57:25.2766667+00:00
Yu Zhou-MSFT 12,461 Reputation points Microsoft Vendor
2 answers

OOBE takes too long time

I can deploy Windows 11 to the new computers and the applications are installed after OSD. But I want to make a bit of improvement. It takes more than ten minutes to complete the OOBE setup for the first login. Can I skip these OOBE steps or reduce the…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,455 questions
Microsoft Intune Configuration
Microsoft Intune Configuration
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Configuration: The process of arranging or setting up computer systems, hardware, or software.
1,752 questions
Microsoft Configuration Manager
asked 2024-05-28T15:55:55.48+00:00
SilasHelper 226 Reputation points
answered 2024-05-29T01:56:28.28+00:00
Simon Ren-MSFT 30,831 Reputation points Microsoft Vendor
1 answer

How can I create a MS Teams app for live translate of a group call between two different languages?

How can I create a MS Teams app for live translate of a group call between two different languages, say, english & spanish? Or MS teams provides any such functionalities? Lets

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,261 questions
asked 2024-05-27T10:53:59.02+00:00
Sourav Saha 0 Reputation points
commented 2024-05-29T01:56:16.64+00:00
LiweiTian-MSFT 14,945 Reputation points Microsoft Vendor
1 answer

Accessing Sharepoint Online (Uploading Documents)

I have .net application that's able to access Sharepoint Online and upload documents. We're using an app only registration using a certificate to authenticate. This all works locally, including using a local (on-disk) certificate. Today, I've moved the…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,467 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,888 questions
asked 2024-05-28T09:50:23.1866667+00:00
answered 2024-05-29T01:55:30.5066667+00:00
RaytheonXie_MSFT 32,241 Reputation points Microsoft Vendor
1 answer

Black screen with white dotted circle, can't access Safe Mode

Per the title, I turn on my computer and am greeted with the white circle on black background. There is no Windows logo, or anything else. I tried plugging in the original media I used to install Windows with no success. Any ideas? Thanks for your time!

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,826 questions
asked 2024-05-28T18:48:20.3266667+00:00
Paul Mardegan 0 Reputation points
edited an answer 2024-05-29T01:52:48.36+00:00
Hania Lian 8,716 Reputation points Microsoft Vendor
6 answers

The Windows 10 Video Editor disappeared. What happened?

I want to trim my videos for my movie, but I can't find Video Editor, the video editing software I used for 10 years. What happened? Did Microsoft drop it? Now, I have to use ClipChamp as a replacement.

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,826 questions
asked 2023-09-01T15:55:14.4633333+00:00
John Kim 45 Reputation points
commented 2024-05-29T01:52:04.3+00:00
Precision Masters Event Planning 0 Reputation points
2 answers

Can I use global interactivity along with per page interactivity in same project of .net 8 blazor web app ?

I have created a blazor web app application and I want to use global auto render mode along with per page interactivity mode in same project, is it possible ?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,467 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,246 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,427 questions
asked 2024-05-28T14:30:31.64+00:00
Kuldeep Y 36 Reputation points
answered 2024-05-29T01:50:26.8566667+00:00
Jerry Fu - MSFT 561 Reputation points Microsoft Vendor
1 answer

How to not play default beep sound when pressing alt key?

I'm implementing the wpf app, and added the shortcut feature with alt key combination. The problem is that the app window is open and active(focused) and I press alt + shift + U(alt key added shortcut), then the default alert sound is playing from OS. I…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,455 questions
asked 2024-05-28T02:14:08.52+00:00
edited a comment 2024-05-29T01:50:09.09+00:00
1 answer

Debugging SQL Server on Linux from remote VS 2022 pc

Is it possible to debug an SQL-Server on an Ubuntu 22 machine from Visual Studio 2022? I can reach the server an can execute queries from within VS2022. But debugging fails with no useful message (error 80004005). Firewall on the server pc is inactive.…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,914 questions
asked 2024-05-28T18:57:39.8333333+00:00
Torsten Kiltz 0 Reputation points
edited the question 2024-05-29T01:49:23.2433333+00:00
Anna Xiu-MSFT 26,651 Reputation points Microsoft Vendor
0 answers

Windows server 2022 can not update patch from Windows server 2022 WSUS

Dear, We have encountered a tricky problem. Our server is Windows Server 2022,One of the servers is WSUS. Our client workstation can update pacth from WSUS Server,But our server can not update from WSUS Server. In the WSUS console display other server…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,310 questions
asked 2024-05-29T01:49:22.0766667+00:00
michael Lu 0 Reputation points
1 answer

Is there any workaround within teams for language tandem matching?

Hi, we are running a language tandem program and are trying to find a workaround in tandem matching. Is there any power automate/ customed apps that can achieve it? An example below: 2 learners fill in the form. 1 learner speaks English and wants to…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,261 questions
asked 2024-05-28T07:40:55.05+00:00
Ruoying Chen 0 Reputation points
answered 2024-05-29T01:45:15.84+00:00
LiweiTian-MSFT 14,945 Reputation points Microsoft Vendor
0 answers

access dashboard but i do not see where i must put the temporary code and i do not see my ID CERTIFICATION.

I pass MCE exam with a gmail adress and received a mail with my ID certification. I made a microsoft account with that and access dashboard but i do not see where i must put the temporary code and i do not see my ID CERTIFICATION. I passed a few years…

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,681 questions
asked 2024-05-28T16:02:03.9733333+00:00
ADRIANA-GABRIELA POPESCU 0 Reputation points
edited the question 2024-05-29T01:43:00.08+00:00
Yu Zhou-MSFT 12,461 Reputation points Microsoft Vendor
1 answer

Extract URL link behind email body using Azure Logic Apps

I am trying to extract csv file from URL that is indicated on the email. I have followed the step from this thread. This is current process in Azure Logic App: This is close-up of the Regex: This is output from the second step (Get emails (V3)) -…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,902 questions
asked 2024-05-21T20:08:45.01+00:00
King Java 500 Reputation points
commented 2024-05-29T01:42:19.1266667+00:00
LeelaRajeshSayana-MSFT 13,871 Reputation points
0 answers

Unable to search for wikis in SharePoint server

When a customer searches for something in the wiki search box in sharepoint, the corresponding content is not found. And, when she creates a wiki, there is no publish button, just a save button.

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,258 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,888 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,725 questions
SharePoint Workflow
SharePoint Workflow
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Workflow: An orchestrated and repeatable pattern of business activity, enabling data transformation, service provision, and information retrieval.
525 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,581 questions
asked 2024-05-29T01:40:26.9066667+00:00
Zoey Liang 165 Reputation points
0 answers

Fail in Publishing

I have followed the instructions on this page, and created a Function App in Azure successfully, but when I publish it, I received the following error: Severity Code Description Project File Line Suppression State Error Unable to resolve…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,401 questions
asked 2024-05-28T22:21:46.84+00:00
Vincent Zhang 0 Reputation points
edited the question 2024-05-29T01:39:02.49+00:00
Anna Xiu-MSFT 26,651 Reputation points Microsoft Vendor
0 answers

Unable to search for wikis in SharePoint server

The client cannot search her desired restults in wiki search box. And when she new a wiki ,there's not publish button, only save button.

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,258 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,888 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,725 questions
SharePoint Workflow
SharePoint Workflow
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Workflow: An orchestrated and repeatable pattern of business activity, enabling data transformation, service provision, and information retrieval.
525 questions
SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,845 questions
asked 2024-05-29T01:36:13.8666667+00:00
Zoey Liang 165 Reputation points
0 answers

can we use Azure SQL Managed Instances with the latest Entra ID Connect servers v2 hosted in Azure ?

I want to know if we can use Azure SQL Managed Instances with the latest Entra ID Connect servers v2 hosted in Azure ?

Azure SQL Database
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,893 questions
asked 2024-05-29T01:36:12.8366667+00:00
Gilbert Chinapen 0 Reputation points
2 answers

Simple program using a Background Worker freezes anyway

Program gets every filename from a folder, then creates a text list of unique extensions found and the frequency. In this case there are around 35000 files. I put most of the work into the Background Worker but the UI freezes anyway until it is finished.…

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,609 questions
asked 2024-05-28T18:23:19.2266667+00:00
Devon Nullman 0 Reputation points
edited an answer 2024-05-29T01:34:56.2333333+00:00
Jiachen Li-MSFT 27,241 Reputation points Microsoft Vendor