356,823 questions

Sort by: Updated
2 answers

WIN32 CreateSemaphore primitve: named semaphore shared with a process and a service

Hello support, When i create a named semaphore, it seems that memory space between a service and a process is different. Between processes: If i run a second time a process after invoking CreateSemaphore (of course same name that the first)…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,028 questions
asked 2024-06-27T09:04:00.09+00:00
PALAZON Philippe 0 Reputation points
answered 2024-06-29T16:24:32.1666667+00:00
RLWA32 42,196 Reputation points
0 answers

Unable to delete orphaned Azure Web App resource

I am unable to delete an orphaned Azure Web App resource (Microsoft.Web/sites) named "app-backend-psvgwefzxlqto" that resides in a deleted resource group named "rg-futchat". This resource is not visible in the Azure portal, and I can…

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,068 questions
asked 2024-06-29T15:30:31.76+00:00
Ikuo Keshi 0 Reputation points
commented 2024-06-29T16:18:15.67+00:00
TP 82,576 Reputation points
3 answers

Act! Prevented from installing because of sql issues

I have Parallels vm with Win 11 Pro and unable to install Act! Database program because SQL Server setup could not search for update through windows update service.

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,735 questions
asked 2024-01-22T21:09:06.03+00:00
Rod Ambrose 0 Reputation points
answered 2024-06-29T16:16:46.1466667+00:00
Rod Ambrose 0 Reputation points
2 answers One of the answers was accepted by the question author.

Show licenses overview on Azure Workbooks

Hi, I would like to add the following Graph query: https://graph.microsoft.com/v1.0/subscribedSkus?$select=skuPartNumber,consumedUnits,prepaidUnits on an Azure Workbooks. Is there a way to show missing licenses on a Azure Workbooks. Thanks

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,956 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,188 questions
asked 2023-03-25T14:13:50.4933333+00:00
Marino Valentino 25 Reputation points
answered 2024-06-29T16:13:03.81+00:00
Mike Crowley 126 Reputation points
1 answer

Only one app running in MAC?

Hi, Does this code work on MAC, only one app running ? Thanks, public partial class App : Application { private static Mutex mutex = new Mutex(true, Assembly.GetEntryAssembly().GetName().Name); public App() { if…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,115 questions
asked 2024-06-26T12:02:14.2933333+00:00
Dani_S 3,186 Reputation points
commented 2024-06-29T16:06:24.9833333+00:00
Bruce (SqlWork.com) 59,721 Reputation points
1 answer One of the answers was accepted by the question author.

How can I change headers on port 8172 in azure app service?

I have an application on the azure app service. I need to remove the "server" http header on port 8172. Is this possible?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,244 questions
asked 2024-06-21T21:09:02.8666667+00:00
Stanislav Grachev 20 Reputation points
commented 2024-06-29T16:03:39.0333333+00:00
Srinud 1,965 Reputation points Microsoft Vendor
1 answer

Azure Cognitive Services Speech: Unable to get Custom Translator model results from speech translation code

In test C# code that I created based on the speech translation code in the following sample (“Using custom translation in speech translation”), I’m having trouble getting Custom Translator model translation results. The code just returns a cancellation…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,498 questions
Azure Translator
Azure Translator
An Azure service to easily conduct machine translation with a simple REST API call.
359 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,558 questions
asked 2024-06-28T21:35:09.9366667+00:00
Hirai, Tetu 0 Reputation points
answered 2024-06-29T15:54:48.1466667+00:00
Sina Salam 6,341 Reputation points
1 answer

.Net 6/8 WebApi take long time to start

I compile this simple project and run it in Linux bash is normal. But when I create service file to run this program, it take almost 2 minute to start. The same as in Podman. var builder = WebApplication.CreateBuilder(args); var app =…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,324 questions
asked 2024-06-27T08:15:07.1766667+00:00
Jiayu Qiu 0 Reputation points
answered 2024-06-29T15:52:26.47+00:00
Bruce (SqlWork.com) 59,721 Reputation points
1 answer

Where is my Recovery Key

Trying to reset multifactor authentication in a work app and need to enter my “Recovery Key” that I was “provided when I set up multi factor authentication”

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,934 questions
asked 2024-06-29T15:36:22.19+00:00
Picard, Mindi 0 Reputation points
answered 2024-06-29T15:45:21.6+00:00
Bruce (SqlWork.com) 59,721 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Databricks fails

Hello, In the databricks notebook which is provided by Microsoft training classes, when I tried to import => read a data (csv or json) like path = source + "/wikipedia/pagecounts/staging_parquet_en_only_clean/" files =…

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,038 questions
asked 2023-07-20T13:58:55.4033333+00:00
Catherine 刘 30 Reputation points
edited a comment 2024-06-29T15:40:00.8866667+00:00
Choi, Seung-Rak 0 Reputation points
1 answer

unable to create vm using ARM Template, throws error "The value of parameter linuxConfiguration.ssh.publicKeys.keyData is invalid"

unable to create vm using ARM Template, throws error "The value of parameter linuxConfiguration.ssh.publicKeys.keyData is invalid" I have declared the parameter everything seems to be fine.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,444 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,171 questions
asked 2022-06-27T15:07:09.3+00:00
Bhaskar 16 Reputation points
commented 2024-06-29T15:38:25.2366667+00:00
Vahid reza Mehrasa 0 Reputation points
2 answers

How to change code "Foreach" to Loop.

@page "/" @rendermode InteractiveServer @inject NavigationManager Navigation <h1 style="color: blue;">Anda!!</h1> <p></p> Welcome to your new app. <p></p> @foreach (var image in images) { …

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,470 questions
asked 2024-06-28T14:53:36.5233333+00:00
MIPAKTEH_1 240 Reputation points
commented 2024-06-29T15:33:17.4166667+00:00
AgaveJoe 27,256 Reputation points
3 answers

MAM policy to encrypt Org data for Android and IOS

Hello, I applied a MAM policy to encrypt organizational data with Microsoft apps on both Android and iOS devices. I tested this policy on an Android device by saving an attachment (an Excel sheet) from Outlook to internal storage and attempting to open…

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.
201 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.
908 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,640 questions
asked 2024-06-27T14:25:27.22+00:00
A.Elrayes 186 Reputation points
answered 2024-06-29T15:14:11.0566667+00:00
A.Elrayes 186 Reputation points
1 answer

Azure Policy: Inheriting a Tag and Its Value from Subscription to Resource Groups

Is it possible to create an Azure policy that can automatically inherit a tag and its value (no matter what the value are) from the subscription to the resource group? The tag is always the same, for instance, Application, but the value can change…

Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
819 questions
asked 2024-01-05T12:37:51.27+00:00
Bombbe 1,611 Reputation points
commented 2024-06-29T15:06:33.1266667+00:00
San Segundo Gonzalo Alberto 0 Reputation points
1 answer

Accidentally deleted microsoft authenticator for my work account

Today i was using my phone and accidentally deleted my work account from my authenticator app. Now what are my option.

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,934 questions
asked 2024-06-29T12:57:48.6266667+00:00
sayem ahamed 0 Reputation points
edited an answer 2024-06-29T15:01:14.9033333+00:00
Andreas Baumgarten 101.2K Reputation points MVP
1 answer

Azure Backup Download

Hello, It's possible to download the backup file from azure backup?

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,167 questions
asked 2024-06-29T14:03:56.13+00:00
Handian Sudianto 4,391 Reputation points
answered 2024-06-29T14:57:31.78+00:00
Andreas Baumgarten 101.2K Reputation points MVP
1 answer

How can a see my archievment which appear in Certiport?

I take exam in MEC and I can't find my certificate in Microsoft Learn. This appear in Certiport

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,262 questions
asked 2024-06-29T14:48:03.5233333+00:00
Antonia Silaghi 0 Reputation points
edited the question 2024-06-29T14:51:16.53+00:00
Andreas Baumgarten 101.2K Reputation points MVP
0 answers

Print data from mdb database

Hello experts Using Access Database Engine with OleDbReader in .net fw4 winforms to read mdb files, need to print the user selected table, ReportViewer from toolbar is added, how can I print table data using code ( run-time )? No database to connect at…

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,641 questions
asked 2024-06-29T14:42:04.2466667+00:00
StewartBW 745 Reputation points
edited the question 2024-06-29T14:42:51.97+00:00
StewartBW 745 Reputation points
2 answers One of the answers was accepted by the question author.

How to use sqlconfigdatasource correctly with mfc vc++ ms access driver

We want to use ms access driver for 64 bit platform in an mfc VC++ doc-view architecture project. What are the prerequisite for the computer running on windows 11 professional. Return value is coming as 0. We want to use 64 bit platform for USER…

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,164 questions
asked 2024-06-29T05:25:51.9533333+00:00
K Roy Chowdhury 0 Reputation points
accepted 2024-06-29T14:37:50.74+00:00
K Roy Chowdhury 0 Reputation points
5 answers One of the answers was accepted by the question author.

IIS app does not have permissions to access an SQLite db file

Running a web api project using IIS debug profile does not allow to access, create or delete SQLite db file located in the app directory. Access denied. The same is when I publish the project to the IIS inetpub folder and copy the db file there. The web…

Internet Information Services
asked 2024-06-26T05:36:35.3733333+00:00
MSCollege3000 140 Reputation points
edited a comment 2024-06-29T14:34:40.42+00:00
MSCollege3000 140 Reputation points