292,193 questions

Sort by: Updated
1 answer

How to paste image to canvas from WebView2?

In C# uwp project i want to paste image from a WebView2 to my Canvas. I tried to implement that in 2 ways: with drag n drop and with right click copy. Drag n drop cannot be possible because i cannot drag the image from webview2, so the subscribed drop…

Universal Windows Platform (UWP)
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,343 questions
asked 2024-05-03T12:24:11.99+00:00
Tamás Bitó 20 Reputation points
commented 2024-05-17T09:54:40.4266667+00:00
Junjie Zhu - MSFT 15,446 Reputation points Microsoft Vendor
1 answer

File explorer wont open with an azure file share drive mapped

I recently setup the file share, the site to site and the point to site vpn access to get to file share. It works great on P2S VPN and S2S VPN, but the minute I am off the VPN and try and open file explorer, it opens, shows only home and doesnt respond.…

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,175 questions
asked 2023-05-26T13:38:53.2533333+00:00
Mark Hense 5 Reputation points
commented 2024-05-17T09:53:55.4633333+00:00
Shawn Agarwal 0 Reputation points
1 answer

windows 10 login error:

windows 10 login error: "security policy on this computer are set to display last login information, but windows can t display that information"

Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
2,776 questions
asked 2024-05-15T17:59:48.0666667+00:00
Howard Beny 0 Reputation points
commented 2024-05-17T09:53:07.8033333+00:00
Howard Beny 0 Reputation points
1 answer

客户端与服务端sql server交互问题

问题背景: 一款系统产品的部署测试,SQL Server版本SQLServer2016SP2-FullSlipstream-x64-CHS(一开始为2017有问题,后降到2016仍有问题),服务器系统Windows Server…

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,846 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,234 questions
asked 2024-05-17T06:18:32.2966667+00:00
GUGU GU 0 Reputation points
edited an answer 2024-05-17T09:51:29.6333333+00:00
MikeyQiao-MSFT 575 Reputation points Microsoft Vendor
2 answers

How to downgrade app service plan?

Hi Everyone, We have one App Service Plan and under this plan, we have the development and production of web apps with a B1 plan. But we are planning to downgrade the dev web apps to a cost-effective plan and keep Prod web apps as it is with the B1…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,980 questions
asked 2024-05-17T09:36:57.3066667+00:00
RAJ KUMAR REDDY AVULA 0 Reputation points
edited an answer 2024-05-17T09:49:35.5766667+00:00
Deepanshu katara 5,370 Reputation points
1 answer

facing issue that specific collection is not showing

Hello, I have searching for particular collection in sccm console .When i search in device collection it is visible to me but when I tried to traverse the collection folder to check where it is actually exist or follow collection path ,it could not get…

Microsoft Configuration Manager
asked 2024-05-16T10:48:47.44+00:00
Richa Kumari 286 Reputation points
answered 2024-05-17T09:45:53.9966667+00:00
Simon Ren-MSFT 30,676 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

How to share the ms project (project professional) to members

I would appreciate it if you could suggest the way of sharing the MS Project(project professional) to members. I tried to share through Teams (put the MS project file into the Teams and shared it to the members) but they cannot open the MS Project.

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,196 questions
asked 2024-05-15T05:53:23.3866667+00:00
Watanabe, Yoshihiro 20 Reputation points
commented 2024-05-17T09:44:44.7433333+00:00
Watanabe, Yoshihiro 20 Reputation points
2 answers

system image was applied without guaranteeing the the drive letter assignments Windows 10

HI I'm getting the following error when updating windows 10 2019 LTSC to Windows 10 21H2 LTSC we are trying to update out master image for a project. "the system registry contains invalid file paths. installation cannot proceed. the system image…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,748 questions
asked 2024-05-17T06:23:25.85+00:00
Cumbie, Keith 20 Reputation points
edited an answer 2024-05-17T09:42:54.5233333+00:00
Jing Zhou 2,550 Reputation points Microsoft Vendor
2 answers

Can we run powershell script to shutdown the vms automatically?

I know we have auto shutdown option provided by azure to auto shut down the VM's at perticular intervals. But I have achieve this by running a script. Can anyone help me with the powershell script.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,236 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,127 questions
asked 2024-05-17T08:53:23.3+00:00
Krishna Aswin 20 Reputation points
edited an answer 2024-05-17T09:42:12.4633333+00:00
Jing Zhou 2,550 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

How to perform a pivot grid in maui?

Hi, i want to display data from observablecollection in a pivotgrid using .Net Maui 8 like in the picture below. the columns are generated programatically. i write this code in the viewmodel: Stockstcviews =…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,955 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,343 questions
asked 2024-05-03T16:24:46.6+00:00
Kaouthar GR AOUICHAOUI 60 Reputation points
accepted 2024-05-17T09:41:39.07+00:00
Kaouthar GR AOUICHAOUI 60 Reputation points
2 answers

How to get the position of NotifyIcon at runtime?

Hi, I want to retrieve the location and size of notifyIcon whenever it be clicked. The purpose is to set the application UI above the notifyIcon like the below photo. Please show me how I can do this with C#. Thank you!

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,846 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,437 questions
asked 2024-05-15T04:06:34.3866667+00:00
Việt Trần 0 Reputation points
commented 2024-05-17T09:41:31.4166667+00:00
Jiale Xue - MSFT 34,506 Reputation points Microsoft Vendor
1 answer

How to point to a specific .editorconfig in a solution file?

I see in the Roslyn open source project, Roslyn.sln points to the .editorconfig it wants to use. How does it work for me if I want to do the same: pointing to a specific .editorconfig in my solution file?…

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,343 questions
asked 2024-05-15T19:53:16.54+00:00
Wendy Liang 0 Reputation points
commented 2024-05-17T09:39:39.1366667+00:00
Jiale Xue - MSFT 34,506 Reputation points Microsoft Vendor
1 answer

How to create backend application using Asp.net C# Web API Core

How to create backend application using web api core application followed by standards using desing pattern, Depedency injection and solid principle I am new to web api core how to start following things JWT token authentical and authorization simple…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,227 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,298 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,343 questions
asked 2024-05-17T06:22:52.4166667+00:00
coder rock 196 Reputation points
commented 2024-05-17T09:35:47.32+00:00
Brando Zhang-MSFT 2,961 Reputation points Microsoft Vendor
1 answer

Does azure China's encryption algorithm comply with OSCCA certification of China? For example, key vault

Hi Team, May I ask whether the encryption algorithms designed by Azure China service comply with or are certified by OSCCA algorithms in China? Similar to the documentation given by AWS, do we also meet this Chinese algorithm standard for some similar…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,141 questions
asked 2024-05-14T08:25:01.4266667+00:00
Gallatin 21V 166 Reputation points
answered 2024-05-17T09:35:04.8633333+00:00
Akhilesh 5,175 Reputation points Microsoft Vendor
1 answer

Distribution group restriction is not working properly

Hi Team, I have setup a distribution list restriction with only a few people who can send messages to the distribution list. However, when I test with random employees, they do not get an error when entering the DL email in the 'To' address. The message…

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,925 questions
Microsoft Exchange
Microsoft Exchange
Microsoft messaging and collaboration software.
402 questions
asked 2024-05-17T03:30:07.6066667+00:00
Thulasiraman Nagarajan 0 Reputation points
edited an answer 2024-05-17T09:32:20.3966667+00:00
Mike Hu-MSFT 625 Reputation points Microsoft Vendor
1 answer

How to pass input data from one page to another page property

Register.cshtml <form method="post"> <div class="mb-3 row"> <div class="col-md-4"> <label for="CountryCode" class="form-label">Country Code</label> …

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,227 questions
asked 2024-05-16T05:50:59.9633333+00:00
Nandhini S 0 Reputation points
commented 2024-05-17T09:30:53.95+00:00
JasonPan - MSFT 4,386 Reputation points Microsoft Vendor
1 answer

Sensitivity label works in Outlook web app but not desktop app

We are currently using M365 Business Premium licence and hence are using Azure Information Protection Premium Plan 1. We created an 'Internal' sensitivity label on compliance.microsoft.com, with "assign permissions now" configuration granting…

Azure Information Protection
Azure Information Protection
An Azure service that is used to control and help secure email, documents, and sensitive data that are shared outside the company.
520 questions
Outlook
Outlook
A family of Microsoft email and calendar products.
3,073 questions
Microsoft Purview
Microsoft Purview
A Microsoft data governance service that helps manage and govern on-premises, multicloud, and software-as-a-service data. Previously known as Azure Purview.
952 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,925 questions
asked 2024-04-30T13:00:43.08+00:00
Vishal Bakshi 41 Reputation points
commented 2024-05-17T09:30:03.1066667+00:00
Vishal Bakshi 41 Reputation points
1 answer

AVD can be deployed in Sweden Central ?

While creating hostpool, we are not seeing Sweden central region, whether azure virtual desktop can be created in Sweden Central region

Azure Virtual Desktop
Azure Virtual Desktop
A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
1,381 questions
asked 2024-05-16T09:56:32.6733333+00:00
SATIS, CHITHARTHANE 0 Reputation points
commented 2024-05-17T09:28:19.5+00:00
Anveshreddy Nimmala 2,695 Reputation points Microsoft Vendor
1 answer

How is the max lenght of recipients of sendActivityNotificationToRecipients

Hi MS teams colleague, I follow this guide https://learn.microsoft.com/en-us/graph/teams-send-activityfeednotifications?tabs=desktop%2Cjavascript#example-7-notify-multiple-users-about-pending-finance-approval-requests and want send my notification to…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,764 questions
asked 2024-05-17T08:36:56.5333333+00:00
lolo he 0 Reputation points
answered 2024-05-17T09:27:03.28+00:00
CarlZhao-MSFT 37,466 Reputation points
1 answer

I accidently cancelled my subscription. When i try to reactivate it it is refusing.

I accidently cancelled my subscription. When i try to reactivate it it is refusing. I created a new subscription also. even that was refused. please help me to reactivate the subscritption

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,375 questions
asked 2024-05-17T00:03:29.48+00:00
Gopakumar Pandarikkal(UST,IN) 0 Reputation points
answered 2024-05-17T09:27:01.3533333+00:00
Jing Zhou 2,550 Reputation points Microsoft Vendor