Windows.Graphics.Printing3D; using 3D Builder API for reducing .glb
Hello, i am trying to build a programm to reduce the poly count of .glb with the 3D Builder api, but with Windows.Graphics.Printing3D namespace you have to convert to .3mf format. I am wondering if i overlooked something to load directly .glb like in…
Latency before first Characteristic ValueChanged Event
We are developing a BLE notepad, https://www.xp-pen.com/product/516.html SDK available: https://github.com/woodemi/notepad-sdk-uwp The notepad collects 200 NotePenPointer per seconds and transfers the data though BLE. But there seem to be a…
How do I check if 'Allow access requests' is checked using CSOM in Sharepoint Team site
We have bunch of Sharepoint sites deployed into production. I was given a task to provide a report on whether the 'Allow access requests' (located in the 'Access Requests Console') is checked or not I do know how to check it or uncheck it…
Use external display in direct mode in UWP
Hi, I am looking for a solution on how to directly display an UWP-Window on an external display, without it being used in extended mode (e.g. as a monitor for the desktop). Pretty much every graphics solution offers some kind of direct mode, but I…
ComboBox in UWP MS Toolkit DataGrid loses it's SelectedItem value
Hi, I just tried to add the combo box within Microsoft UWP tool kit data grid in UWP application. When showing large number of items in DataGrid the ComboBox selectedItem and SelectedIndex loses it's values when scrolling up/down . Could you please…
UWP: Merging AppServiceProvider with its 'Windows Runtime Component' results in AppServiceConnectionStatus.AppUnavailable
I've started experimenting with App Services. I followed the instructions here EXACTLY. I ended up with a Visual Studio Solution, which contained 3 projects: ClientApp (Universal Windows) AppServiceProvider (Universal Windows) …
DASH+PlayReady-protected video playback issues (UWP)
(I've already asked this question there, but they advised me to post my question on this forum. I'm sorry if someone sees my message second time.) Hi All! We are in process of development of an application, which should be able to play videos…
Using c++ .exe in c# UWP
Hi All, I have a c# UWP and want to use c++ .exe with it. I have the source for the c++ .exe and have added this project to the c# sharp project. Do I need to WAP the c++ project and reference it, or can I launch a process from the c# UWP? The c++…
UWP ListView
I am trying to create a UI in XAML having a row/column arrangement of data like in the below image: I am aware that there is GridView/ListView support in UWP XAML but could not find some code that creates a lit like the above. Would it be…
UWP - Error log "STOWED_EXCEPTION_80004003_App.dll!RHBinder__ShimExeMain"
We are getting a analytical error log "STOWED_EXCEPTION_80004003_App.dll!RHBinder__ShimExeMain" for windows store app . Any idea how this error happening "STOWED_EXCEPTION_80004003_App.dll!RHBinder__ShimExeMain"? Our…
Why does FindFirstFileExFromApp throw a Win32Exception when searching root directories. C:\, D:\ etc.
When using FindFirstFileExFromApp to search a root directory like C:\ with an lpFileName set to C:\* or C:\*.* it throws a Win32Exception? lpFileName's like C:\somefolder\* work fine. The folders are picked and added to the Future Access List. Example…
is there a way to force loading a StorageFile in memory?
I have a StorageFile that I want to use as input for a Media Composition (as a Media Clip). I'm hoping loading everything in memory, to speed things up. I don't know how to do this - is there any way to do it?
QnA Maker WebApp Migration Story
This may be something more appropriate for Cognitive Services Group, but I will post it here just in case. I have a QNA Maker instance in Azure that is providing backing services for an application. This application has come under ownership of…
Confluent Cloud on Azure Marketplace - Window CLI Slow or Not Responding
Downloaded Confluent Cloud CLI on window. Last night running was so slow, response time was about 10 min or more per command. This morning it just timed out. Error: Error: 1 error occurred: * error checking email: reply error: Get…
Function didn't respond to HTTP pings on port: [PORT] - Azure Function - Timer Trigger - Vnet Integration - Docker Image
Hello! I have a azure cloud funcion with this setup: Time Trigger Function in Docker Container Image Written in Python 3.6 VNet Integration When the function starts, I see the following messages: 2020-02-27 15:20:05.810…
x:Uid cache
Hi, Is there some way to disable or reliably refresh localized string resources cache in UWP app? I am working on the wizard where user should select preferred language on the welcome page, which is always in English, and then navigate to next…
Enable sharing calendar room Exchange 2010
Hi, I need to enable sharing the calendar of a room, with the possibility that users who have permission can create, edit and delete events, which has not worked for me. I have occupied the following command Add-MailboxFolderPermission…
Microsoft Azure active Directory Sync Issues
Azure AD sync has been running for over a year now but recently it failed. We are now getting an error message when we run Azure AD connect. the error message is "Unable to install the Synchronization Service." I've tried making the admin…
Azure B2c OIDC - The key type 'EC' from the JSON web keys endpoint 'https://akztest/pf/JWKS is not a supported key type.
While setting up Azure B2C OIDC to PingFederate I get the following error: The key type 'EC' from the JSON web keys endpoint 'https://akztest/pf/JWKS is not a supported key type. I am using the proper .well-known\openid-configuration endpoint. I…
Secure cluster with App Gateway SSL certificate
We have our cluster sitting behind an application gateway. We have a certificate from digicert for SSL on the app gateway. In order to not have to get another cert from digicert for the cluster would it be ok to use the app gateway certificate to secure…