WPF How to load Dictionaries as Application does?
I am converting application in to DLL (CLassLibrary) and therefore I cannot use App.Xaml (Application). Inside my Dictionaries I use StaticResources for Storyboards and animations. Unfortunately it is not possible to use DynamicResources for Storyboards…
Developer technologies | Windows Presentation Foundation
WPF tree view how do I add to the selected item
This is a MSDN question asked by WPF tree view how do I add to the selected item, the source is WPF tree view how do I add to the selected item. public List<TreeViewList> treelist = new List<TreeViewList>(); private void…
Developer technologies | Windows Presentation Foundation
Starting a Program
This is a MSDN question asked by Warp_Speed, the source is Starting a Program. Hi People I am a beginner to programming and self taught, but I was wondering if people could give me there opinion: Best way to build a WPF C# Program 1) Build the Code and…
Developer technologies | Windows Presentation Foundation
populate cascading combobox with Entity Framework
This is a MSDN question asked by zleug, the source is populate cascading combobox with Entity Framework. Hi All. I created simple WPF form with two ComboBoxes. I populated one ComboBox public List<Customer> GetApplication() { …
Developer technologies | Windows Presentation Foundation
Azure AD SCIM attribute mapping not working for NON_GALLERY applications
Hi, I'm not able to configure the attribute mapping in Azure AD for existing Application. Reference link: https://xtls-v4.hkg1.meaqua.org/en-us/azure/active-directory/app-provisioning/customize-application-attributes As per the reference link…
Microsoft Security | Microsoft Entra | Microsoft Entra ID
How to deploy PHP (laravel) Application on Azure App services ? (Lower version of PHP)
Hi Team, I need to deploy PHP(Laravel) application to Azure App Service. Environment: Azure App Service (Linux) platform, Azure MySQL. I'm referring to this documentation.…
Azure App Service
using System.Data is not recognized in the newer version of UWP
Is working well in the older version of UWP. Any feedback? DataSet is not recognized. I could not import data from xml.
Developer technologies | Universal Windows Platform (UWP)
Teams no longer allows me to log in
I've been using teams at work for about 2 months now without any issues. We've been working from home for the last week, and initially I still did not have any issues. Our corporate VPN started taking strain from the increased load, and a new…
Microsoft 365 and Office | Skype for Business | Linux
Cannot SSH to the LINUX VM
Hi Team, There is an unusual behaviour that I am encountering while connecting to the LINUX VMs. Up till last week I was able to ssh into my LINUX boxes then all of a sudden I started getting 'connection timed out' error when I try to connect to the VM…
Azure Virtual Machines
Publishing .ascx file to Azure Web Application Service from Visual Studio is not updating the file on Azure WebApp file system
When publishing files, such as .css, to my azure web application service the changes are implemented instantly and viewable on the live site. However, when publishing file such as web part layout files (.ascx) the changes are not being displayed. The…
Azure App Service
Why is the DataBinding on my Windows.Media.brush not working?
I ran into a strange error This is the control <UserControl x:Class="PHOWjection_Software_3._0.CustomControls.LyricsDisplay" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" …
Developer technologies | Windows Presentation Foundation
Strange FileLoadExceptions
I have a small program that was working, I was generating assets in the manifest. Then I renamed the project, it also uses another library project of mine. Now it's not working, and I'm getting a lot of FileLoadExceptions as follows: T: 3 |…
Developer technologies | Universal Windows Platform (UWP)
How to setup ASR fail-over for Exchange DAG
There is an on-prem server running on Exchange DAG. Is it possible using ASR to replicate for on-prem Exchange DAG?
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Why Remote Desktop for windows 10 still doesnt support OpenGL and GPU? Covid19, Work from home help!
I am still confused on why when i use remote desktop on a local lan, it doesnt allow you to use GPU or Opengl programs?
Community Center | Not monitored
how to skip (trial office installation page) from (oobe) using an (answer file)
how to skip this page from oobe using an answer file (unattend.xml)
Community Center | Not monitored
How to Login with SSO?
Hey, Anyone logging in with SSO from company? Everytime I try on Ubuntu 18.04 - it seems to get stuck in a loop and eventually crashes. Was not sure how to file a defect so posting here. From SysLog: Mar 25 15:33:31 cntlm[1892]: 127.0.0.1…
Microsoft 365 and Office | Skype for Business | Linux
Azure AD - MSAL - ID Token - Timeout - acquireTokenSilent() ISSUE
I am using Angular 8 App with MSAL 0.1.4 to authenticate through Azure AD. The first time user is prompted with Login & I get back the ID Token. I call the API with ID Token and all are well! After an hour the ID Token is expiring & API…
Microsoft Security | Microsoft Entra | Microsoft Entra ID
UWP : Button Style PointerOver Color Not working Properly
UWP : Button Style PointerOver Color Not working Properly I Have a Button with Style <VisualState x:Name="PointerOver"> With Background Red For the same Button I have Button Flyout Requirement : PointerOver Effect…
Developer technologies | Universal Windows Platform (UWP)
Exchange 2019
Trying to install exchange 2019. Simple question: how can I change directory to install exchange? When clicking browse in setup and specify a drive it give me the next error: the selected installation directory isn't a valid directory for installing…
Community Center | Not monitored
Problem saving user-created text boxes using UWP C#
Hi, I am currently developing a desk calendar app which allows the user to create text boxes and place them in a certain StackPanel based on which day they desire to add it to. My problem is that I have little experience with UWP (only using it since…