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.…
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:…
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…
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…
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 &…
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…
Does handling the SizeChanged event, rather than using Adaptive Triggers, have disadvantages?
I've been managing adaptive layout and sizing of my containers and controls to react to smaller app window sizes by way of handling the main pages' SizeChanged event, rather than write a great deal of XAML code to achieve the same results with Adaptive…
How do you earn points?
Do you have to improve to get a point and how does it work
Zoom functionality in media player element: Linking derived media transport controls and media player element
I want to add zoom functionality for media player element(UWP C#) . I placed MediaPlayerElement inside a scroll viewer and zoom functionality is working. But inbuilt media transport transport controls is also getting zoomed and scrolled. To avoid…
What types of questions need moderation?
Could anyone share the rules here? Does my following post potentially violate any rules?
Unable to resolve github.com from container
I am trying to build and deploy an application using oc cluster up which throws me the below error while build. Cloning "https://github.com/neoncyrex/phpinfo.git " ... WARNING: timed out waiting for git server, will wait 1m4s error:…
Merge badges, accomplishments and courses from 2 different profiles
Hello, I have 2 profiles - profile1@Anonymous .com and profile2@Anonymous .com. I want all the badges, reputations etc from the first one to be moved to 2nd one. Once done, also want to close the profile1@Anonymous .com profile and account. …
Unable to add App Service to VNet
Hi, I've been able to add an App Service to a VNet using the Networking > Add VNet (preview) functionality. I would like to add a second App Service to a different VNet, but whenever I attempt to do this I receive the following error: VNet…
datagrid print and pagination
Is there a way to make the datagrid only display whole rows? It can sometimes, depending on row height, show a partial row at the bottom of the grid. This is fine when on screen - you can scroll - but when I am rendering this for printing this is a…
How do I follow someone with like interests?
I'm trying to learn how to find students like me. What's the best way to find peers on this training program?
Provide ARM variant
We have some ARMs running on Debian where we eventually would like to be able to run Teams. Would be nice to have also an ARM deb.
service account in Azure
Folks, Question about service account in Azure AD. I have MFA enable. I need an account to run my Microsoft flow (to create Azure user account and add user to Azure SG group). Issue is when I create AAD account, it uses MFA. What is the best way to…
Is it possible to raise multiple Azure Alerts from one Custom Log Search result?
Hi there, I have a several Linux vms (very dynamic environment) which sends SysLog to single Log Analytic Workspace. I would like to raise an Azure Alert whenever a warning appears in SysLog Log Analytic Workspace. How can I write a Custom Log Search to…
Microsoft Ads not displaying in UWP App
Hi, I build an UWP desktop app, that is launching an exe inside it, It requires full trust permission, app is working fine, but when I integrated Microsoft ads in it, Test ads were displaying fine but when I publish it to store live ads are not…
Is the OCR API supported from Win32 Applications without package identity?
I am trying to use the UWP OCR API from a Win32 application. https://learn.microsoft.com/en-us/uwp/api/windows.media.ocr.ocrengine I've succeeded in actually using it using it from both C#:…