Webview in wpf
I want to use my html page in webview in wpf application to load a video in webview from youtube but unable to load html page.
something to ask about cropping a video
Hi there, is there APIs that can be available to crop a video, I mean, not trimming, just cropping (cut the certain size from a video and make it as a fresh new), thanks.
Can't deploy uwp app on Windows 10X Emulator, can't turn on Developer Mode
I downloaded the latest Microsoft Emulator (v 1.1.1081.0) and Windows 10X Emulator 10.0.19578.0 Preview from Microsoft Store and ran the emulator. Visual Studio detected it, allowed me to deploy to the Windows 10X Emulator. But the deploy failed…
Windows App Version : Possible to cancel after the certification process done(Publish Manual)
I am planning to update my windows app with new version, So I have uploaded the build with highest version(Ex:new:1.1.1,storeversion:1.1.0) and completed the certification process. Now the app is in manual submitting option. It is waiting for the…
UWP and LOB application
Hi, I have an UWP application in store and most of clients are using that app. one of client wants to publish the same app in his private store as LOB. Please guide me. 1) I am planning to create a another app with different name to publish app as LOB.…
I'm not really sure if this is where I should be posting, please read and point me in the right direction
Ok so I ran windows update last night for the next cumulative update for windows version next is what it said. Well now I can no longer access any of my apps that I downloaded from the microsoft store, I cannot open microsoft store, I cannot open the…
hostingEnvironment parameter
Hi! Trying to deploy Wordpress from marketplace through a ARM-Template, In the template there is a parameter hostingEnvironment : }, "hostingEnvironment": { "value": "" }, its required…
is multipart upload for large file supported in BlockBlob storage ?
i have large file of 250GB to upload from my own premises HDFS to azure block blob storage using distcp command, i am using below command hadoop distcp \ -Dmapreduce.map.log.level="DEBUG" \ …
For Azure learning path
Do I need to set up new account for the Sandbox practices?... or if I completed from the main account it is counting my practices??
how can we check the block size of uploaded BlockBlob ?
as we know, for blockblob storage block are created having unique id, but i am not able to check the block size of my uploaded blob
Alternate way to validate App Service Managed Certificates?
Is there an alternate method of validation for creating an App Services Managed Certificate? We use CloudFlare in front of our App Services, so the CNAME points to CloudFlare and not Azure. Consequently, validation fails. A preferable alternate solution…
Can't install 2020-04 Cumulative Update for Windows 10 Version 1909 for x64-based Systems (KB4549951), Error 0x80070017 is given
I've tried numerous times (and so has the system) to install this update but it continues to fail and gives the error code 0x80070017. At the end it fails and give the statement "There were problems installing some updates, but we'll try again…
Biztalk 2016 compatibility
Hi, can you please some one confirm me. windows server 2019 is compatible with Biztalk 2016?. currently we have WS2016 OS. we are upgrading to 2019. if it's compatible what are the prerequisites to do. Thanks Kiran
Seamless Single sign on on MAC/Safari using Azure AD/ADFS
Hi Team, Is there a way to achieve seamless SSO on MAC os safari browser, we have below WIASupportedUserAgents added as ADFS properties. MSAuthHost/1.0/In-Domain MSIE 6.0 MSIE 7.0 MSIE 8.0 MSIE 9.0 MSIE 10.0 Trident/7.0 MSIPC Windows…
Unable to add the Developer Program to a Microsoft Partner account
I found a couple of publicly asked questions about the same issue, but none was resolved. We have a Microsoft Partner account; it already has the Hardware Program and CSP Program added. Now we need to add the Developer Program so we can publish our…
Need to focus the grid which placed inside the Scroll Viewer on Mouse Click
Problem 1: I need to focus the Grid(UI Element) when it is placed inside the Scroll viewer. Code: <ScrollViewer> <Grid x:Name="RootGrid"> <Border Height="24" …
[UWP] Unable to launch apps with desktop4:SupportsMultipleInstances="true" on xbox
Hi We have an app that supports multiple instances on desktop and now we're working on a xbox client, which fails to launch if we have in the manifest the multipleinstances property: desktop4:SupportsMultipleInstances="true" If we remove…
How to get Azure SQL Server's remaining/current quota?
Is there any way to get SQL Server's current usages information like how many DTU's been used and how many vCore are remaining ? Basically details highlighted in red box.
ShellExecute interrupt the windows message loop?
void CtestfunDlg::OnBnClickedButton1() { // TODO: 在此添加控件通知处理程序代码 OutputDebugString(L"start#############\r\n"); ShellExecute(NULL…
How to skip self-asserted page
B2C is throwing validation error if I remove step 4 of user journey, but I want to skip showing this page for first time logged in users. <OrchestrationStep Order="4" Type="ClaimsExchange"> <Preconditions> …