55,679 questions

Sort by: Updated
0 answers

Why do I get this error when I run my project as a .DLL but not as a .EXE

I've got a .dll project in which I'm utilizing Direct 2D to draw on a window. For some reason, one line is continually giving me errors when I attempt to run it: // Create a Direct2D factory. hr = D2D1CreateFactory(D2D1_FACTORY_TYPE_SINGLE_THREADED,…

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,582 questions
asked 2024-06-10T22:16:12.87+00:00
Forrest Crawford 0 Reputation points
commented 2024-06-10T22:29:18.3766667+00:00
David Lowndes 2,445 Reputation points MVP
0 answers

Can some voices on spx text to speech not read phonetic alphabet ?

Hello ! I am using the Azure text to speech service with SSML to read phonetic alphabet, it works well except for when I pick the voice "Andrew multilingual". The spx command does not generate any voice but there is no error in the output. Are…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,466 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,495 questions
asked 2024-06-10T20:36:03.0866667+00:00
Houda 0 Reputation points
commented 2024-06-10T22:27:01.79+00:00
VasaviLankipalle-MSFT 15,241 Reputation points
0 answers

Knowledge Check fails to grade or provide results. AZ-104: Prerequisites for Azure administrators Introduction to Azure Cloud Shell

Anyone else not able to complete the training module due to the knowledge check not functioning? https://learn.microsoft.com/en-us/training/modules/intro-to-azure-cloud-shell/5-knowledge-check After marking my responses, it just spins after clicking…

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,122 questions
asked 2024-06-10T20:08:20.1866667+00:00
Chad Heinrichs 0 Reputation points
commented 2024-06-10T22:21:17.4466667+00:00
Martin Mallea 0 Reputation points
0 answers

Unable to create ADF Linked Service to Azure SQL database using Self-Hosted Integrated Runtime

Hi all, I am having trouble creating a Linked Service that connects to one of our Azure SQL databases. After entering all required Linked Service fields and testing the connection using our self-hosted integration runtime, I received the following error…

Azure SQL Database
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,854 questions
asked 2024-06-07T21:59:28.4466667+00:00
Ricardo-2519 0 Reputation points
edited a comment 2024-06-10T22:09:27.3333333+00:00
Ricardo-2519 0 Reputation points
0 answers

To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled.

To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled.

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.
958 questions
asked 2024-03-12T19:39:47.3166667+00:00
amit 0 Reputation points
commented 2024-06-10T22:08:00.13+00:00
Lesli 0 Reputation points
0 answers

How to fix persistent Windows Defender threat detection that no longer exists on the system?

Hello, I have a persistent threat detection in Windows Security (Defender AV) that I cannot rid myself of. My system is running Microsoft Windows 10 Pro 10.0.19045. The threat detected is 'PUA:Win32/AskToolbar', which was hidden inside of an…

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,908 questions
Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
2,799 questions
asked 2024-06-10T21:58:17.85+00:00
TTown 0 Reputation points
0 answers

How to create a transactable offer on AzMP

I want to create a transactable offer where my customers should be able to purchase our expert services on the Azure marketplace. We don't have a product; it's just an expert service customers can purchase. For an example, a customer can purchase 500…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,354 questions
asked 2024-06-10T21:54:33.47+00:00
Atul Sharma 0 Reputation points
0 answers

Unable to use Azure OpenAI Assistant API

In the example below, the first part, which uses the completion API succeeds. The second part, which attempts to use the assistant API, with the same endpoint, API key and deployment name, throws a "resource not found" exception. What am I…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,402 questions
asked 2024-06-10T21:52:41.6733333+00:00
Romanowski, Tomasz 5 Reputation points
0 answers

Importing Large Data Sets in Visual Studio 2019 and SQL Server 2019 on Windows 11

Hi everyone, I recently installed Visual Studio 2019 and SQL Server 2019 on my Windows 11 system. When creating a project that involves importing a large data set with more than 1 billion rows, I encounter some issues. When using the SSIS process and…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,579 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,024 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,480 questions
asked 2024-06-10T20:42:40.8233333+00:00
Majid KH 0 Reputation points
edited the question 2024-06-10T21:51:49.16+00:00
Erland Sommarskog 102.9K Reputation points
0 answers

How to fix Signature validation failed when trying to validate an access token of Microsoft Entra ID

Hi, I'm trying to validate my access token signature from Microsoft Entra ID, as you can see in the below image, the "kid" attribute is different from the keys retrieved in the second image below that were retrieved from…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,506 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,455 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,026 questions
asked 2024-06-07T20:44:34.87+00:00
Bernardo Garza García 0 Reputation points
commented 2024-06-10T21:49:46.66+00:00
Bernardo Garza García 0 Reputation points
0 answers

How to stop sql_generate_invisible_primary_key generation when migrating Access database to Azure MySQL

After import of Access table to Azure MySQL instance database, an invisible primary key is automatically generated. 'SHOW VARIABLES LIKE "sql_generate_invisible_primary_key";' shows 'ON'. Trying to 'SET GLOBAL sql_generate_invisible_primary_key…

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
739 questions
Access
Access
A family of Microsoft relational database management systems designed for ease of use.
319 questions
asked 2024-06-10T21:07:18.86+00:00
GScavello 0 Reputation points
commented 2024-06-10T21:47:23.5333333+00:00
GeethaThatipatri-MSFT 28,377 Reputation points Microsoft Employee
0 answers

Source files not found when using DISM /RestoreHealth

I'm trying to fix a corrupted Windows Image which DISM says is repairable. I have downloaded the Windows ISO, and used WinRAR to extract the files, as there was a problem trying to mount the ISO. I have pasted the install.wim file directly to my C:\…

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,908 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,578 questions
asked 2024-06-10T21:34:46.2833333+00:00
Jim Dyer 0 Reputation points
0 answers

Authenticator not linked to Admin Account

I am trying to log into my very small business admin account, but the 2FA keeps sending me to Authenticator, which doesn't seemed to be synced for the Microsoft admin account. I am in a vicious circle of trying to fix it, but can't because everywhere I…

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.
5,778 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,026 questions
asked 2024-06-07T17:43:22.9766667+00:00
Steven @Pulse Management 5 Reputation points
commented 2024-06-10T21:34:08.3966667+00:00
Steven @Pulse Management 5 Reputation points
0 answers

I have a past due invoice for .02 cents that I am unable to pay. I am stuck in this loop of contact azure support which is articles

Stuck in a loop < unable to pay past due invoice

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,032 questions
asked 2024-06-10T21:30:03.4966667+00:00
Bernard Watson 0 Reputation points
0 answers

New Certification Authority - PKI: chain with key lenght at 4096 bit, impacts and Hybrid Chain.

Hi everyone, I have to create a new PKI and I would like to know if I can create a 4096 key for the RootCA certificate, for the Issuing CA and for all the Certification Authority services (WebEnrollment, NDES, OCSP etc...). Obviously I would also like to…

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,536 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,386 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,047 questions
asked 2024-06-10T17:07:59.2766667+00:00
49885604 145 Reputation points
edited the question 2024-06-10T21:25:29.0766667+00:00
49885604 145 Reputation points
0 answers

How to receive a real-time audio stream using Websocket in Spring boot with SDK

Hello. This is really driving me crazy. Send Audio Stream from the Web Client to the Server The server must convert Stream to Text using the SDK. However, the stream in wav format does not appear to be being sent from the client to the server. I…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,466 questions
asked 2024-06-09T09:41:21.25+00:00
김동윤 0 Reputation points
commented 2024-06-10T21:17:01.96+00:00
VasaviLankipalle-MSFT 15,241 Reputation points
0 answers

Service principal creation failed by privilege access

We are trying to create a main service for Atlas MongoDB to provide access to our API in Kubernetes, however, we saw that our permission was not necessary to be able to create the account, when trying to add the permission (Global Administrator) we saw…

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,914 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,026 questions
asked 2024-06-10T21:12:42.9733333+00:00
Infra 0 Reputation points
edited the question 2024-06-10T21:15:07.7266667+00:00
Infra 0 Reputation points
0 answers

Synapse notebook connect to Azure SQL Database

Greetings!!! I am working on connecting to Azure SQL Database from an Azure Synapse analytics notebook using Azure Active Directory Integrated authentication using code below. Code: import requests import…

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.
4,528 questions
asked 2021-10-04T23:25:02.367+00:00
Raj D 581 Reputation points
commented 2024-06-10T21:01:03.9+00:00
Gnaneswar Reddy Sodini 0 Reputation points
0 answers

Missing certificate in my profile

I couldn't find the complete certification in my profile. Also, attaching the certificate for reference. Please review and link the certificate to the account. I have to renew the certificate ASAP. please help with it.

Microsoft Power Platform Training
Microsoft Power Platform Training
Microsoft Power Platform: An integrated set of Microsoft business intelligence services.Training: Instruction to develop new skills.
140 questions
asked 2024-06-10T20:58:02.8966667+00:00
Sowmya Veeramally 0 Reputation points
commented 2024-06-10T20:58:36.87+00:00
Sowmya Veeramally 0 Reputation points
0 answers

Deploy Azure Files share as a network drive to user's corporate machines

We are trying to deploy an Azure Files SMB share to users' corporate machines and have that share mapped in their Windows Explorer. The intent is to emulate a traditional on-prem network "share drive". This is easier for on-prem and Hybrid…

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,197 questions
asked 2024-06-06T15:12:46.89+00:00
Shawn Goodwin 156 Reputation points
commented 2024-06-10T20:57:49.3033333+00:00
Shawn Goodwin 156 Reputation points