349,997 questions

Sort by: Updated
0 answers

WinUI3 : How to close all the visible window at once

Hi, I'm working on a WinUI3 desktop application in C++. I'm building a multiwindow application. Is there a way to close all the window at once in WinUI3? One way is to maintain the List of windows ourselves, is there any other way to solve this? just…

Windows App SDK
Windows App SDK
A set of Microsoft open-source libraries, frameworks, components, and tools to be used in apps to access Windows platform functionality on many versions of Windows. Previously known as Project Reunion.
734 questions
asked 2024-05-30T12:45:25.59+00:00
Harshithraj1871 1,516 Reputation points
commented 2024-05-31T05:48:59.7333333+00:00
Jeanine Zhang-MSFT 9,341 Reputation points Microsoft Vendor
1 answer

In ScrollView, first entry is becoming focus. i need to stop it.

<ScrollView Grid.Column="1" x:Name="myScrollView" WidthRequest="500" > <Border StrokeThickness="2"> <StackLayout> <Entry x:Name="MainEntry"…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,008 questions
asked 2024-05-30T18:40:37.5966667+00:00
Sowndarrajan Vijayaragavan 350 Reputation points
commented 2024-05-31T05:48:57.1933333+00:00
Sowndarrajan Vijayaragavan 350 Reputation points
3 answers

Query is too complex.

Hello To delete many selected records at once: In a loop I populate question marks: QuestionMarks = QuestionMarks + "?, " Then: "DELETE FROM table WHERE theID = ? AND fld IN (" + QuestionMarks + ")" And: For Each MyRow As…

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,413 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,612 questions
Access Development
Access Development
Access: A family of Microsoft relational database management systems designed for ease of use.Development: The process of researching, productizing, and refining new or existing technologies.
837 questions
asked 2024-05-24T08:22:33.26+00:00
StewartBW 565 Reputation points
commented 2024-05-31T05:48:41.7633333+00:00
Jiachen Li-MSFT 27,406 Reputation points Microsoft Vendor
1 answer

Select from table

Hello Using Access mdb with OleDbRader (Access Database Engine) to select all: "SELECT * FROM tabke WHERE clmn = 'blah'" This might return 100 items, how can I use select to read from number 5 to 50, for example? Possible? Thank you all

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,413 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,612 questions
asked 2024-05-24T00:46:41.91+00:00
StewartBW 565 Reputation points
commented 2024-05-31T05:48:12.15+00:00
Jiachen Li-MSFT 27,406 Reputation points Microsoft Vendor
1 answer

Hi,To send a message to Teams from a Node.js application using the Graph API, I successfully obtained the access token, receiver's chat ID, and team ID using their email. However, when attempting to send a message, I'm encountering a 401 Unauthorized err

I have given the all the required permissions on both application and delegated permissions "roles": [ "TeamMember.Read.All", "User.ReadBasic.All", "Chat.UpdatePolicyViolation.All",…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,902 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,929 questions
asked 2024-05-31T05:04:39.69+00:00
Satya Krishna Madasu 0 Reputation points
answered 2024-05-31T05:47:54.53+00:00
Anushka 80 Reputation points
0 answers

ASR failback failed with Error ID 539 & Error ID 151192

I have failed over MS Exchange Mailbox Server in a VM and Edge server in another VM to another Azure region using Azure Site Recovery. When I tried to fail back to the initial region, Re-Protect operation failed with Error ID 539 and Error ID 151192. …

Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,124 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,307 questions
Azure Site Recovery
Azure Site Recovery
An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
648 questions
asked 2024-05-30T12:08:04.4933333+00:00
Saravanan Subbaiah 0 Reputation points
commented 2024-05-31T05:46:33.1033333+00:00
Anveshreddy Nimmala 2,950 Reputation points Microsoft Vendor
0 answers

Position issue on TR TD lines

Hi, It is the same way to the following using TR TD to separate them and do not know why there is the different spacing (in the different color) below.

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,328 questions
asked 2024-05-31T04:50:23.1466667+00:00
Peter_1985 2,546 Reputation points
commented 2024-05-31T05:45:47.6666667+00:00
Lan Huang-MSFT 26,686 Reputation points Microsoft Vendor
2 answers

EF Core 3.1 - System.InvalidOperationException: 'The entity type 'Pntbec03' requires a primary key to be defined. If you intended to use a keyless entity type call 'HasNoKey()'.'

Hello . I need to handle a EF Core Entity relating to a table , but without having EF managing all its columns , but just a subset of them. I have scaffolded the small database to which the table belongs into a DbContext , and I though I could create…

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
705 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,478 questions
asked 2024-05-29T13:46:26.23+00:00
leo del ciello 66 Reputation points
commented 2024-05-31T05:45:16.61+00:00
leo del ciello 66 Reputation points
4 answers One of the answers was accepted by the question author.

Can a deadlock issue be raise while running two select queries in sql server

Do we get a deadlock issue while running two select statements of two different table in sql server

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,939 questions
asked 2024-05-24T13:21:28.4666667+00:00
Khan-CW, P Ali Altaf 63769 20 Reputation points
accepted 2024-05-31T05:45:00.68+00:00
Khan-CW, P Ali Altaf 63769 20 Reputation points
1 answer

Maui MediaPicker.Default.CapturePhotoAsync windows doesn't display camera

When I run the app is the VS 2022 on Windows 10 the MediaPicker.Default.CapturePhotoAsync method displays the camera and allows me to capture a photo. When the app is published and installed on Windows 10 the MediaPicker.Default.CapturePhotoAsync method…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,850 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,008 questions
asked 2024-04-30T16:15:24.1733333+00:00
Grant Schaffer 25 Reputation points
commented 2024-05-31T05:44:51.6+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 27,276 Reputation points Microsoft Vendor
1 answer

Powershell script to loop through MSOLUsers in CSV file until they are synced to Azure AD/Entra ID

Hi all, I have an input CSV file like this: UserPrincipalName user1@test.com user2@test.com These users are located in our On Premise Active Directory but are NOT synced to our Azure AD/Entra ID (they are in an OU which we exclude from syncing to Azure…

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,268 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,182 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,922 questions
asked 2024-05-30T16:43:46.4033333+00:00
mark terry 25 Reputation points
answered 2024-05-31T05:44:37.2833333+00:00
Mike Hu-MSFT 1,095 Reputation points Microsoft Vendor
1 answer

how to show image2 in gridview

Hello This is my aspx page <asp:TemplateField HeaderText="IMAGE1"> <ItemTemplate> <asp:Image ID="Image1" runat="server" /> </ItemTemplate> …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,328 questions
asked 2024-05-29T13:35:22.69+00:00
RAVI 936 Reputation points
answered 2024-05-31T05:44:09.3166667+00:00
Lan Huang-MSFT 26,686 Reputation points Microsoft Vendor
4 answers

How do you install SQL Server 2019 using Microsoft Intune

I converted the SQL exe tool to intunewin format, but there are many additional files needed to fully set up the application in silent mode that i do not know how to include in the intune win32 application package option. Also, i wanted to use a batch…

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,939 questions
Microsoft Intune Application management
Microsoft Intune Application management
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Application management: The process of creating, configuring, managing, and monitoring applications.
896 questions
asked 2021-04-22T14:22:59.293+00:00
acarr urbanscience 1 Reputation point
edited an answer 2024-05-31T05:43:45.81+00:00
Sukhbaj Singh 0 Reputation points
0 answers

Making calls on the Video Indexer API

I am writing a Python script that calls on the Video Indexer API. I understand that to do this I have to provide my Azure subscription key, location, account ID and video indexer subscription key. I have my Azure subscription key and location.  I am not…

Azure AI Video Indexer
Azure AI Video Indexer
An Azure video analytics service that uses AI to extract actionable insights from stored videos.
54 questions
asked 2024-05-31T04:11:20.5166667+00:00
Bob Cother 0 Reputation points
commented 2024-05-31T05:43:23.75+00:00
romungi-MSFT 42,966 Reputation points Microsoft Employee
3 answers

We just implemented Customer Insights and Sales Hub but social integration is not showing up where it should. I keep seeing "Only applies to outbound marketing" on MS documentation. What is outbound marketing? Where do I get it?

We just implemented Customer Insights and Sales Hub but social integration is not showing up where it should. I keep seeing "Only applies to outbound marketing" on MS documentation. What is outbound marketing? Where do I get it? This question…

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.
88 questions
asked 2024-05-20T21:12:08.48+00:00
Lauren Fox 0 Reputation points
commented 2024-05-31T05:43:09.7766667+00:00
Kiran P 630 Reputation points Microsoft Vendor
0 answers

All of my application insights instances suddenly stopped collecting data and haven't resumed since

At the end of 21st May 2024 all of our application insights instances stopped collecting data. We regularly hit the daily limit but in this case none of them started recording again the next day. They have all been migrated from classic to log…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,876 questions
asked 2024-05-23T09:32:52.9333333+00:00
Jalibe 0 Reputation points
commented 2024-05-31T05:41:27.76+00:00
Sohail Ali 5 Reputation points Microsoft Employee
2 answers

Yubikey Code Signing over Remote Desktop Session

Hello, I have a YubiKey connected to my server (Windows Server 2019), where I usually sign my applications. Everything works perfectly fine if I sit physically at the keyboard. However, if I use my workstation (Windows 11) with a remote desktop to the…

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,517 questions
Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,850 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,331 questions
asked 2024-05-30T17:31:59.26+00:00
lupinlicious 136 Reputation points
commented 2024-05-31T05:39:09.2633333+00:00
Karlie Weng 15,276 Reputation points Microsoft Vendor
0 answers

Custom Data Connector into Sentinel Content-Hub

Hello Microsoft Community, We are planning to build & integrate our custom data connector into the Sentinel Content-Hub to enable data analysis services for our customers who are interested in Azure Sentinel. And our data, which is unique and…

Microsoft Sentinel
Microsoft Sentinel
A scalable, cloud-native solution for security information event management and security orchestration automated response. Previously known as Azure Sentinel.
1,005 questions
asked 2024-05-31T01:00:56.8333333+00:00
LXF 0 Reputation points
commented 2024-05-31T05:38:28.0933333+00:00
LXF 0 Reputation points
3 answers

We encountered an 'invalid_grant' error connecting to the identity provider. Please try again later

Category : Azure AD B2C We have added federated login(Sign in with Google) to our application. Google IDP is working well for users having @gmail domain users but non gmail users , some of the users we are getting below error. "We encountered an…

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,010 questions
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,686 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,922 questions
asked 2024-05-28T08:59:35.2033333+00:00
Venkat Maram 0 Reputation points
edited a comment 2024-05-31T05:38:13.0166667+00:00
Venkat Maram 0 Reputation points
2 answers

Azure - site to site ipsec tunnel with IPv6 address support

Hi Team, I am currently implementing IPv6 in my infra. As per IPsec tunnel we need public ip address at peer side to establish tunnel. In azure when I am trying to create virtual nat gateway, it not allowing to create with IPv6. I tried with power…

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,205 questions
asked 2024-05-30T17:28:38.6066667+00:00
Amol Takale 0 Reputation points
answered 2024-05-31T05:36:29.94+00:00
Amol Takale 0 Reputation points