Error in Teams
ERR_CERT_AUTHORITY_INVALID getting this error while connecting in teams through my organisation ID using Windows 7 ultimate
Windows Hello FIDO2 authentication
Hi. I am using windows hello FIDO2 authentication on intranet system. This feature is available on windows 10 1903 or above. However, most windows version(enterprise edition) on PCs in my company are windows 10 1809. So, most PCs should be…
Document scanner in Microsoft Teams displays mirror image, change to normal image
We have tried two different document scanners to use for teaching in Microsoft TEAMS. Both work but display a mirror image in the TEAMS app. How do I change it to a normal image.
How to use string resource in TextBox
How can a string resource be used for a TextBox? I understand that I need to use something like: <x:String x:Key="Placeholder">Placeholder Content</x:String> but I don't know how. <TextBox …
How to access CommandBar controls from Frame
I'm trying to dynamically access my CommandBar from frames to control its back button. How can I ensure the CommandBar back button is hidden on the first frame (Frame1) whilst being visible and clickable on the second frame (Frame2)? MainPage.xaml …
Keyboard injection of symbols
How do I inject keyboard characters that are not alphabetical nor numerical, like the % or # ? With the standard code below, or similar, I can inject alphabetical characters and numbers. I have confirmed that info.ScanCode opens the possibility to…
force normal scroll bars
How do I force the scroll bars to be ALWAYS SHOWN? That little small line shown where you need to actually go there, and then it's shown and then it gets hidden - I don't know who came up with it, but clearly did not ask us, the developers, if we want…
How can I get the status of a Dev-managed Consumable?
Hello! We have dev managed consumeables. If a customer buys the product and makes a cancellation or a withdraw via Microsoft, how can I check the status and be informed about the cancellation? Thanks and best regards, Philipp
UWP Application Crash
My UWP application crash but not 100% reproducible Need help to understand what is the issue? how to fix this issue SharedLibrary.dll System::Runtime::ExceptionServices::ExceptionDispatchInfo Throw() ExceptionDispatchInfo.cs:63 …
UWP supporting Windows.Forms library
I'm working on a UWP project in which I'm trying to add a third-party library. I added the library and everything seemed to work fine until I cleaned and rebuild the solution? Now I'm getting: Cannot resolve Assembly or Windows Metadata file…
System.Exception: 'Invalid window handle' by CoreApplication.RequestRestartAsync("")
Could anyone shed some light on what may cause System.Exception: 'Invalid window handle' thrown by CoreApplication.RequestRestartAsync("")?
Setup of G Suite IDP for SAML direct federation for B2B
We want to enable guest users for a particular domain to login with their G Suite accounts. We setup the direct federation, but invitations are not redeeming. We can see when the user accepts the invitation, the user is passed to G Suite,…
What are the Networking requirement for using Azure HPC Cache
What is the Networking requirement for using HPC Cache? [Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question.] Source: Azure FAQ
Report Viewer Control - Print Error
Hi, I'm working on a rdlc report with Report Viewer v15.0, here i unable to print a report with default print functionality. If i click on report viewer print button, a print dialogue box opens with mild popup screen then when i click to choose…
I want a create cmake linux project in Visual studio, but there is an error "can not find cmake executable in /usr/bin/cmake". But I installed cmake in /usr/local/bin/cmake in my linux machine. how do I have to fix it
I want a create cmake linux project in Visual studio, but there is an error "can not find cmake executable file in /usr/bin/cmake". But I installed cmake in /usr/local/bin/cmake in my linux machine. how do I have to fix it ?
Cannot save changes to rules engine when using rule with the "Any" operator
When saving rules via the Rules Engine, a recent Azure backend change has resulted in an error being returned when using the "Any" operator for a rule. My last successful save was Fri May 22 2020 15:01:51 GMT-0400 (Eastern Daylight Time), so…
Windows Terminal Git Colors
Ever since I downloaded the Windows Terminal app, I do not see colored words on the command prompt after typing "git status". I have checked that color is enabled in all my git config files but the error persists. What settings should I add to…
Devops Webapp Deployment to wwwroot not wwwroot\public ?
When deploying to Azure Webapp Windows through Azure Devops. So the issue is this. I know making the Physical Path to 'site\wwwroot' and virtual path of '/' will deploy my code to my wwwroot folder however I need the path to go to 'wwwroot\public' so…