18,749 questions

Sort by: Created
0 answers

How do I do it? "perform the starting action"

perform the starting action. How do i do it?

Microsoft Power Platform Training
Microsoft Power Platform Training
Microsoft Power Platform: An integrated set of Microsoft business intelligence services.Training: Instruction to develop new skills.
151 questions
asked 2024-06-16T06:35:02.27+00:00
Doron Weinstein 0 Reputation points
0 answers

Maui picker for Android selection issue

Hello All. Currently in my app I have a picker from witch the user select an option from a list of options each option is string NAME that describe the task the app need to do. Now I found that this name is not enough for the user and I want if possible…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,057 questions
asked 2024-06-16T06:31:40.76+00:00
Haviv Elbsz 1,986 Reputation points
0 answers

Hello, We weren't able to setup ur password. I cant Login to my desktop Please help me ):

saying "We weren't able to set up your pin." There is no way to login even with user and password for a Microsoft account. I already tried to log in and out multiple times. No leads. I really need my desktop and my C drive and i cant cant…

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,483 questions
.NET F#
.NET F#
.NET: Microsoft Technologies based on the .NET software framework.F#: A strongly typed, multi-paradigm programming language developed by the F# Software Foundation, Microsoft, and open contributors.
98 questions
asked 2024-06-16T06:30:36.43+00:00
0 answers

XCopy stops working on Win10

xcopy starts working normal, then it takes longer and longer to copy until it stops completely.

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,945 questions
asked 2024-06-16T06:19:25.7933333+00:00
Walter Gith 1 Reputation point
0 answers

There is a red wavy line but there is no error. Bug or settings?

void ff(int* p) { std::cout<< *p; }; void ff(unsigned int i) { i++; } void func(void (&&fp)(int*)) { int i = 6; fp(&i); } //no other overloaded versions of func ...... func(ff); I compiled with no error or warning, but there is 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,765 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,592 questions
asked 2024-06-16T06:08:44.82+00:00
zzzhhh 40 Reputation points
0 answers

How to merge accounts MS Learn for PL-300 exam?

Hi, I have scheduled an exam for the PL-300. I would like to merge it to my personal MS Learn account so that when I have taken te PL-300 exam I can link the certificate to that account. I read information everywhere that you have to do this before the…

Microsoft Power Platform Training
Microsoft Power Platform Training
Microsoft Power Platform: An integrated set of Microsoft business intelligence services.Training: Instruction to develop new skills.
151 questions
asked 2024-06-16T06:07:50.8666667+00:00
Melanie Schiffelers-Bakker 0 Reputation points
0 answers

How do i get information about language settings, codepageinfo from WINAPI?

I'm trying to get information about the Windows language settings. In Windows 11, how can I get information about the language settings on Windows and what information do I need to get? I've found "winnls.h", and am referencing it but i have a…

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,473 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,616 questions
asked 2024-06-16T05:17:21.4566667+00:00
손 상현 0 Reputation points
0 answers

Unable to add existing & create new multiple disks to vm module using azure bicep

Hello All, I tried add existing & create new data disks to VM using azure bicep.its giving error "Changing property not allowed createoption.datadisk.name not allowed datadisks:[ { lun: 0 createOption: 'None' caching:…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,374 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,062 questions
asked 2024-06-16T04:59:59.7866667+00:00
Satish B 25 Reputation points
edited the question 2024-06-16T05:45:51.1666667+00:00
Satish B 25 Reputation points
0 answers

How to run the python notebook stored in the code repositery?

I am trying to run the jupyter notebook using the papermill libarary inside my function app. The notebook file is stored inside the same repo as the function app code is. This is the error I am getting 2024-06-16T03:50:35Z [Error] Error occurred while…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,487 questions
asked 2024-06-16T04:37:18.1+00:00
Ashraf Khan 0 Reputation points
edited the question 2024-06-16T04:41:10.78+00:00
Ashraf Khan 0 Reputation points
0 answers

Intune ios personal device enrollment error

We are facing issue while enrolling the ios device to intune error as "safari could not install a profile due to an unknown error".We have delete the cache of safari but issue not resolved.

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,771 questions
Microsoft Intune Enrollment
Microsoft Intune Enrollment
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Enrollment: The process of requesting, receiving, and installing a certificate.
1,283 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,574 questions
asked 2024-06-16T04:28:51.1433333+00:00
0 answers

How to set Click on picture then go to new different page.That mean one picture one new page.

@page "/" @rendermode InteractiveServer @inject NavigationManager Navigation <PageTitle>Home</PageTitle> <h1>Hello, world!</h1> Welcome to your new app. <p></p> @foreach (var image in images) { …

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,451 questions
asked 2024-06-16T04:17:09.63+00:00
MIPAKTEH_1 180 Reputation points
0 answers

how to fix Cannot send a content-body with this verb-type with a Post request

I have a VB.net app that is trying to send a post request to get a token. However, I get the error above. Below is a snipit of the code in question. Dim client = New RestClient(stTokenURL) Dim request = New RestRequest(Method.Post) Dim…

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,626 questions
asked 2024-06-16T03:44:47.1566667+00:00
Mark Larsen 0 Reputation points
0 answers

WHy Youtube?

Why Does a video in a form must be in youtube? Why not n Stream? This question is related to the following Learning Module

Office 365 Training
Office 365 Training
Office 365: A set of Microsoft legacy offerings that combine Office desktop apps with cloud services including OneDrive and Microsoft Teams.Training: Instruction to develop new skills.
9 questions
asked 2024-06-16T03:14:18.7666667+00:00
Susan Moineau 0 Reputation points
0 answers

MIEEの更新ページについて

MIEEの更新ページについて質問です。あと文章を提出して完成をさせようとアクセスしてもサーバーに接続できない表示がでて困っていますどうしたら接続できるのでしょうか

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,616 questions
asked 2024-06-16T03:06:17.0766667+00:00
0 answers

Microsoft Automatic Update won't install on my MacBook

I got a new MacBook Air (M-3 chip) and used the Apple migration program to get my stuff onto the new computer. When I opened the computer, it said that Microsoft 365 needed an upgrade and went to Microsoft Automatic Update and that too needed an update.…

Microsoft 365 Training
Microsoft 365 Training
Microsoft 365: Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.Training: Instruction to develop new skills.
41 questions
asked 2024-06-16T02:52:46.26+00:00
Ed Cota 0 Reputation points
0 answers

Retaining GridView Textbox value after GridView Pagination Changes

Please help look into what i need to modify in my code. My textbox is losing values typed into its control after gridview pagination click. Thanks and code below<asp:GridView ID="GridView1" runat="server" Style="text-align:…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,363 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,483 questions
asked 2024-06-16T01:03:18.18+00:00
Imoleayo Emmanuel 0 Reputation points
0 answers

Why does Microsoft turn my mic back on during an update?

Experiencing a lot of Microsoft spyware issues with my new laptop with the latest Windows Pro. My laptop just updated and a lot of my privacy selections have been switched back on. It is creepy that Microsoft is doing this to paying clients. If it…

Microsoft Configuration Manager
asked 2024-06-16T00:21:19.41+00:00
cw lats 0 Reputation points
0 answers

Shared a folder in OneDrive Personal but wont show in Windows Explorer

I have shared a folder from my personal OneDrive to a number of people as Direct Edit Access. However it shows as a link in their OneDrive and when I click add shortcut to their OneDrive it only adds a hyperlink shortcut and not the folder to work with…

OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
904 questions
OneDrive Management
OneDrive Management
OneDrive: A Microsoft file hosting and synchronization service.Management: The act or process of organizing, handling, directing or controlling something.
1,167 questions
asked 2024-06-15T23:58:04.9866667+00:00
carl munns 0 Reputation points
0 answers

Microsoft Defender

Hi Team, Wonder if you could help, please. We're exploring the functions within the Attack Simulation module in Microsoft 365 Defender. When Configuring the simulation, under Send end user notification, we get multiple options for delivery preferences…

Microsoft Defender for Identity
Microsoft Defender for Identity
A Microsoft service that helps protect enterprise hybrid environments from multiple types of advanced, targeted cyberattacks and insider threats.
167 questions
asked 2024-06-15T23:51:14.7066667+00:00
Dipen Soni 0 Reputation points
0 answers

unable to save event

Hi One of my MAC user is facing issue saving calendar invites in outlook. user is getting the error unable to save calendar event to disk. please guide me troubleshoot this issue.

Office
Office
A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.
1,391 questions
Outlook
Outlook
A family of Microsoft email and calendar products.
3,216 questions
Office Mac
Office Mac
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Mac: A family of Apple personal computers that run the macOS operating system.
476 questions
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
4,986 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,305 questions
asked 2024-06-15T23:44:07.27+00:00
Glenn Maxwell 10,551 Reputation points
edited the question 2024-06-15T23:44:33.2833333+00:00
Glenn Maxwell 10,551 Reputation points