UWP Compilation error with .net native compile option enabled : Internal compiler error: Specified cast is not valid
I have a UWP project where build works in debug mode but build fails in release mode where .net native compiler is selected. The UWP projects has many external third party libraries like RTSP client sharp, .net media foundation. The error shown is …
Developer technologies | Universal Windows Platform (UWP)
The MAC signature found in the HTTP request is not the same as computed signature
Hi Team, I am getting the below error when trying to access Azure File Storage via REST API. <?xml version="1.0" encoding="utf-8"?> <Error> <Code>AuthenticationFailed</Code> <Message>Server failed…
Community Center | Not monitored
static resources color name
<sys:Double x:Key="Window.Main.Background" >1200</sys:Double> ///////////////////////////////////////////////////////////////////////////////////// <Window x:Class="DCAD.MainWindow" …
Developer technologies | Windows Presentation Foundation
Problem with Microsoft account privacy settings on Xbox
Recently I have been trying to use Xbox live with Minecraft to play multiplayer with friends. I own an Xbox one with Minecraft on it that I wanted to use to play with my friends, but when I connected my Xbox to wifi, signed in to my Xbox live account,…
Community Center | Not monitored
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)
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
CMSSigner.ComputeSignature throws WindowsCryptographicException
When trying to make a signature with CmsSigner class invoking the ComputeSignature method, it throws the following exception: {"Invalid type specified."} System.Exception…
Community Center | Not monitored
Identify IPaddress/Hostname is of a printer and not a computer C# WPF
I have developed a application where user can add new printer and perform task with it, when adding new printer user needs to give IP Address or Hostname. If valid IP Address or Hostname is entered and is online then device is added to application. I…
Developer technologies | Windows Presentation Foundation
WVD creation error
I am trying to create a WVD pool and receive the following error: Deployment template validation failed: 'The provided value 'Microsoft.WindowsAzure.ResourceStack.Frontdoor.Common.Entities.TemplateGenericProperty`1[Newtonsoft.Json.Linq.JToken]' for…
Azure Virtual Machines
How to access ADFS externally with web app
Hello! I really need someone to help me out now since i spent days learning and doing labs and i finally made it but not completely. I have 3 VMs, 1 DC, ADFS server and ADFS proxy server with 2 NICs. Internally i can reach the ADFS login page with…
Microsoft Security | Active Directory Federation Services
Port Forwarding on VMs
I'm trying to port forward a port for my windows datacenter 2016 vm. I have a game server running on it from a game called Unturned. The instructions for making a server of this game are here: https://unturned.fandom.com/wiki/Hosting_a_Dedicated_Server.…
Azure Virtual Machines
Can't add and remove certificates at the same request.
I have an ARM template I'm using to create a service fabric resource. I'm using it to set the client certificate and the admin client certificate. The ARM section in properties looks like this: "certificate": { "thumbprint":…
Azure Service Fabric
Canvas.Setleft sometimes not working in the same condition
I want to achieve the effect of moving the rectangle edge (one rectangle moves along one side of another rectangle) using Canvas.SetLeft to set the left border of the moving rectangle. **Under the same conditions**, it can be achieved, but…
Developer technologies | Windows Presentation Foundation
adfs exchange
dears, i have 2 2016 exchange servers configured in dag mode. external urls are not published. users can connect just internally. the client recently asked to publish it externally using web app proxy. i have seen that this needs an adfs server to…
Microsoft Security | Active Directory Federation Services
"unexpected end-of-file found"
XAML/C++/CX XAML page cpp file code shows "unexpected end-of-file found", no other information. It was OK in old VS version. How can I know what's wrong?
Developer technologies | Universal Windows Platform (UWP)
Additional question about a user control loading more than once
Earlier I asked why a datagrid was causing the window to load more than once. I got the answer, and thank you for your responses! However, in a strange coincidence, the release version of the app still exhibits the same behavior. Although it does…
Developer technologies | Windows Presentation Foundation
ADFS idpinitiatedsignon SAML assertion not signed
I am trying to extract SAMLResponse assertion via https://<adfs_domain>/adfs/ls/idpinitiatedsignon using a webview. The problem is that the SAMLResponse assertion is not signed and the signature is not included inside the assertion. As a result…
Microsoft Security | Active Directory Federation Services
Sysprep on WIndows 2016 is retaining DNS IP configuration
When we run sysprep with generalize, and spin up an instance out of that image, image is retaining the dns ip. Is there anything we can do here to prevent this from happening? There is a windows ec2 instance with two nics connected to it. We…
Community Center | Not monitored
HTML Compression not working
Hi I'm having issue with enabling text/html compression through CDN, when its enabled in CDN profile, see below Response HEADER However origin does return compressed version, see origin response header Not sure what else…
Azure Virtual Machines
Select GPU for UWP app programatically
I know I can select the default cpu in windows 10 graphics settings for an uwp app. This for example affects which gpu is used by the xaml ui and the media capture api-s. I have an issue with an app which uses direct3d + xaml + media capture to overlay…