420,970 questions

Sort by: Updated
2 answers

Update/Transform Headerless CSV Source

I am attempting to create a new dataflow to sink into a SQL table from a CSV source. My csv is missing it's header row though, so I'm stumbling on how to map the columns. It is delimited via pipe ('|'). Previous answers I have found reference a Headers…

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,235 questions
asked 2025-03-10T23:28:23.6066667+00:00
Nestor Fregoso 0 Reputation points
answered 2025-03-14T08:55:24.05+00:00
Rakesh Govindula 175 Reputation points Microsoft External Staff
6 answers

XA0137: The 'run-as' command failed with 'run-as: couldn't stat /data/user/0/com.test.demo: No such file or directory '.

Hi all, My app not installing in release mode, Even I tried generating apk and installing but app is crashing every time. I'm getting following error Start debugging Android application failed Start debugging Android application ... am start -a…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,377 questions
asked 2021-09-17T16:33:28.817+00:00
Nagarjuna Gadikota 1 Reputation point
answered 2025-03-14T08:54:08.8766667+00:00
Ulf Andersson 0 Reputation points
2 answers

Grounding with Bing Search is not working

According to this article: https://azure.microsoft.com/en-us/updates?id=483570 we need to replace Bing Search v7.0 with Grounding With Bing Search in "Agents" as described here:…

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,233 questions
asked 2025-03-11T10:27:28.3033333+00:00
Axel B Andersen 146 Reputation points
commented 2025-03-14T08:53:54.17+00:00
Axel B Andersen 146 Reputation points
0 answers

Conversation Tab stopped working within the Microsoft List Tab in Teams Channel on iOS

I am using Microsoft Teams with a SharePoint list and am experiencing the same issue described in the following URL. This problem began on February 18, 2025. It appears to be a Microsoft-related issue, but I would appreciate your support on this matter.…

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.
3,651 questions
asked 2025-03-14T08:53:01.8433333+00:00
Nair, Dinaprakash 0 Reputation points
1 answer

Unhandled exception at 0x00007FF668AF3E47 in macarie.exe: 0xC00000FD: Stack overflow (parameters: 0x0000000000000001

i was just trying to write a code for school and when i tried to run it, that showed up : "Unhandled exception at 0x00007FF668AF3E47 in macarie.exe: 0xC00000FD: Stack overflow (parameters: 0x0000000000000001" i dont know what i can really do.…

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,880 questions
asked 2025-03-14T08:32:24.1+00:00
Stefan Capalnasan 0 Reputation points
answered 2025-03-14T08:52:53.3166667+00:00
RLWA32 47,611 Reputation points
1 answer

Block Notepad

Hi All, We have requirement from Client that we need to block only JavaScript file (.JS) to be open using notepad. Can anyone please let me know if this is achievable or not , if yes, how can we achieve it. Thanks

Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,597 questions
asked 2025-03-14T06:50:48.7233333+00:00
Nihal Prasad 0 Reputation points
answered 2025-03-14T08:52:19.17+00:00
Molly Lu-MSFT 1,571 Reputation points Microsoft External Staff
1 answer

Picker.Focus() Not working in Windows - MAUI

Hello, I had a layout, Basically on tapping on that layout, I want to focus my picker. Unfortunately. picker.focus() is not working. Thanks.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,005 questions
asked 2025-03-13T07:31:30.59+00:00
Vaibhav Methuku 120 Reputation points
commented 2025-03-14T08:51:59.71+00:00
RealEstate Jot81 0 Reputation points
2 answers

Exception messages in en-US only

Hello I've placed an exception sender in my VB.net app which in case of exceptions, will send them to me to check, seems on localized systems, the messages are not in en-US and I get them like this: Exception Message: Erro genérico em GDI+. Root…

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,799 questions
asked 2025-03-11T14:33:45.82+00:00
StewartBW 1,235 Reputation points
edited an answer 2025-03-14T08:51:20.58+00:00
Castorix31 87,806 Reputation points
2 answers

az containerapp create parameter --registry-identity, what is it?

Hi, I am trying to create a containerapp with az cli using the following params az containerapp create --name aca-az2003 --resource-group $RG1 --environment environmentforacontpps --registry-identity $spID --registry-server acraz2003.azurecr.io --image…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
572 questions
asked 2025-02-09T17:12:35.95+00:00
Salam ELIAS 137 Reputation points
commented 2025-03-14T08:51:01.7533333+00:00
Salam ELIAS 137 Reputation points
0 answers

OpenAI Batch API ends with only 5% lines completed

I create a batch job (model: gpt-4o-mini) with 6868 lines input. After around 10 minutes, the batch completed, with only 307 lines ouput. There is no information in error file (it's just empty). I also tried previously succeded batch file, it also gives…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,787 questions
asked 2025-03-14T08:50:34.08+00:00
D-ENGRAVER 0 Reputation points
0 answers

In VS2022, VB hot reload never works, claiming ENC0005, when Handles is not relevant

In this code, deleting either LstLog line text while at the breakpoint evinces the problem. You can use Debug. instead of LstLog. Private Sub mnuLogShown_Click(sender As Object, e As EventArgs) Handles mnuLogShown.Click …

Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
1,033 questions
asked 2025-03-07T05:07:54.19+00:00
peter rumsey 0 Reputation points
commented 2025-03-14T08:49:31.0433333+00:00
Tianyu Sun-MSFT 33,551 Reputation points Microsoft External Staff
13 answers

Error Another account from your organization is already signed in on this device. Try again with a different account.

Hello, I keep getting the error - "Error Another account from your organization is already signed in on this device. Try again with a different account." I've been trying to use all of the tips, tricks, and fixes available online, but nothing…

Word
Word
A family of Microsoft word processing software products for creating web, email, and print documents.
960 questions
OneNote
OneNote
A family of Microsoft products that enable users to capture, organize, and reuse notes electronically.
231 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,895 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
2,175 questions
asked 2023-02-17T17:42:05.4166667+00:00
Sarah Nelson 85 Reputation points
edited a comment 2025-03-14T08:48:05.67+00:00
BB 0 Reputation points
1 answer

A fatal error occurred while creating a TLS client credential. The internal error state is 10013.

I have recently upgraded a computer on our system to windows 11, the issue is when it's logged in as one specific user it shows it connected to wifi but cannot access the internet, works fine for other accounts, even an account that has the same GPO's…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
11,073 questions
asked 2025-03-14T08:20:20.16+00:00
J Tobin 0 Reputation points
answered 2025-03-14T08:47:46.94+00:00
Zunhui Han 3,810 Reputation points Microsoft External Staff
0 answers

Error whitelisting subnet to Key Vault

I'm having trouble whitelisting a new subnet to my Key Vault. I've previously added other subnets from other vnets without any issue. For some reason, for this vnet and subnet I'm getting an error. I'm in the Networking settings of my Key Vault (via…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,395 questions
asked 2025-03-10T15:46:55.7333333+00:00
Henri Pihkala 0 Reputation points
commented 2025-03-14T08:47:45.8966667+00:00
SrideviM 755 Reputation points Microsoft External Staff
2 answers

Windows 11 24H2 Pro Installation Failure: Seeking Help for Sysprep-Related Deployment Errors

I recently installed the latest Windows 11 24H2 Pro version on a new computer. After installation, the system prompted me with the Sysprep dialog box. I selected the following options: System Cleanup Action (A): Enter System Out-of-Box Experience…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
11,073 questions
asked 2025-03-13T08:14:20.9133333+00:00
玉伟 胡 0 Reputation points
answered 2025-03-14T08:47:34.0333333+00:00
Molly Lu-MSFT 1,571 Reputation points Microsoft External Staff
2 answers

Add Webpage URL to Windows Taskbar

I would like to add a WebPage URL to Windows taskbar. I have across Microsoft's article for the same : https://learn.microsoft.com/en-us/windows/configuration/start-layout-xml-desktop However, there are a lot of other settings too in the sample…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
12,077 questions
Microsoft Intune Configuration
Microsoft Intune Configuration
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Configuration: The process of arranging or setting up computer systems, hardware, or software.
2,025 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
5,570 questions
asked 2022-06-13T03:31:00.133+00:00
IntuneUser 176 Reputation points
answered 2025-03-14T08:44:36.2033333+00:00
Ole Bang 0 Reputation points
0 answers

Microsoft.Maintenance/maintenanceConfigurations/visibility

Hello, I'm involved on setting up Microsoft Update Manager in an Enterprise Azure Landing Zone. I would like to understand the difference between setting the visibility setting in the maintenance Windows for Azure Update Manager from Public to Custom.…

Azure Update Manager
Azure Update Manager
An Azure service to centrally manages updates and compliance at scale.
357 questions
asked 2025-03-10T08:34:04.9766667+00:00
LVB 0 Reputation points
commented 2025-03-14T08:44:29.5+00:00
LVB 0 Reputation points
1 answer

Azure Database for PostgreSQL flexible server with Storage autogrow enabled, yet the server ran out of storage and became read-only.

I have an Azure Database for PostgreSQL flexible server with Storage autogrow enabled, yet the server ran out of storage and became read-only.

Azure Database for PostgreSQL
asked 2025-03-13T15:55:33.4966667+00:00
Cosmin Robert Lungu 0 Reputation points
commented 2025-03-14T08:43:34.3766667+00:00
Cosmin Robert Lungu 0 Reputation points
0 answers

Hi guys... So i signed up for a free students account using my personal email and it did work but after it was opened, I signed up for Azure free trial which gives $200 and last for 30 days. Now i have to complete assignments using my student account.

Hi guys... So i signed up for a free students account using my personal email and it did work but after it was opened, I signed up for Azure free trial which gives $200 and last for 30 days. Now i have to complete assignments using my student account.…

Azure Advisor
Azure Advisor
An Azure personalized recommendation engine that helps users follow best practices to optimize Azure deployments.
86 questions
asked 2025-03-10T11:27:47.98+00:00
PAULEARL AGBEKO 0 Reputation points
commented 2025-03-14T08:40:19.3666667+00:00
Srinivasa Reddy Jaggavarapu 10 Reputation points Microsoft External Staff
1 answer

GOLANG: No stacks found for "custom" on Azure Functions v4

Following the instructions on learn.microsoft.com for creating an Azure Function written in Golang, the instructions fail here:…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,538 questions
asked 2025-03-07T22:58:42.3733333+00:00
Ken Just-Ken 0 Reputation points
edited a comment 2025-03-14T08:40:13.7866667+00:00
Pravallika Kothaveeranna Gari 160 Reputation points Microsoft External Staff