379,419 questions

Sort by: Updated
1 answer

datagridview row with a combobox column not inserting in database

Hi! I added a DataGridView to my windows form. The grid is data bound and one of it's columns is of type DataGridViewComboBoxColumn and the column is also data bound. This datagrid is connected to another datagrid in parent-child relationship. Following…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,892 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,841 questions
asked 2024-10-04T16:05:12.2066667+00:00
Shishir Wahi 20 Reputation points
answered 2024-10-06T19:06:15.2266667+00:00
KOZ6.0 6,395 Reputation points
0 answers

outgoing IPv6 port 443 is blocked (for some sites)

Hello, My Azure host (nagios03) has IPv6 enabled. My goal is to use this host for monitoring public facing services on other hosts. My current block is monitoring port 443 on IPv6 addresses. This seems to be the only port blocked. Points of interest: …

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,040 questions
asked 2024-10-06T18:51:04.4766667+00:00
Dan Langille 0 Reputation points
1 answer

Azure Stack HCI 23H2 Demo Lab - Azure connection: Not connected recently—Connected 3 days ago

Ahoi, we're currently evaluating/building/exploring Azure Stack HCI and came across an issue after letting the cluster run for some time. When checking our Single Node Cluster today I noticed that there is a connection error: This is the…

Azure Stack HCI
Azure Stack HCI
A hyperconverged infrastructure operating system delivered as an Azure service that provides security, performance, and feature updates.
342 questions
asked 2024-09-27T15:01:20.3866667+00:00
Maximilian Pessl 0 Reputation points
answered 2024-10-06T18:44:14.5666667+00:00
Maximilian Pessl 0 Reputation points
2 answers

How can I delete my copied file in system volume information in my pendrive?

I have accidentally moved my files(videos) into the system volume information folder in my pen drive, and now I want to delete those files. But it isn't happening.

Windows
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.
5,385 questions
asked 2023-09-05T15:17:33.8033333+00:00
sakki 2000 0 Reputation points
commented 2024-10-06T18:37:51.5733333+00:00
Stints 0 Reputation points
1 answer One of the answers was accepted by the question author.

Turn off compulsory MFA for Entra ID user account

Hi, I have an Entra ID user account that is being used as a service account for a field tool authentication. I would like to disable the need for MFA authentication as this is not appropriate for this application. I understand Microsoft has made MFA…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,701 questions
asked 2024-10-02T21:55:38.1066667+00:00
Mark Lane 20 Reputation points
accepted 2024-10-06T18:34:37.41+00:00
Mark Lane 20 Reputation points
1 answer

W365 CloudPC Monitoring with AMA and Sentinal

Hi Team, I have a question on W365 Enterprise CloudPC monitoring customer want to send all the W365 logs to sentinel including Windows event logs, security logs. Is this possible I did not see any documentation in this regards. If it is possible how…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,256 questions
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,135 questions
asked 2024-10-04T12:22:56.1+00:00
sri 45 Reputation points
answered 2024-10-06T18:29:53.0333333+00:00
Mohammed Altamash Khan 2,161 Reputation points
1 answer

Sum of Odd and Even number in multiple textbox.

Good day, I want to ask some help. As you can see the image above it display odd numbers and even numbers, now I want to get the sum of odd numbers and even numbers. private void TextBox11_TextChanged(object sender, EventArgs e) { if…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,110 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,917 questions
asked 2024-10-05T00:21:10.2733333+00:00
YUI-012 20 Reputation points
answered 2024-10-06T18:29:42.7166667+00:00
KOZ6.0 6,395 Reputation points
0 answers

In terms of privacy policy for AI azure services, it is not clear what is allowed to train or not

When you read the following link : https://video2.skills-academy.com/en-us/legal/cognitive-services/openai/data-privacy?tabs=azure-portal It's somewhat clear on how Microsoft stand in terms of privacy. But some parts remain unanswered. This phrase state it is…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,043 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,834 questions
asked 2024-10-06T18:23:34.71+00:00
Roslane Moussouni 0 Reputation points
4 answers

What does ADF SSIS Error "Disk Full Exception Caught" mean

Hi, we are running an Azure-SSIS Type Integration Runtime in Azure Data Factory. This morning this IR suddenly got Unavailable for some reason. Fortunately we had the Diagnostic Settings ADFSSISIntegrationRuntimeLogs enabled and I found the following…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,681 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,577 questions
asked 2024-09-25T10:26:26.61+00:00
Cedric Ahlers 35 Reputation points
commented 2024-10-06T18:12:09.5766667+00:00
Erland Sommarskog 111.1K Reputation points MVP
1 answer

Error Handling in VB Scripting

Hi VB Script Gurus, We have having a VB Script failure on the server and it produces a SQL Script files with list of scripted tables and other objects. Due to some reason this script is not working after deploying on the server environment but it works…

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,725 questions
asked 2024-10-06T17:20:45.9+00:00
MasterSQL 0 Reputation points
answered 2024-10-06T18:09:43.7133333+00:00
MotoX80 33,556 Reputation points
0 answers

LogoutURL in Single Sign-Out SAML Protocol

Hello, I'm trying to learn a bit more about the single sign out for the SAML protocol in Azure. However, I am a bit confused when the documentation mentions the LogoutURL. The documentation mentions that the LogoutURL is in the application metadata,…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,701 questions
asked 2024-10-06T17:58:22.2433333+00:00
Karl Gardner 185 Reputation points
0 answers

Sent mails disappeared

Hello Please i need your help on this issue. Since the 16.09. we had issues with my outlook. Now, the sent emails via one of our account are missing. I guess this might be as a result of a migration of our email accounts to Microsoft and to work with…

Microsoft Exchange Online
Outlook
Outlook
A family of Microsoft email and calendar products.
3,819 questions
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
5,230 questions
Microsoft Exchange
Microsoft Exchange
Microsoft messaging and collaboration software.
533 questions
asked 2024-10-06T17:52:26+00:00
IniobongNkanga-8038 631 Reputation points
0 answers

How to fix 'code': 400, 'message': 'Failed to get managed identity token.'?

Hi folks! I am new to Azure AI web app deployment and currently testing out a simple chatbot web app. In the Azure AI Studio playground, I selected a deployed LLM model and added Retrieval-Augmented Generation (RAG), then deployed it using the…

Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
809 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,759 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
927 questions
asked 2024-10-06T17:48:17.42+00:00
Lorentz Yeung 0 Reputation points
edited the question 2024-10-06T17:49:33.6+00:00
Lorentz Yeung 0 Reputation points
1 answer

How to Configure Library Files to Run in a Subfolder?

Hello There is a library named TolkDotNet.dll in a c# wpf project. This library references various dll files in the x86 and x64 folders. To get rid of the file confusion, I placed them in the Lib folder as TolkDotNet, x86, x64. Then I showed the…

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,917 questions
asked 2024-10-06T10:13:18.32+00:00
fatih uyanık 100 Reputation points
answered 2024-10-06T17:45:45.84+00:00
KOZ6.0 6,395 Reputation points
1 answer One of the answers was accepted by the question author.

Large Datasets in AZure sql

I am currently managing a project that utilizes Azure SQL Database to handle a large volume of transaction data for a financial services application. I am facing smoe challenges related to data management and performance. Our Azure SQL Database hosts…

Azure SQL Database
asked 2024-10-04T13:09:47.17+00:00
DataCoder 180 Reputation points
accepted 2024-10-06T17:41:53.6666667+00:00
DataCoder 180 Reputation points
9 answers

how to fix StreamJsonRpc.ConnectionLostException : The JSON-RPC connection with the remote party was lost before the request could complete. ---> System.OperationCanceledException : The operation was canceled.

even upgrade to the latest Version 17.6.4 still does it, can even be idle when it happens, Super annoying. StreamJsonRpc.ConnectionLostException : The JSON-RPC connection with the remote party was lost before the request could complete. --->…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,110 questions
asked 2023-07-10T23:08:22.1866667+00:00
Starfall Conquer 25 Reputation points
commented 2024-10-06T17:39:45.74+00:00
Craig Eisler 0 Reputation points
0 answers

Authenticator not workong

Hello I recently changed phones to an iPhone 16. When I try to log into an account I get a code on the account but nothing comes up on my phone to enter the code. It shows I am logged into the account, but I am unable to enter a code anywhere.

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
6,819 questions
asked 2024-10-04T15:15:54.45+00:00
Steffy, Michelle 20 Reputation points
commented 2024-10-06T17:37:09.3466667+00:00
Dominic Burgess 0 Reputation points
1 answer

How can I apply a Conditional Access Policy to a Desktop application in Azure?

I am creating an Azure Enterprise ID app registration for both mobile and desktop platforms. I would like to apply a Conditional Access Policy (CAP) to this registration for the desktop app. However, the application is not available in the cloud app…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,701 questions
asked 2024-10-04T13:27:09.95+00:00
Vykuntham, Divyakanth 0 Reputation points
answered 2024-10-06T17:36:10.53+00:00
Mohammed Altamash Khan 2,161 Reputation points
1 answer

Microsoft Entra External ID Sign In Frequency

We are using an external tenant to authenticate users of our mobile app. Currently there is no way for us to adjust the frequency of sign in. Right now it seems to be 12-24 hours. I looked into creating a condition access policy but the key section for…

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,874 questions
asked 2024-10-04T15:17:08.5666667+00:00
Tony Smith 25 Reputation points
answered 2024-10-06T17:28:06.5233333+00:00
Navya 10,785 Reputation points Microsoft Vendor
0 answers

Storage Account Name Taken

A little while ago I created two storage accounts in Azure. I deleted them probably a month ago now, but the names are still unavailable if I try to create ones with the same name. I don't want to pay for developer support, as this strikes me as more of…

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.
3,149 questions
asked 2024-10-06T17:26:27.9766667+00:00
Thomas Samuel 0 Reputation points