Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Add somebody to team by code
I’m asking how to provide sb with a code so that they could join my team.
Azure App Service
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:…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
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,…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
How to use Windows 11 or Windows 10's built in Hyper-V for Creating Virtual Machines
Technical Level : Intermediate For many years Microsoft has included a free virtualization solution in the Pro and Enterprise editions of Windows. Hyper-V or Hypervisor lets you run virtualized operating systems such as instances of Windows or Linux…
Windows for business | Windows Server | Devices and deployment | Install Windows updates, features, or roles
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 is a service used to create and deploy scalable, mission-critical web apps.
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…
Developer technologies | Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
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 for business | Windows Client for IT Pros | User experience | Other
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
An Azure service that is used to provision Windows and Linux virtual machines.
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?
Community Center | Not monitored
Tag not monitored by Microsoft.
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?
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
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?
Community Center | Not monitored
Tag not monitored by Microsoft.
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 Security | Microsoft Entra | Microsoft Entra ID
A cloud-based identity and access management service for securing user authentication and resource access
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. …
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
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…
Developer technologies | Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
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
An Azure service that is used to provision Windows and Linux virtual machines.
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…
Developer technologies | Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
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
An Azure service that is used to provision Windows and Linux virtual machines.
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 Security | Microsoft Entra | Other
Additional Microsoft Entra services and features related to identity, access, and network security
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
Community Center | Not monitored
Tag not monitored by Microsoft.
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 =…
Developer technologies | Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.