294,050 questions

Sort by: Updated
2 answers One of the answers was accepted by the question author.

How to make search text in ASP.NET dropdown controls

I have been developing ASP.NET application. some of the place i want searchable dropdown controls. the dropdown should search both numbers and name. How to do this...? example data as below. Cust.Name | Cust.Number Alfred K AXN29109 …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,318 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,391 questions
asked 2024-05-25T08:11:36.1666667+00:00
Gani_tpt 1,786 Reputation points
edited a comment 2024-05-28T06:40:46.9066667+00:00
Gani_tpt 1,786 Reputation points
1 answer One of the answers was accepted by the question author.

How to resolve debug assertion error when calling dialog create function in mfc extension dll

I have code like below: m_pPreviewDlg.Create(IDD_DIALOG_PREVIEW); The error below occurs in this code. What is the solution? I am using visual studio 2022

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,564 questions
asked 2024-05-23T06:32:49.1433333+00:00
채문석(jim) 21 Reputation points
commented 2024-05-28T06:40:36.9466667+00:00
채문석(jim) 21 Reputation points
1 answer

The configured universal link doesn't open the app

Issue Details: We integrated the Intune SDK into our iOS app. But the universal link doesn't reopen the app after successful SSO sign-in using a managed browser (Edge). The user sees the following dialog box when clicking a button that contains the…

Microsoft Intune iOS
Microsoft Intune iOS
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.iOS: An Apple mobile operating system.
191 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.
895 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,488 questions
asked 2024-05-27T13:30:47.8266667+00:00
Yogendra 0 Reputation points
commented 2024-05-28T06:40:06.8866667+00:00
Yogendra 0 Reputation points
1 answer

Not finding MessageTrace Exchange Online API permision

Under Splunk Addon for Microsoft 365, i'am trying to input the Message trace of Exchange Online. My Azure application and permissions are well setup for all others inputs, but i got an issue with this input. The endpoint i'am trying to access is :…

Microsoft Exchange Online
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,258 questions
asked 2024-05-27T15:10:56.54+00:00
Thomas DUSSOSSOY | Process-IT 0 Reputation points
answered 2024-05-28T06:39:41.2266667+00:00
Vasil Michev 97,231 Reputation points MVP
2 answers One of the answers was accepted by the question author.

MFC Debug Assertion Failed (DLL Dialog Create Error)

I am trying to CREATE a dialog as MODALESS in a DLL. When DEBUGING is attempted, DEBUG ASSERTION FAILED LINE24 is output. What should I do? Code Example : extern "C" __declspec(dllexport) int CreateDlg() { CTestDlg *pDlg = new…

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,564 questions
asked 2022-11-08T04:53:27.717+00:00
채문석(jim) 21 Reputation points
accepted 2024-05-28T06:38:54.35+00:00
채문석(jim) 21 Reputation points
1 answer

Unable to create Distribution lists using exchange online with app-only authentication(Azure AD Application) with exchange online

Requirement: To create Distribution lists using exchange online with app-only authentication. Description: I am using Azure AD credentials to connect to exchange online, because i wanted to create distribution lists automatically without user…

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,258 questions
asked 2024-05-27T15:14:53.4866667+00:00
Mariyada, Ajaynath Reddy 0 Reputation points
edited a comment 2024-05-28T06:38:40.7433333+00:00
Mariyada, Ajaynath Reddy 0 Reputation points
1 answer

How to enable Microsoft Teams

Request Id: a2c590dd-d572-498e-a9f3-5cf934b7d700 Correlation Id: f7976f8c-ac75-4329-a6e6-e787eb26d0da Timestamp: 2024-05-27T10:02:36Z Message: AADSTS7000112: Application '1fec8e78-bce4-4aaf-ab1b-5451cc387264'(Microsoft Teams) is disabled.

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,260 questions
asked 2024-05-27T10:26:12.1433333+00:00
Willem Coetzee 0 Reputation points
answered 2024-05-28T06:38:34.0033333+00:00
JimmyYang-MSFT 49,441 Reputation points Microsoft Vendor
1 answer

How to load customer virtual channel in Macos Azure remote desktop

I know avd support use dvc api to create virtual channel in win. But I want to use in macos. So How to load customer virtual channel in Macos Azure remote desktop???

Azure Virtual Desktop
Azure Virtual Desktop
A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
1,389 questions
asked 2023-09-28T07:40:34.2366667+00:00
Hao Chen (hchen2) 5 Reputation points
commented 2024-05-28T06:37:11.0166667+00:00
Dane Dai 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to create a deployment of GPT-4o so that all data resides in Europe?

Now that GPT-4o API is available on Azure, our company would like to upgrade from gpt-3.5-turbo to gpt-4o. However, our privacy policy states that data must be processed in Europe, and I haven't found a way to deploy the model to Europe. How can I do…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,304 questions
asked 2024-05-24T09:35:59.4133333+00:00
Juuso 0 Reputation points
accepted 2024-05-28T06:36:46.9+00:00
Juuso 0 Reputation points
1 answer

How to not play default beep sound when pressing alt key?

I'm implementing the wpf app, and added the shortcut feature with alt key combination. The problem is that the app window is open and active(focused) and I press alt + shift + U(alt key added shortcut), then the default alert sound is playing from OS. I…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,441 questions
asked 2024-05-28T02:14:08.52+00:00
commented 2024-05-28T06:36:05.79+00:00
1 answer

"Operation not allowed" on Graph API Item Preview endpoint

Hello, I have created an App registration. Endpoint in question: https://learn.microsoft.com/en-us/graph/api/driveitem-preview?view=graph-rest-1.0 According to that document, this endpoint requires at least "Files.Read" permission. I've…

OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
872 questions
asked 2024-05-28T06:05:54.8866667+00:00
Python Developer 7 0 Reputation points
answered 2024-05-28T06:35:49.6333333+00:00
Python Developer 7 0 Reputation points
1 answer

infer_schema stopped working on Azure Data Factory new Snowflake connector. Error code 2011

I have been using Azure data factory for copying data from Azure to Snowflake with the Snowflake connector linked service. It has worked well for 2 years. Now Azure tells me to update to the new version I am using the SCRIPT activity and I was using the…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,765 questions
asked 2024-05-27T15:50:57.1833333+00:00
kosmos 246 Reputation points
edited the question 2024-05-28T06:35:20.2966667+00:00
kosmos 246 Reputation points
1 answer

HPC com Excel

Ola, estou com dificuldade em executar tarefa entre 3 computadores, sendo que os 3 computadores já estão conectados, 2 no windows serve 2019 e o nó principal está com windows 10, quando Clico em New Job e configuro *test.bat * um teste retirado da…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,818 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,545 questions
asked 2024-05-27T15:19:32.95+00:00
Renato Thomaz 0 Reputation points
answered 2024-05-28T06:34:41.75+00:00
Jiajing Hua-MFST 6,030 Reputation points Microsoft Vendor
2 answers

Firewall Configuration for Custom Model Serving in Azure Databricks

Hi, I am encountering an error when trying to serve my custom LLM model endpoint. The error message reads: "Container image creation failed, see Build Logs for details. If there are no build logs, the failure may be due to storage firewall…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,766 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,972 questions
asked 2024-05-23T10:43:43.7833333+00:00
Pejman Memar 0 Reputation points
answered 2024-05-28T06:33:26.23+00:00
Nehruji R 3,041 Reputation points Microsoft Vendor
2 answers

Will the Azure App continue working when changing the publisher name?

Hey, I have a question regarding changing the publisher name of an already published app in Microsoft Azure, under the App registration menu. The app is one that users give consent to (similar to logging in with Outlook). On the partner canter, it says…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
211 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,045 questions
asked 2024-05-24T11:00:24.8066667+00:00
Eraldo Forgoli 0 Reputation points
answered 2024-05-28T06:33:24.4533333+00:00
Umesh Pandit 21 Reputation points
2 answers

Is there a way to set DHCP to only allow know MAC’s

I need to block user from connecting an ethernet cable from the wall port, to there laptops. I can restrict there individual MAC’s, but its immposible to do this when we recieve new users all the time. Is there a way to only allow MAC address of…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,298 questions
Windows DHCP
Windows DHCP
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.DHCP: Dynamic Host Configuration Protocol (DHCP). A communications protocol that lets network administrators manage centrally and automate the assignment of Internet Protocol (IP) addresses in an organization's network.
1,026 questions
asked 2024-05-26T15:41:48.4166667+00:00
Himanshu Thapliyal 0 Reputation points
answered 2024-05-28T06:33:02.2333333+00:00
Jing Zhou 2,790 Reputation points Microsoft Vendor
1 answer

The DFS Replication service is stopping communication with partner DC1 for replication group Domain System Volume due to an error.

I have 2 x Windows 2012 Domain Controllers servers that have the AD and DNS roles installed. The names are BDC01 and BDC02. Recently I'm getting DFS Replication errors. which is causing DNS resolution only for some sites

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,298 questions
asked 2024-05-25T12:05:12.11+00:00
Jerome Vincent Ligouri 0 Reputation points
answered 2024-05-28T06:32:37.7466667+00:00
Jing Zhou 2,790 Reputation points Microsoft Vendor
1 answer

Upgrade sccm 2303 to 2309

Hello, I am in the process of upgrading my SSCM from version 2303 to 2309 , I have successfully installed the cumulative for configuration Manager 2303 (article 24719670) , when checking the requirements for 2309 it greys out and stays for a good while…

Microsoft Configuration Manager Updates
Microsoft Configuration Manager Updates
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Updates: Broadly released fixes addressing specific issue(s) or related bug(s). Updates may also include new or modified features (i.e. changing default behavior).
983 questions
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Deployment: The process of delivering, assembling, and maintaining a particular version of a software system at a site.
920 questions
Microsoft Configuration Manager
asked 2024-05-27T09:25:13.2+00:00
Mohamed HAJJEM 20 Reputation points
answered 2024-05-28T06:32:20.2533333+00:00
Simon Ren-MSFT 30,831 Reputation points Microsoft Vendor
1 answer

How to use own templates when creating an IoT Central Application

Hey, we are currently trying to create an IoT Central application using Terraform. We want to use a custom IoT Central app template. However, you can only specify the system templates and not the custom ones. The same applies to the Azure web UI. Only…

Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
355 questions
asked 2024-05-27T13:52:31.5533333+00:00
Kamp, Bastian 1 Reputation point
commented 2024-05-28T06:29:37.7533333+00:00
Kamp, Bastian 1 Reputation point
1 answer

Microsoft 365 Defender for endpoint GPO

Hi all, We are in phase of implementing Microsoft 365 defender for endpoint and we are not going to use Intune for deployment. We are using service similar to intune for mobile device management. My question is how can we use GPO for defender config?…

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
3,974 questions
Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,510 questions
Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,402 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,999 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,441 questions
asked 2024-05-27T12:49:48.4633333+00:00
Troops 11 Reputation points
commented 2024-05-28T06:29:15.61+00:00
Troops 11 Reputation points