54,213 questions

Sort by: Updated
0 answers

Touch Events in .NET MAUI

Hi I'm working on a piano keyboard app in .NET MAUI, and I'm encountering an issue with implementing a specific feature. I want users to be able to slide their finger across the keys, triggering a note for each key they pass over. However, I'm only…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,297 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,919 questions
asked 2024-05-10T01:53:53.1+00:00
Yusuf 691 Reputation points
0 answers

Where Does VS Save Breakpoints and Bookmarks?

TL,DR: What files do I need to back up in order to recover my breakpoints and book marks? .suo doesn't seem to be enough. Hello Folks: Developing on Win 10 Pro, Up to Date VS Community. One of my routines for backing up my code has been to save space…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,636 questions
asked 2024-05-09T18:04:02.4766667+00:00
a_unique_name 381 Reputation points
edited the question 2024-05-10T01:52:27.41+00:00
Minxin Yu 10,121 Reputation points Microsoft Vendor
0 answers

vWAn Site to Site VPN

I am trying to connect one test tenant and subscription to another test tenant using site to site vpn and WAN with secured on the primary subscription and the tenant. I am following this article to create VPN gateway separately with custom ASN and the…

Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,394 questions
asked 2024-05-09T02:44:17.7233333+00:00
prasantc 816 Reputation points
commented 2024-05-10T01:50:19.5266667+00:00
prasantc 816 Reputation points
0 answers

Graph API does not return a contact which was created when user was onprem, now in Azure AD

The Microsoft Graph API V1 fails to retrieve contacts with phone numbers (personal contacts) created when the user account resided in the on-premises Active Directory (AD). Although the user account has since been migrated to Azure AD, Outlook…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,707 questions
asked 2024-05-10T01:49:52.25+00:00
Guru J 0 Reputation points
0 answers

I'm running the Speech Translation lab, but the microphone is not working.

I'm running the lab for Translate speech with the Azure AI Speech service. Previous labs worked fine. Today, nothing I do gets the system to recognize my (remote) microphone or capture speech from it. I did the previous lab, which also captured speech…

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
964 questions
asked 2024-05-09T23:47:05.58+00:00
Mark Goles 0 Reputation points
commented 2024-05-10T01:37:43.4666667+00:00
VarunTha 3,535 Reputation points Microsoft Vendor
0 answers

InternalServerError on Azure Web App deployment

Hi, I'm having some trouble figuring out why a deployment for an Azure Web App fails. I've tried deployment to a container app, and an app service, with both GitHub actions workflow and through a web deploy using pubxml. My application runs fine and as…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,203 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,945 questions
asked 2024-05-10T01:30:24.82+00:00
Cesar Vera 0 Reputation points
0 answers

COALESCE and CONCAT Address Line 1 and Address Line 2 separated by a comma

We are trying to COALESCE and CONCAT Address Line 1 and Address Line 2 separated by a comma "," from potentially two data sources. So like...123 Main St., Apt. 101 The first part is easy enough... CONCAT ( COALESCE ( LTRIM (RTRIM…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,793 questions
SQL Server Transact-SQL
SQL Server Transact-SQL
SQL Server: A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.Transact-SQL: A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
47 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,556 questions
asked 2024-05-09T18:55:45.0266667+00:00
Bobby P 221 Reputation points
commented 2024-05-10T01:28:42.8933333+00:00
CosmogHong-MSFT 23,321 Reputation points Microsoft Vendor
0 answers

How to use contains string in filter criteria in microsoft graph api?

I am using graph api to search product list from sharepoint. I am able to search product using startsWith function but my requirement is to search product using any keyword which contains product name. I am currently using below url statsWith function to…

SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,685 questions
asked 2024-05-09T09:45:05.54+00:00
Pradhaan, Surrya 0 Reputation points
commented 2024-05-10T01:25:54.66+00:00
RaytheonXie_MSFT 31,681 Reputation points Microsoft Vendor
0 answers

How to clear CSOM pending requests without performing ExecuteQuery?

Hello, I am using CSOM for my application to communicate with SPO. I am in a situation where I want clear the ClientContext pending request without ExecuteQuery. I am performing some operations with multiple steps, after particular step if I get some…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,728 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,685 questions
asked 2024-05-09T10:50:46.19+00:00
Yuvraj Patil 361 Reputation points
commented 2024-05-10T01:25:30.8433333+00:00
RaytheonXie_MSFT 31,681 Reputation points Microsoft Vendor
0 answers

I am facing Issues for data replication of specific tables (Bi-Directional) in SQL databases at two different regions hosted on Azure Cloud.

Hi, I have SQL Databases in Europe Region & USA Region hosted on Microsoft Azure cloud. I want to sync specific tables of both databases. I have researched about database replication approach (Transactional Replication, Snapshot Replication,…

Azure SQL Database
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,793 questions
asked 2024-05-09T18:23:13.1233333+00:00
Raj, Ritu 0 Reputation points
edited the question 2024-05-10T01:24:31.13+00:00
CosmogHong-MSFT 23,321 Reputation points Microsoft Vendor
0 answers

image not loading in modal popup imageurl in asp.net c#

i am trying to load image in image button through modal popup. The problem is modal popup is showing, but image not loading which means it is blank window. i am storing all the images in different server and application hosted in another server. what is…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,285 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,299 questions
asked 2024-05-05T17:01:04.1133333+00:00
Gani_tpt 1,586 Reputation points
edited a comment 2024-05-10T01:16:41.2966667+00:00
Gani_tpt 1,586 Reputation points
0 answers

Sharepoint Limits? What is cross-geo copy mean in this context?

In Sharepoint online Moving and coping files, What does cross-geo copy mean in this context? Is this referring to geo-location like Europe, Asia? If we consider file upload, and copying of files around later, does it mean it will be "capped"…

OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
837 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,728 questions
asked 2024-05-09T15:22:35.03+00:00
Shanmugam, Suresh 0 Reputation points
commented 2024-05-10T01:13:46.76+00:00
Ling Zhou_MSFT 13,335 Reputation points Microsoft Vendor
0 answers

Sharepoint Online - can't create subsite from template

Hello, I want to create many subsites from custom template, but I don't see "Custom template" option, when creating subsite. This is my main site. By the way, I'll ask - why is this URL "https://contoso.sharepoint.com"? Every other…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,728 questions
asked 2024-05-09T08:25:49.11+00:00
adv_kd 65 Reputation points
commented 2024-05-10T01:13:41.3266667+00:00
Ling Zhou_MSFT 13,335 Reputation points Microsoft Vendor
0 answers

Labs are no longer working for Dynamics 365 Finance and Operations

Hello - None of the labs for Dynamics 365 Finance and Operations are currently working. The VM does not launch and the message "Sorry, this lab is no longer available." is displayed. I have tried clearing my cache, using different browsers…

Dynamics 365 Training
Dynamics 365 Training
Dynamics 365: A Microsoft cloud-based business platform that provides customer relationship management and enterprise resource planning solutions.Training: Instruction to develop new skills.
50 questions
asked 2024-05-03T15:49:12.14+00:00
jpgoyne 5 Reputation points
commented 2024-05-10T01:13:12.3366667+00:00
Lissette Lozano 0 Reputation points
0 answers

Server Essentials 2016 client machines show as removed

I've had to reinstall the Essentials experience on my WSE 2016 system due to some network issues with remote access. Everything is now back up and running, but all devices show as Removed in the dashboard, which means they aren't available for remote…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,200 questions
asked 2024-05-07T23:12:59.1266667+00:00
Bill Seymour 0 Reputation points
commented 2024-05-10T01:12:37.77+00:00
Bill Seymour 0 Reputation points
0 answers

AD域控制器 Windows server2016 修改完密码 不生效

AD域控制器 Windows server2016 修改完密码 不生效

Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,388 questions
asked 2024-05-10T00:57:01.3333333+00:00
0 answers

Can users from different tenants be given access to Business Central?

Is it possible to set up multi-tenancy for Business Central Online? I'd like to find out if and how, users from different Microsoft Entra ID tenants can be given full access to Business Central Online?

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.
2,662 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,640 questions
asked 2024-05-10T00:56:48.37+00:00
Roi Amouyal 0 Reputation points
0 answers

Azure Openai with Azure for students

Hello, I am currently subscribed to Azure for Students. Recently, I filled out a form and gained access to Azure OpenAI services. I wanted to inquire about the extent of usage available for free through the Azure for Students subscription. Is there a…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
752 questions
Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,580 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,214 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,413 questions
Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
964 questions
asked 2024-05-10T00:48:33.3266667+00:00
Seokho 0 Reputation points
0 answers

How can I display a folder structure in the IoTCentral devices Files tab ?

We need to use a folder structure to organise the files we are uploading from our IoT devices to Azure Blob Storage. To do this we are using a folder structure as shown below when uploading using the device SDK and this works fine, with the folders…

Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
352 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,128 questions
asked 2024-05-10T00:42:11.9066667+00:00
Duncan Groenewald 0 Reputation points
0 answers

Difficulty in Creating Email groups in Exchange Admin Center

Hello  Please i need help on this issue. Cannot create email groups in exchange admin center When I attempt to create and email group using EAC I get the following error. We couldn't create the group. Exception of type…

Microsoft Exchange Online
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,363 questions
Microsoft Exchange
Microsoft Exchange
Microsoft messaging and collaboration software.
395 questions
asked 2024-05-10T00:38:53.3466667+00:00
Iniobong Nkanga 1,681 Reputation points