UPW BroadFileSystemAccess - not working
I am looking at uwp app trying to figure out BroadFileSystemAccess -- I cannot seem to get it to work. a. I have no plans on putting this into MS Store DO I need to get anything special I added the following to the Package manifest file …
Access to SharePoint integration
Access to SharePoint integration
Unable to login on any of my organisation sites
It gives an microsoft authentication app message saying kindly approve the request. However problem here is I had removed the account from the application! Now I am here in a deadlock unable to add the account back as well as the sites I want to access…
SQL Latency On-Premises Data Gateway
Hi I installed the on-premise data gateway but I found an isssue hard to resolve. I am trying to execute a SQL stored procedure (svx_adm_buscadni) in Logic Apps via my gateway. When it is executed it takes more than 10 sec, but when I execute it…
AAD Domain services shows deploying status for two days.
A new Azure AD domain services deployment is in progress for 2 days. It has created two aadds-vnet interfaces but the activity log on one of them shows delete networkinterface errors. (error code NicInUse) the deployment process obviously has a problem…
Azure AD Photo does not match AD photo
Trying to sync profile photos across Active Directory, Azure AD, Office 365. The photo in Ad is not the same as the photo in AAD for some users. I am also unable to change the photo in AAD. The photo is the same in SharePoint as AD photo. The Teams photo…
How to develop virtual printer in the upcoming win10x
I understand that Microsoft is about to release win10x, but they don't support third-party driven virtual printers anymore. Now what technology do I use to develop a virtual printer that runs in win10x? V4 printer driver or Microsoft…
CA policy for Office 365 Exchange Online
I have created 2 Conditional Access Policies, one for Teams and another for Outlook. Teams Policy - Block Access to Teams except if a member of a group Cloud App Selected: Teams Outlook - Block Access to Outlook except if a member of a group …
Azure MFA IP Whitelisting
For some of my applications in Azure they are authenticating to my Azure AD using user accounts and they are being caught by my conditional access policy which is enforcing MFA due to being off-prem. I was wondering would it be best practice to assign…
Azure graph API
Hi I need help to get data for "MemberOf" column data from the Azure graph API getusers method. even though i mentioned "MemberOf" in Sleect statement and expand("MemberOf"), I am getting always NULL for that column…
UWP App on XBOX crash at start only when I download it from the Microsoft Store
I loaded it on the microsoft store, it passed the certifications, and it is now available. But, when I install it (or other users) and open it it crashes directly. However, when I run the application from visual studio in debug or release mode I have no…
UWP Shortcut running an older version
When I debug (press F5) a release UWP app on Visual Studio 2019 it runs fine. However, when I click on the same app in the Start menu or I click the app shortcut on the desktop or call its keyboard shortcut, the app that runs is an old version. How…
How can i remove the dll in appxupload after certification?
hello ,i have find that my appxupload package include some *.dll inside(like clrcompression.dll Microsoft.CSharp.dll etc),i wanna know if there is any way to delete them? i have found sometimes it will automatics delete after certification. is there any…
In the photo I can't get the LoadMediaFile code working properly in xaml
In the photo I can't get the LoadMediaFile code working properly in xaml ![7646-screenshot-10.png][1] [1]: /api/attachments/7646-screenshot-10.png?platform=QnA
In App Purchases Problems
I have written an app for the Microsoft Store. While I can see if license has been purchased or if still running under a trial period, I cannot for the life of me get the in-app purchase to work. I have followed various examples from both MS websites and…
Azure Functions - CRUD to SQL Azure
I'm trying to create a simple CRUD to sql azure , but the example in azure site its reference to: https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/azure-functions/functions-scenario-database-table-cleanup.md Anyone can help me with…
Drag, Cling, Dock a dialog
Hi, I am working on a WPF project where I will launch a new dialog inside a Window. User should be able to drag this dialog box to the edge of the window and if it is close enough, it should cling on to that side of the window like docking. User can…
Two-Step Verification for Hotmail
Hello! I recently set-up the two step verification via text and authenticator. However, when I try to login to my hot mail account, hot mail is only asking me for my password and does not require a second step to verify the account. Why doesn't hot…
How do I allow a user to open a PDF stored in my UWP App?
I'm developing a UWP app and I want the user to be able to open a PDF stored in my app in Reader or a browser on the user's desktop. I first used the following code-behind from an app bar button click: string filename1 =…