358,299 questions

Sort by: Updated
1 answer

UWP Windows 10 app update

Hi, Is there a way to know when the UWP app get updated and user access the app for the first time after the update. If I need to copy certain files or to do some other action after a update for the first time user access the app, what is the best…

Universal Windows Platform (UWP)
asked 2020-01-07T14:31:27.03+00:00
Madhu 96 Reputation points
commented 2020-01-08T07:29:36.107+00:00
Nico Zhu (Shanghai Wicresoft Co,.Ltd.) 12,861 Reputation points
1 answer One of the answers was accepted by the question author.

AD Connect reinstall and reconfigure

Hello Everyone, I had a server with AD connect installed used to sync my on-prem AD users to Office 365. The server was formatted without migrating the AD connect to another server. Can I reinstall AD connect on another server and reconfigure it?…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,360 questions
asked 2019-12-22T07:50:41.287+00:00
sandeep 21 Reputation points
accepted 2020-01-08T07:18:25.943+00:00
sandeep 21 Reputation points
2 answers

How to disable user interaction with a WebView (Windows.UI.Xaml.Controls)

Hi, I would like to know how to disable all user interaction with a WebView component in a UWP project. I have tried to cancel the GettingFocus event, to no avail. It should also disable the user interaction when running on an xbox. How…

Universal Windows Platform (UWP)
asked 2019-12-06T12:33:36.533+00:00
Snorvarg 6 Reputation points
answered 2020-01-08T04:39:15.62+00:00
macintoshpro 36 Reputation points
2 answers

Debug a live UWP app

Hi, When the users install our Windows 10 UWP app from Microsoft Store, if they face any issues when using the app, is there a way we can get a debug log or crash report etc to figure out what went wrong? What is the standard way of identifying…

Universal Windows Platform (UWP)
asked 2020-01-07T17:41:36.98+00:00
Madhu 96 Reputation points
answered 2020-01-08T04:30:53.277+00:00
macintoshpro 36 Reputation points
2 answers

无法下载“资源中心-电子书”

我最近在研究如何迁移上azure云,但是无法下载关于迁移方面的资料,提示“提交请求时出错。请立即重试。” Windows Server 迁移指南 https://azure.microsoft.com/zh-cn/resources/azure-migration-guide-for-windows-server/ 云迁移要点:服务器和虚拟机迁移指南 …

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,476 questions
asked 2020-01-07T15:33:26.733+00:00
Ocean Qiu 1 Reputation point
commented 2020-01-08T02:06:09.667+00:00
Ocean Qiu 1 Reputation point
1 answer

Double Charged?

It appears in my bill that I’m being charged double. The service period is for 31 days, Qty 2 and the monthly price is $12.50, bringing the total bill to $25 + tax. What can we do to Make this right? Thank you.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,392 questions
asked 2020-01-08T01:12:12.79+00:00
Garrett Aguillard 1 Reputation point
answered 2020-01-08T01:17:38.083+00:00
Dave Patrick 426.4K Reputation points MVP
0 answers

How to use persistent storage with Web Apps by docker-compose?

If you have any advices, please give me! I tried to use persistent storage following this article (https://video2.skills-academy.com/en-US/azure/app-service/containers/tutorial-multi-container-app), but couldn't use...It start initialize after stop the…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,273 questions
asked 2020-01-07T02:10:45.627+00:00
Tomohiro.H 1 Reputation point
commented 2020-01-08T00:14:09.91+00:00
Grmacjon-MSFT 17,286 Reputation points
2 answers

Can I use Azure AD Connect to migrate consumer identities that are stored on my on-premises Active Directory to Azure AD B2C?

Can I use Azure AD Connect to migrate consumer identities that are stored on my on-premises Active Directory to Azure AD B2C? Sourced from FAQ

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,740 questions
asked 2019-10-30T20:22:37.837+00:00
Marilee Turscak-MSFT 36,151 Reputation points Microsoft Employee
answered 2020-01-07T17:44:43.927+00:00
Art Harchenko 1 Reputation point
1 answer

Deploying a .net core 3.0 web app to azure app service

Hi, As per azure guidance, when we setup deployment for our azure app-service web app (dotnet core), we hooked azure app service up with Github, and when we push to a branch, the deployment script kicks in, and azure app service runs the deploy.cmd…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,273 questions
asked 2019-12-10T11:58:14.483+00:00
Matt Roberts 6 Reputation points
answered 2020-01-07T12:07:51.27+00:00
Joffrey NURIT 211 Reputation points MVP
4 answers

Azure DNS Custom Domain names=> Are they limted to azure products?

Hi there, I am thinking about paying for a custom domain DNS name inside azure=> App Services tab, click the name of your app, select Settings, and then select Custom domains Will it be possible to point that DNS to external resources? Or it is…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,273 questions
asked 2019-11-29T11:46:37.047+00:00
xabio 1 Reputation point
commented 2020-01-07T10:34:36.37+00:00
ajkuma 24,396 Reputation points Microsoft Employee
0 answers

Editable DataGridTextColumn in UWP

Hi, I have a UWP application where I need an editable data table with a combo box, below is the xaml of the data grid that I am using to try to achieve what I need. I can select a value from the DataGridComboBoxColumn element but I cannot write to it. Is…

Universal Windows Platform (UWP)
asked 2019-12-19T14:30:41.82+00:00
Andrew Allen 1 Reputation point
commented 2020-01-07T07:05:59.217+00:00
Richard Zhang-MSFT 6,936 Reputation points
0 answers

Reading a serial device from an UWP app.

Hello, how to properly read from a serial device from an UWP app? I'm trying to read data from an industrial scale; have tried every single possible solution i found on google and still have no idea what i'm doing wrong. Can someone point me to the…

Universal Windows Platform (UWP)
asked 2019-12-19T13:39:28.67+00:00
Fieel 1 Reputation point
commented 2020-01-07T07:04:39.37+00:00
Richard Zhang-MSFT 6,936 Reputation points
0 answers

System.Runtime.InteropServices.COMException exception thrown with the error message "The text associated with this error code could not be found"

Hi there, I have a UWP application sideloaded on a Windows 10 workstation. The application is using a RESTful Web API deployed on a server. The first Web Method called by the application is to log in. The application is supposed to use Windows…

Universal Windows Platform (UWP)
asked 2019-12-18T14:29:30.91+00:00
Eddie Lascu 11 Reputation points
commented 2020-01-07T07:02:35.107+00:00
Richard Zhang-MSFT 6,936 Reputation points
1 answer

Form Recognition Remove Undo Button

When I do the shape recognition I want to go back with the Undo button does not produce such action and including the delete button to erase what is done with the shape recognition. ultimaizing WTS

Universal Windows Platform (UWP)
asked 2019-12-12T16:49:03.577+00:00
Javier R 211 Reputation points
commented 2020-01-07T06:59:46.543+00:00
Richard Zhang-MSFT 6,936 Reputation points
0 answers

This operation returned because the timeout period expired. (Exception from HRESULT: 0x800705B4)?

on calling following code for notification: var channel = await PushNotificationChannelManager.CreatePushNotificationChannelForApplicationAsync(); throwing following exception: This operation returned because the timeout period expired.…

Universal Windows Platform (UWP)
asked 2019-12-09T13:39:44.29+00:00
Sandeep Chauhan 1 Reputation point
commented 2020-01-07T06:58:12.087+00:00
Richard Zhang-MSFT 6,936 Reputation points
1 answer

Trouble implementing restricted capability (Packages)

So I was following this. I'm building a 'launcher' app that lets the user view and run their installed software. I managed to get this exception. It also throws some problem about getting denied by WinRT. Exception: System.UnauthorizedAccessException:…

Universal Windows Platform (UWP)
asked 2019-12-05T02:36:07.227+00:00
Dylan Sukha 1 Reputation point
commented 2020-01-07T06:57:19.833+00:00
Roy Li - MSFT 32,721 Reputation points Microsoft Vendor
1 answer

DataGrid DataTemplate Parent DataContext

I have a DataGrid that is using a ComboBox in a DataTemplate. I'm following MVVM pattern for my UWP app. My Xaml page has a view model attached. The DataGrid is x:Bind'ing to a list of models (AppModels) in the view model. The ComboBox in…

Universal Windows Platform (UWP)
asked 2019-12-09T11:52:49.557+00:00
Doug 1 Reputation point
commented 2020-01-07T06:57:18.623+00:00
Richard Zhang-MSFT 6,936 Reputation points
1 answer

Fetching Add-On Price

Team, I have launched my app in different language. I have add-on added to my app which users can purchase. Now, as we know that add-on price is different in different countries. How can I fetch add-on price in UWP from microsoft in C# code? Thanks…

Universal Windows Platform (UWP)
asked 2019-12-22T05:52:00.69+00:00
WP Developer 6 Reputation points
commented 2020-01-07T06:56:58.453+00:00
Roy Li - MSFT 32,721 Reputation points Microsoft Vendor
1 answer

Suspend & Resume for MediaCapture

I have a UWP app which uses a MediaCapture & CaptureElement to preview the camera. I am unsure what to do to handle suspending & resuming of the app to stop the camera when suspending & start it when resuming. Because the Suspending &…

Universal Windows Platform (UWP)
asked 2019-12-05T01:44:51.187+00:00
Nathan Sokalski 4,126 Reputation points
commented 2020-01-07T06:56:21.643+00:00
Richard Zhang-MSFT 6,936 Reputation points
1 answer

UnauthorizedAccessException using MediaPlayerElement UWP control

I am trying to play a mpeg dash video stream hosted in a gninx on a UWP application (Windows 10) with MediaPlayerElement control, but I keep getting the status ManifestDownloadFailure and a System.UnauthorizedAccessException. This is the method…

Universal Windows Platform (UWP)
asked 2019-12-03T22:51:53.963+00:00
Andrew Allen 1 Reputation point
commented 2020-01-07T06:55:46.877+00:00
Richard Zhang-MSFT 6,936 Reputation points