1,676,124 questions

Sort by: Answers
0 answers

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)
asked 2020-03-19T13:18:27.787+00:00
Karthik Raman 31 Reputation points
commented 2020-03-31T19:05:15.44+00:00
John Torjo 861 Reputation points
0 answers

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
asked 2020-03-27T20:09:32.17+00:00
Ashish Gupta 6 Reputation points
commented 2020-03-30T19:27:26.47+00:00
ajkuma 28,051 Reputation points Microsoft Employee Moderator
0 answers

static resources color name

<sys:Double x:Key="Window.Main.Background" >1200</sys:Double> ///////////////////////////////////////////////////////////////////////////////////// <Window x:Class="DCAD.MainWindow" …

Developer technologies | Windows Presentation Foundation
asked 2020-03-28T16:12:40.513+00:00
essamce 621 Reputation points
commented 2020-03-30T03:13:03.113+00:00
Alex Li-MSFT 1,096 Reputation points
0 answers

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
asked 2020-03-30T01:50:13.07+00:00
Henry Glenn 6 Reputation points
commented 2020-03-30T02:48:58.427+00:00
Anonymous
0 answers

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)
asked 2020-03-01T21:52:15.577+00:00
Sam R 1 Reputation point
commented 2020-03-27T07:52:45.417+00:00
Richard Zhang-MSFT 6,936 Reputation points Microsoft Employee Moderator
0 answers

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
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
9,427 questions
asked 2020-03-11T14:04:38.683+00:00
Benjamin Newton 1 Reputation point
commented 2020-03-27T06:22:49.35+00:00
Grmacjon-MSFT 19,466 Reputation points Moderator
0 answers

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
asked 2020-03-25T17:20:32.423+00:00
Vicente Pulso Informática 1 Reputation point
commented 2020-03-26T06:44:38.6+00:00
ZhengyuGuo 10,586 Reputation points Moderator
0 answers

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
asked 2020-03-25T09:11:34.257+00:00
Priyank Ghorecha 1 Reputation point
commented 2020-03-26T06:18:48.1+00:00
Priyank Ghorecha 1 Reputation point
0 answers

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
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,564 questions
asked 2020-03-24T13:34:31.08+00:00
Mario Palma 1 Reputation point
commented 2020-03-26T04:17:04.193+00:00
vipullag-MSFT 26,512 Reputation points Moderator
0 answers

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
asked 2020-03-19T14:45:51.913+00:00
Tuff Gong 6 Reputation points
commented 2020-03-25T21:19:45.367+00:00
Pierre Audonnet - MSFT 10,201 Reputation points Microsoft Employee
0 answers

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
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,564 questions
asked 2020-03-10T04:44:56.517+00:00
Brown, Anthony 1 Reputation point
commented 2020-03-24T15:17:32.547+00:00
jakaruna-MSFT 601 Reputation points Microsoft Employee Moderator
0 answers

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
Azure Service Fabric
An Azure service that is used to develop microservices and orchestrate containers on Windows and Linux.
312 questions
asked 2020-03-24T03:05:36.683+00:00
Chris McCown 1 Reputation point
commented 2020-03-24T14:25:24.673+00:00
jakaruna-MSFT 601 Reputation points Microsoft Employee Moderator
0 answers

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
asked 2020-03-21T15:51:26.847+00:00
Rancho 11 Reputation points
commented 2020-03-24T03:10:07.48+00:00
Alex Li-MSFT 1,096 Reputation points
0 answers

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
asked 2020-03-18T17:37:14.917+00:00
eg1995 1,156 Reputation points
commented 2020-03-23T16:28:42.177+00:00
Pierre Audonnet - MSFT 10,201 Reputation points Microsoft Employee
0 answers

"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)
asked 2020-03-14T05:11:53+00:00
AxileS 116 Reputation points
commented 2020-03-23T09:24:23.957+00:00
Fay Wang - MSFT 5,226 Reputation points
0 answers

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
asked 2020-03-20T17:43:42.057+00:00
Rod At Work 866 Reputation points
commented 2020-03-22T14:09:05.547+00:00
Peter Fleischer (former MVP) 19,341 Reputation points
0 answers

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
asked 2020-03-12T10:27:05.86+00:00
Alexander Kalavitis 1 Reputation point
commented 2020-03-20T17:16:04.06+00:00
Pierre Audonnet - MSFT 10,201 Reputation points Microsoft Employee
0 answers

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
asked 2020-03-19T21:45:15.78+00:00
Shiva Konduru 1 Reputation point
commented 2020-03-20T01:53:01.533+00:00
Jenny Feng 706 Reputation points
0 answers

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
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,564 questions
asked 2020-03-06T16:05:43.717+00:00
Uday Solanki 1 Reputation point
commented 2020-03-17T23:20:33.23+00:00
KarishmaTiwari-MSFT 20,802 Reputation points Microsoft Employee Moderator
0 answers

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…

Developer technologies | Universal Windows Platform (UWP)
asked 2020-03-16T17:09:56.997+00:00
Anonymous
commented 2020-03-17T14:07:15.473+00:00
Anonymous