402,908 questions

Sort by: Updated
3 answers

Could not connect my webapp in Filezilla in Azure Free Trail Subscription

Yesterday I've registered in azure as a free trial subscription. Then i have created a web app "https://rammesarandemo.azurewebsites.net/". The problem is that i could not able to access my web app through Filezilla. I could not able to see…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,237 questions
asked 2020-04-30T08:08:40.987+00:00
Ram kumar 1 Reputation point
commented 2020-05-04T12:49:43.62+00:00
SnehaAgrawal-MSFT 22,171 Reputation points
1 answer

Delegated permission - Send email with Microsoft Graph

Hi I use application permissions to obtain a valid token to send a email with Microsoft Graph. I followed the link: https://stackoverflow.com/questions/50483154/access-token-for-microsoft-graph-api-is-immediately-expired. But, i want to use…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,083 questions
asked 2020-02-25T04:10:30.27+00:00
juan maximiliano aguilar abanto 541 Reputation points
commented 2020-05-04T11:14:47.36+00:00
soumi-MSFT 11,811 Reputation points Microsoft Employee
2 answers

Integration of Azure Active directory Domain controller with Oracle cloud Infra

I have below use-case - Currently in my OCI infra one of the region datacenter is using RW AD domain controllers which further going to connect customer tenancies through VPNs and each customer tenancy have their RO ADDC, now that datacenter is…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,083 questions
asked 2020-04-30T13:37:36.873+00:00
Gaurav D 1 Reputation point
commented 2020-05-04T11:14:30.943+00:00
soumi-MSFT 11,811 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

WPF label not updating value on the UI

Hi All, I am currently working on a C# WPF application. The UI contains a tree view with checkboxes. I need a label on the UI to update the number of checked checkboxes. However, even though i get the value and try to update the UI, the 'Property…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,821 questions
asked 2020-05-04T05:30:35.5+00:00
abijith gowda 61 Reputation points
commented 2020-05-04T09:59:50.183+00:00
abijith gowda 61 Reputation points
1 answer

Azure SignalR Service/Azure WebApp (NodeJS) Integration

I have a NodeJS application that is hosted in an Azure WebApp. I am interested in integrating Azure SignalR Service with this WebApp. I am wondering if it is possible to do so? All the documentation/samples I have seen talk about integrating Azure…

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
153 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,237 questions
asked 2020-04-30T14:28:39.19+00:00
Gaurav Mantri 11 Reputation points
commented 2020-05-04T09:20:52.857+00:00
Gaurav Mantri 11 Reputation points
1 answer One of the answers was accepted by the question author.

(C#) Show message before Shutdown when DVD is burning.

Hi I want to create a APP to Show message before Shutdown when DVD is burning. The situation is: 1, I use a third party APP to burn DVD. 2, I create a APP that can Shutdown OS and before Shutdown, I should check burn process is running or not.…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,821 questions
asked 2020-05-01T08:39:33.293+00:00
jackygedeju 21 Reputation points
commented 2020-05-04T08:55:37.153+00:00
jackygedeju 21 Reputation points
3 answers

Side panel for open tabs for beginners

How do I in UWP create a sidebar or side panel to view open web tabs? I've been watching tutorial videos and researching Microsoft Learn I already have a tab for it as a place holder labeled as a TabViewItem. I am a beginner for UWP, I know more about…

Universal Windows Platform (UWP)
asked 2020-05-04T00:19:23.693+00:00
Mark Mather 156 Reputation points
commented 2020-05-04T08:17:59.783+00:00
Roy Li - MSFT 33,596 Reputation points Microsoft Vendor
1 answer

Azure B2C link signup&signin policy with password reset policy

Hello Experts, I would to like to link up the signup&signin policy with password reset policy. I have Signup&signin policy that is working fine. I have changed the page layout to custom. Also I have password reset policy, applied the…

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
3,008 questions
asked 2020-04-30T18:27:25.267+00:00
Datta Pawar 46 Reputation points
answered 2020-05-04T07:49:50.48+00:00
AmanpreetSingh-MSFT 56,741 Reputation points
10 answers One of the answers was accepted by the question author.

Windows10 1909 Upgrade - An App Default Was Reset

My org is using WIn10 Pro (volume license) build 1809. We want to upgrade to 1909. We use PDQ Deploy to download the install.wim and run this command to install: start /wait c:\UpgradeInstall\1903\setup.exe /auto upgrade /Compat IgnoreWarning…

Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,960 questions
asked 2020-04-02T13:01:20.147+00:00
Ben Kosar 26 Reputation points
answered 2020-05-04T06:31:07.863+00:00
IT Buchs 1 Reputation point
0 answers

Unsolved problem with 'NoteViewer' in XML。

Dear sir, I managed to create a sample mentioned here with WPF App and Blank App (Universal Windows) http://musicengravingcontrols.com/en-US/Articles/Display?id=2 However, if I use Universal Windows Application, I get a problem here. Error Lists say…

Universal Windows Platform (UWP)
asked 2020-05-02T05:25:50.827+00:00
寛明 水崎 1 Reputation point
commented 2020-05-04T06:02:59.53+00:00
Richard Zhang-MSFT 6,936 Reputation points
1 answer

Deploying Node.js Web App

Im trying to deploy a hello world node.js web app. Tried it using both Visual Code Editor, building express app from scratch, and also using Visual Studio, using the Node.js app template. Both run fine locally, and appear to deploy to Azure fine. But…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,237 questions
asked 2020-05-02T17:54:24.893+00:00
Richard Hsnson-Graville 1 Reputation point
answered 2020-05-04T05:25:17.637+00:00
Ryan Hill 29,651 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

First Learn Android ?

I would really love to learn how to Master android Linux and making "hacking" scripts to root for excample. It is the future of Mobiles :D THX i would love some good ideas and no i wanna make my own 1 click rooter ! Have a nice day

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,795 questions
asked 2020-03-21T18:48:42.977+00:00
Birgir Snær Snæbjörnsson 21 Reputation points
accepted 2020-05-04T03:52:49.64+00:00
Birgir Snær Snæbjörnsson 21 Reputation points
1 answer

Cant enable admin account due to drive being full, stuck in guest account with no provileges

I cant enable my admin account. When i try enabling admin account, it says successful but on top of WRE command line, it says "Not enough memory resources available to process this command". Yet when i write down "net user administrator…

Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,960 questions
asked 2020-05-04T01:57:31.847+00:00
Samiha Sabrin 1 Reputation point
answered 2020-05-04T02:40:55.327+00:00
Don Cuthbert 411 Reputation points
0 answers

[uwp] audio graph with 2 media files, the second starts later

Hi, I'd like to create an audio graph to play on the default sound card. It has 2 media (.mp3) files. The first one has 2 minutes, while the second one has 10 seconds. I want to play the first media for 25 seconds, then play the second media along…

Universal Windows Platform (UWP)
asked 2020-04-27T07:57:39.717+00:00
John Torjo 861 Reputation points
commented 2020-05-04T01:03:41.127+00:00
Richard Zhang-MSFT 6,936 Reputation points
2 answers

Apakah ini Benar Shortcut Keyboard Windows 10?

Saya menemukan informasi terkait beberapa shortcut keyboard Windows 10. Apakah ini bekerja dengan benar?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,795 questions
asked 2020-05-03T22:03:34.917+00:00
johnny saketeng 1 Reputation point
answered 2020-05-03T23:50:27.923+00:00
Leon Laude 85,866 Reputation points
3 answers One of the answers was accepted by the question author.

How do I code Enter Key down?

Im creating a web browser UWP, I have the text box but the key down code I'm using seems not to work. I'm providing the code. enter code here private void TextBox_KeyDown(object sender, Windows.UI.Xaml.Input.KeyRoutedEventArgs e) { …

Universal Windows Platform (UWP)
asked 2020-05-02T03:28:55.49+00:00
Mark Mather 156 Reputation points
answered 2020-05-03T17:19:29.48+00:00
Mark Mather 156 Reputation points
7 answers

Widow Update won't install.

I can't install the following update, 2020-04 Cumulative Update for Windows 10 Version 1903 for x64-based Systems (KB4549951). Is it necessary to update it? if not how can stop it from bothering me or my pc?

Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,960 questions
asked 2020-04-29T04:42:50.503+00:00
Ghost 1 Reputation point
answered 2020-05-03T09:14:00.937+00:00
Sekar Balusamy 1 Reputation point
0 answers

WPF Listview touch issue on window 10: "an event of another datatemplate is triggered while it may not happen"

This a MSDN question asked by Free_development, the source is WPF Listview touch issue on window 10: "an event of another datatemplate is triggered while it may not happen" Before we start:- (links will be provided later) Detailed…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,821 questions
asked 2020-03-27T07:51:15.527+00:00
Charles He-MSFT 96 Reputation points Microsoft Employee
commented 2020-05-03T07:57:57.063+00:00
fre anc 1 Reputation point
2 answers

Surface Go keyboard won't work in Gimp or Clip Art Studio?

The keyboard won't appear on these and I have reset imputs on them and also checked my keyboard settings and yet nothing seems to make the keybaord appear. I don't want to buy the keyboard just to use my go instead I want the built in keyboard to work. I…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,795 questions
asked 2020-05-02T22:11:09.07+00:00
Stephmanagirl 1 Reputation point
commented 2020-05-02T22:24:23.063+00:00
Leon Laude 85,866 Reputation points
1 answer One of the answers was accepted by the question author.

Using height property set to auto

Hi My grid height is set to auto and i would like to set the stackpanel height to 80% grid height Thanks

Universal Windows Platform (UWP)
asked 2020-04-29T07:15:31.07+00:00
Shay Wilner 1,746 Reputation points
accepted 2020-05-02T19:40:52.16+00:00
Shay Wilner 1,746 Reputation points