348,285 questions

Sort by: Updated
2 answers

When compiling, garbage directories are generated.

In WinForms and C#, in some projects and not in others, when compiling, some directories and dlls are generated. I don't want the directories to be generated. I would also like to know if it is possible to not generate the files in the obj directory or…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,689 questions
asked 2024-05-23T02:59:44.3066667+00:00
zequion 131 Reputation points
answered 2024-05-23T23:36:51.43+00:00
zequion 131 Reputation points
1 answer

Accessing data saved during notebook run

I have a notebook instance where I want to save data. I want to be able to save to the same directory in which my notebooks are stored however using, for instance os.listdir(), I am not able to find the file path for which the notebooks are stored.…

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
61 questions
asked 2024-04-15T16:01:22.3466667+00:00
Vincent Russo 15 Reputation points
commented 2024-05-23T23:35:40.4233333+00:00
kobulloc-MSFT 24,246 Reputation points Microsoft Employee
0 answers

Error using Azure Data Factory to Copy data (Using Upsert) from Azure Blob to Azure SQL database

Hi all, I keep getting this error when I perform an upsert (under copy activity) with this error code: Failure happened on 'Sink' side. 'Type=System.NullReferenceException,Message=Object reference not set to an instance of an…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,740 questions
asked 2024-05-23T23:34:36.5766667+00:00
Rome Lin 0 Reputation points
0 answers

Have previously been able to map a received dataset to data store. But have been unable to do so today - OK button does not become enabled after selecting a data store folder. Has something changed?

I received some (Azure Data Lake Storage Gen2 Folder) datasets from an outside (partner) organization through a data share invite. Previously was able to map the dataset to a folder in one of my (Azure Blob Storage) data stores, but today the OK button…

Azure Open Datasets
Azure Open Datasets
An Azure service that provides curated open data for machine learning workflows.
25 questions
asked 2024-05-23T23:29:39.0033333+00:00
Richard Krueger 0 Reputation points
0 answers

Application proxy: different on-premises and cloud identities

Hello, perhaps someone can give examples of what you mean by these settings? Unfortunately I didn't find…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,829 questions
asked 2024-05-21T14:53:50.1933333+00:00
Mountain Pond 1,321 Reputation points
commented 2024-05-23T23:29:25.43+00:00
Marilee Turscak-MSFT 34,711 Reputation points Microsoft Employee
1 answer

getting error in copy data activity while using upsert

the pipeline is { "source": { "type": "DelimitedTextSource", "storeSettings": { "type": "AzureBlobStorageReadSettings", "recursive": true, …

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,740 questions
asked 2024-05-22T14:03:42.0766667+00:00
Rajesh 0 Reputation points
answered 2024-05-23T23:28:09.6266667+00:00
Rajesh 0 Reputation points
0 answers

Allow Scanning Network Files

Hello, Could you please explain how the “Allow Scanning Network Files” policy functions within the Intune portal, specifically under Endpoint Security > Antivirus? Does enabling this policy mean that Defender will scan network-mapped drives? Thank you…

Microsoft Intune Security
Microsoft Intune Security
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
352 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,473 questions
asked 2024-05-23T23:21:44.7266667+00:00
J-3804 1,536 Reputation points
11 answers One of the answers was accepted by the question author.

How to move the Windows 11 taskbar to the left or right side of the screen?

I have a two-monitor computer setup and recently switched to Windows 11. In Windows 10, I could fix my taskbar to the left side of the screen on my left monitor, and the right side of the screen on my right monitor. However, I cannot find any way to move…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,408 questions
asked 2023-09-14T22:28:44.7+00:00
Henry Jackson 195 Reputation points
answered 2024-05-23T23:19:53.7233333+00:00
Mark Weiss 1 Reputation point
1 answer

Configure or find the executing azure container job name

This post is hidden. You deleted this post 22 hours ago. I have a simple dotnet application, deployed as a container in Azure container app jobs. It is configured as event-driven job and is triggered by a message in azure service bus queue. Everything is…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
290 questions
asked 2024-05-23T19:40:34.1766667+00:00
Singh, Rahul 1 Reputation point
edited the question 2024-05-23T23:10:12.7533333+00:00
LeelaRajeshSayana-MSFT 13,951 Reputation points
0 answers

How to transcribe foreign names and words within English sentences

I use Azure Speech to transcribe audio files in English through a Java application. There are however some reoccuring foreign words and names (Arabic) used in the middle of the English sentences and these are not properly transcribed. What is the…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,440 questions
asked 2024-05-23T17:05:03.7633333+00:00
Hashim Khan 0 Reputation points
commented 2024-05-23T23:10:01.36+00:00
VasaviLankipalle-MSFT 14,911 Reputation points
1 answer

How to secure APIM subscription key when calling APIs from Web Client Application

Hello, What are some secure ways to pass the Azure API Management (APIM) subscription key while calling APIs, without exposing it in the browser network tab? Passing the key inside the header is not ideal as it can be exposed in the network tab. Would…

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,148 questions
Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,802 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,373 questions
asked 2024-05-21T20:24:47.8033333+00:00
Abhishek Sinha 41 Reputation points
answered 2024-05-23T23:05:37.24+00:00
Marilee Turscak-MSFT 34,711 Reputation points Microsoft Employee
0 answers

RichTextBox Details

I need more information about the RichTextBox in winforms/dotnet 8/C# 12/VS2022. Specifically, when I create custom RTF content based on the v1.5 spec and try to insert it (as selection or entire document), the RichTextBox strips out all of my custom…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,856 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,458 questions
asked 2024-05-23T21:05:20.31+00:00
Steve Andrews 0 Reputation points
commented 2024-05-23T22:59:44.8566667+00:00
KOZ6.0 5,050 Reputation points
3 answers

Upgrade form Windows 10 Pro to Windows 10 Enterprise

Hello, I'm trying to upgrade all the devices in our company (50 user) from Windows 10 Pro to Windows 10 enterprise, Is it free? what is the right way to do it? kindly support.

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.
4,843 questions
asked 2023-09-21T11:25:01.3+00:00
Azhar AL Wahaibi 0 Reputation points
answered 2024-05-23T22:57:12.4533333+00:00
Brian Chan 0 Reputation points
0 answers

Why has my long running 90 day inactive Guest Access Review suddenly start using non-interactive sign-in instead of interactive sign in timestamps?

Hello, I have been running the above mentioned access review for probably 2 years without major issues. Recently it seems that the reviews have switched to looking at non-interactive sign-ins as well as interactive sign ins. There is really two issues…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,829 questions
asked 2024-05-23T22:55:32.94+00:00
Randy Nameth 0 Reputation points
2 answers One of the answers was accepted by the question author.

Speech Studio Audio Content Creation (x) Content Format and Audio Export Fail

I discovered https://speech.microsoft.com/portal, audio creation tile. (I think it should be the first one and described as "interactive batch TTS web interface.") I uploaded a file named test.txt, which has two paragraphs. For decades now,…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,440 questions
asked 2024-05-18T19:20:53.55+00:00
ivo welch 40 Reputation points
answered 2024-05-23T22:49:01.4+00:00
ivo welch 40 Reputation points
0 answers

Broken NPS service on RD Server

Brand new RD server 2022 (HyperV machine on a Server 2022 host). I got it up and running, got the RD Gateway configured & working, got apps installed and users using it. But I still needed to activate the licenses. When I went to the roles to add the…

Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,289 questions
asked 2024-05-23T07:48:42.0266667+00:00
Brian Hart 21 Reputation points
commented 2024-05-23T22:49:00.1533333+00:00
Heath Durrett 406 Reputation points
0 answers

Labs are just loading and do not come up

I have enrolled in the microsoft Finance MB310 course and for any module that I go to to study, the labs do not load at all. I have tried using different computers, different browsers but nothing is changing and I am still unable to load the lab. I am…

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.
78 questions
asked 2024-05-23T22:43:32.7766667+00:00
Aazam Behmanesh 0 Reputation points
0 answers

All our S2D Clusters suddenly freeze and fail when one node is offline

Hello, we are running 12 hyperconverged Hyper-V / S2D Failover Clusters on Server 2019 which were installed during the last 3 years and everything was running fine and stable until a few month ago. 3 of them are 2 node clusters with 4-way mirrored /…

Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,571 questions
Windows Server Clustering
Windows Server Clustering
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Clustering: The grouping of multiple servers in a way that allows them to appear to be a single unit to client computers on a network. Clustering is a means of increasing network capacity, providing live backup in case one of the servers fails, and improving data security.
963 questions
Windows Server Storage
Windows Server Storage
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Storage: The hardware and software system used to retain data for subsequent retrieval.
635 questions
asked 2024-05-23T22:29:00.9366667+00:00
Jemandanders 0 Reputation points
edited the question 2024-05-23T22:41:41.89+00:00
Jemandanders 0 Reputation points
1 answer

Add-On not working

I have added new add-on to my app. When i add languages, which my add-on would support and then I click on language to add, add-on details, then page is loading for infinite time. I have raised ticket for this too but just checking if anyone else facing…

Microsoft Partner Center
Microsoft Partner Center
A Microsoft website for partners that provides access to product support, a partner community, and other partner services.
889 questions
asked 2024-05-17T02:15:13.64+00:00
WP Developer 6 Reputation points
answered 2024-05-23T22:39:58.6566667+00:00
Jacques O 0 Reputation points
0 answers

How do I change the username (first initial, last name) into an Azure AD username?

We use Lightspeed web filtering for our school. Our students have learned that if they log onto a new computer, one that does not have their Windows user profile in place yet, that they can do indiscriminate searches and not be filtered until Lightspeed…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,829 questions
asked 2024-05-21T17:51:13.4566667+00:00
Darrell Young 0 Reputation points
commented 2024-05-23T22:38:34.2+00:00
Darrell Young 0 Reputation points