375,074 questions

Sort by: Updated
0 answers

UWP MessageWebSocket not working behind firewall

My UWP MessageWebSocket not working behind a firewall... FYI:- Ports and URL is allowed In Settings-Proxy when I enable "Automatically Detect settings" then getting the error "Forbidden (403). (Exception from HRESULT:…

Universal Windows Platform (UWP)
asked 2020-03-16T13:26:30.687+00:00
MangoApps 91 Reputation points
commented 2020-04-13T11:57:00.837+00:00
Richard Zhang-MSFT 6,936 Reputation points
4 answers One of the answers was accepted by the question author.

please, either allow System.IO all over HDD, or drastically improve speed of StorageFolder queries

My preference would clearly be to just have access to System.IO, once I've requested This is clearly possible, since a Destkop Bridge app uses System.IO and can do as it pleases. It would clearly be the best case scenario. Otherwise,…

Universal Windows Platform (UWP)
asked 2019-11-01T11:26:09.967+00:00
John Torjo 861 Reputation points
commented 2020-04-13T11:54:06.12+00:00
David Hitchen 1 Reputation point
2 answers

Trying to create Web App Bot

When I try to click 'create' towards the end it says "Resource provider 'Microsoft.Web' not registered for the subscription". I tired to check in subscriptions list to check the resource providers for Microsoft.web it says registering. the…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,664 questions
asked 2020-04-10T13:17:04.723+00:00
Sushma Bairi 1 Reputation point
commented 2020-04-13T08:03:07.233+00:00
brtrach-MSFT 16,121 Reputation points Microsoft Employee
1 answer

How to increase WPF 3D Performance?

I have a problem looking forward to your suggestions about WPF 3D performance. It runs quite well with a small width and length, but with a width and length of about 949x825 When measured by stopwatch, all of the implementation in c# code only takes…

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,761 questions
asked 2020-04-10T04:58:49.733+00:00
Dragon 81 Reputation points
commented 2020-04-13T07:57:02.457+00:00
Dragon 81 Reputation points
2 answers

Changing Default web browser from I.E. to Chrome - Windows 10 Enterprise 1809

I have been trying to set my default browser from I.E. to Chrome. I'm using Windows 10 Enterprise 1809. I am able to set the default browser to Chrome and it stays until I restart my computer, then it reverts back to I.E. Any ideas on how to have…

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,941 questions
asked 2020-04-10T14:53:26.313+00:00
macutler 6 Reputation points
answered 2020-04-13T06:28:01.267+00:00
Sylvia Chen 6 Reputation points
2 answers

trying to make a cost assesment but i'm stuck with what licenses to buy

Maybe it's easiest if i give some background info. i have an Office Access application running on a Azure vm Server. i want multiple people (+-10) to be able to work on the server at the same time. what i already found out that i need is: Azure…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,797 questions
asked 2020-04-04T16:40:19.373+00:00
Solidguy01 1 Reputation point
answered 2020-04-13T04:43:42.17+00:00
Ronen Ariely 15,191 Reputation points
1 answer One of the answers was accepted by the question author.

Xbox Customization

I’ve been having issues with my Xbox profile pictures, it wasn’t allowing me to change it to a custom picture. I looked it up and it said that profile pictures were disabled because of covid19. When will it be available again?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
38,709 questions
asked 2020-04-13T02:05:53.68+00:00
Michele Reyes 21 Reputation points
accepted 2020-04-13T04:08:41.337+00:00
Michele Reyes 21 Reputation points
2 answers

How to install bluetooth driver? I don't have bluetooth in my laptop

I tried to troubleshoot it and it says that you don't have bluetooth, is there any way to solve this problem?

Universal Windows Platform (UWP)
asked 2020-04-08T07:42:53.427+00:00
Abbas Ali Sina 1 Reputation point
answered 2020-04-13T03:08:57.763+00:00
IMRAN AKKI 1 Reputation point
1 answer One of the answers was accepted by the question author.

How to charge users through Microsoft Store

We want to build a free application, but one of the services needs to charge users, how do I set it up?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
38,709 questions
asked 2020-04-13T02:06:30.2+00:00
Shuang1 Gan 41 Reputation points
accepted 2020-04-13T02:23:15.277+00:00
Shuang1 Gan 41 Reputation points
1 answer

Create Multiple events in calendar - Microsoft Graph REST API

Hi I am currently creating events on my clients' calendars using the Microsoft Graph REST API. Everything has been perfect, however when I want to create 2 different events on the same calendar I have to do the same process 2 times. Currently…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,401 questions
asked 2020-04-09T19:57:05.477+00:00
ALEXANDRO CRUZ RINCON 1 Reputation point
answered 2020-04-13T00:26:55.217+00:00
Nick F 1 Reputation point
0 answers

Javascript UWP App Get Screen Resolution [FIXED]

Is there a way to get the screen resolution on a JS UWP app? I am tring to make my app go maximized when it starts. EDIT: Oops, sorry. I have found a way to get the screen resolution. window.outerHeight and window.outerWidth was the thing I needed. …

Universal Windows Platform (UWP)
asked 2020-04-11T11:57:58.59+00:00
백현민 1 Reputation point
commented 2020-04-12T22:25:31.557+00:00
Richard Zhang-MSFT 6,936 Reputation points
1 answer One of the answers was accepted by the question author.

Why this error when doing an image conversion

I am trying to convert a BitmapImage to a Byte() with the following code: Dim ic As New ImageConverter Dim bts() As Byte = DirectCast(ic.ConvertTo(clsImage, GetType(Byte())), Byte()) The error message I get is: > Unable to cast object of type…

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,761 questions
asked 2020-04-12T14:11:16.517+00:00
RogerSchlueter-7899 1,281 Reputation points
accepted 2020-04-12T20:57:39.707+00:00
RogerSchlueter-7899 1,281 Reputation points
5 answers One of the answers was accepted by the question author.

Minecraft Server IP Problem

Hi, when i run a minecraft server if i configured the ip adress to my virtual server's ip; it says ;Failed bind to port;. When i dont configure ip section, if i leave it empty, it run succesfully but after that, server doesn't seem like exist. Like…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,797 questions
asked 2020-04-11T21:54:57.747+00:00
Baran Berke 21 Reputation points
accepted 2020-04-12T17:49:35.147+00:00
Baran Berke 21 Reputation points
2 answers One of the answers was accepted by the question author.

Can't Get My Image to Appear in an Image Container

I have all the parts to display an image in the wpf Image control but I cant' get them all wired together. First I have a Picture class as follows ((ignoring irrelevant code): Public Class Picture .... Private _Image As Byte() Private _Title As String…

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,761 questions
asked 2020-04-03T16:04:42.707+00:00
RogerSchlueter-7899 1,281 Reputation points
accepted 2020-04-12T17:15:24.51+00:00
RogerSchlueter-7899 1,281 Reputation points
1 answer One of the answers was accepted by the question author.

Error 802 then i added node in vmm

Hi, guys! I have Hyper-v Failover Cluster on the Windows 2016 and VMM 2019 UR1. I prepare new node to my cluster, in vmm i see pending status this node, but then i try add host to cluster i got error: Error (802)
The 'ISO' 'vmguest' is already in use…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,797 questions
asked 2020-04-12T09:45:03.843+00:00
vienna 21 Reputation points
accepted 2020-04-12T15:53:44.77+00:00
vienna 21 Reputation points
1 answer

Creating New Azure Active Directory Domain Services Instance

I have an existing Azure Active Directory instance that was created when we created our Office365 account. I would now like to add Active Directory Domain Services so that we can add some virtual machines and add them to this domain. Is it advisable to…

Microsoft Entra
asked 2020-04-12T03:51:45.14+00:00
Stephen Stark 26 Reputation points
answered 2020-04-12T15:01:41.063+00:00
James Dumont le Douarec 36 Reputation points MVP
1 answer

Making a custom touch keyboard that can be used instead of the other on screen keyboards

Is this possible? I want to design a custom keyboard to enter text when using Windows in touch & pen mode. This would not be just a custom keyboard layout. I want novel functionality using the pen and a series of radial menus. Cheers

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
38,709 questions
asked 2020-04-12T11:06:41.6+00:00
Will Young 1 Reputation point
answered 2020-04-12T11:34:22.803+00:00
Anonymous
1 answer

XAML > Binding SelectedValue to a concatenation of 2 properties

Hi, I've a Person class public class Person { public string location; public string name; ... } ...and a list of Person List<Person> list1 = new List<Person>() { new Person() { location = "Chicago", name =…

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,761 questions
asked 2020-04-12T08:04:22.117+00:00
JM Deb 1 Reputation point
answered 2020-04-12T09:15:55.863+00:00
Peter Fleischer (former MVP) 19,321 Reputation points
1 answer

Is it possible to have Windows 10 AzureAD joined machines allow different users to login?

Hi there - I have remote offices all over the world where we're trying to slim down on the footprint but not having local domain controllers or any physical servers. I have AzureAD setup and I can join machines to it remotely over the internet. It…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,401 questions
asked 2020-04-10T14:33:52.483+00:00
Ward Anderson 11 Reputation points
answered 2020-04-11T21:07:57.663+00:00
Pavel Otych 81 Reputation points
1 answer One of the answers was accepted by the question author.

Azure AD Registration workflow with 3rd Party App

My company distributes a desktop application for law offices with a background service component that sends and receives mail from a client email account (one email account per law firm that they provision for the application on their own mail server). …

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,401 questions
asked 2020-04-02T22:19:52.217+00:00
Granville Rex 21 Reputation points
commented 2020-04-11T20:21:37.03+00:00
Granville Rex 21 Reputation points