357,739 questions

Sort by: Updated
0 answers

XmlSerializer problem with namespace

Hello! I need to deserialize and serialize this XML. Unfortunately without success. Why, who can solve it? Where is the cause? Target <COM_1 xmlns="urn:biztalk-org:biztalk:biztalk_1"> <body> <doc:Z_COATING_ORDER…

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,565 questions
asked 2024-07-03T18:48:11.1166667+00:00
Noah Aas 340 Reputation points
edited the question 2024-07-03T18:49:59.8566667+00:00
Noah Aas 340 Reputation points
0 answers

Fetching information of azure environment

Our azure environment is huge I would like to understand how servers are configured, how virtual network are configured and how front door is configured and how this front door is taking the requests and application gateway is configured how hubspoke…

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
667 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,465 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,261 questions
asked 2024-07-03T18:49:48.0333333+00:00
Varma 1,250 Reputation points
0 answers

I want to ingest data from event hub to log analytics workspace

Hello, I have a question/ problem about ingesting data from event hub to log analytics workspace. I am following this Tutorial: Ingest events from Azure Event Hubs into Azure Monitor Logs (Public Preview)…

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
587 questions
asked 2024-07-03T18:46:21.8033333+00:00
Nicole G 0 Reputation points
0 answers

Authentication Issues in Blazor Application After IIS Restart

Hello everyone, I'm encountering a significant issue with authentication in my Blazor application hosted on a Windows Server within a LAN environment. Problem Description: Whenever I turn off the IIS server to install updates for the application and then…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,342 questions
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,474 questions
asked 2024-07-03T18:34:32.94+00:00
Hamza SOUIHEL 0 Reputation points
edited a comment 2024-07-03T18:44:02.24+00:00
AgaveJoe 27,421 Reputation points
3 answers

Run-time error '1004': Method 'Range' of object ' Worksheet' failed in VBA

Sub Mark_Attendance() Dim sh As Worksheet Dim dsh As Worksheet Set sh = ThisWorkbook.Sheets("Mark Attendance") Set dsh = ThisWorkbook.Sheets("Database") Dim r As Integer Dim C As Integer Dim lr As Long For C = 13 To 19 For r =…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,768 questions
asked 2022-11-17T23:48:51.947+00:00
Sagar Bedkute 1 Reputation point
answered 2024-07-03T18:43:57.0566667+00:00
Williams, Kim (US) 126 Reputation points
1 answer

What is the difference between SAML signing options technically??

SAML_signing_options.png What is the difference between Sign SAML response & Sign SAML assertion technically??

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,325 questions
asked 2024-07-03T10:22:44.02+00:00
Ttech 0 Reputation points
answered 2024-07-03T18:42:56.5166667+00:00
James Hamil 22,976 Reputation points Microsoft Employee
0 answers

Function App Error - Encountered an error (InternalServerError) from host runtime. Also multiple HTTP 4xx and 5xx errors

I can successfully deploy a timer trigger function to Azure but it will not display in the overview, and the only details of the error are Encountered an error (InternalServerError) from host runtime. There are no errors in the activity log. When looking…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,560 questions
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,060 questions
asked 2024-07-03T18:39:17.3733333+00:00
Ella Moody 0 Reputation points
0 answers

Unable to send message from Azure SQL to Service Bus

The goal is to send messages to Service Bus from Azure SQL Server. I have added the Managed Identity to the queue with the Azure Service Bus Data Owner permission. When I run the code to set up the credential, there is no error. OPEN MASTER KEY…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
577 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,187 questions
asked 2024-07-03T18:31:40.7866667+00:00
Spencer Thompson (Network) 0 Reputation points
edited the question 2024-07-03T18:37:32.7333333+00:00
Spencer Thompson (Network) 0 Reputation points
4 answers

How to change drive letters (was: Can I use Visual C to program system tools)

I need to be able to write a tool that can change the drive letter in my application. When I insert a usb hard drive the program recognises the volume it should be with the drive letter in [] brackets in the label. When I insert the usb drive sometimes…

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,494 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,768 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,269 questions
asked 2024-07-01T22:19:00.44+00:00
Terry Foster 0 Reputation points
answered 2024-07-03T18:33:30.8766667+00:00
Rich Matheisen 45,591 Reputation points
3 answers

Cannot defer Auto-Migration of MySQL from Single to FLexible

Hi, I am trying to defer the auto migrate. I get 3 options: 13, 14, 15 August. There is a box to tick to confirm that the pre reqs have been done. I tick that and click Authenticate and I get an error as attached. Can anyone suggest what the issue is…

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
757 questions
asked 2024-07-01T09:05:59.8433333+00:00
NeilC 26 Reputation points
answered 2024-07-03T18:32:53.2833333+00:00
NeilC 26 Reputation points
0 answers

EditForm.OnValidSubmit called 4 times in rapid succession

Hi all; We have one user this is happening with. We cannot reproduce it and it is not happening to any others. And it has happened to them twice out of 8 uses of the relevant page. Needless to say, I can't create a MVE because we can't reproduce it. The…

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,474 questions
asked 2024-07-03T18:31:54.1666667+00:00
David Thielen 2,526 Reputation points
2 answers

Upgrade Windows 10 to Windows 11 using setup.exe with command line

We have fleet of Windows 10 devices that can upgrade to Windows 11. We need to upgrade them remotely using tool using the ISO with setup.exe downloaded the Windows 11 ISO from official website push the ISO and command to the remote devices with…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,053 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,768 questions
asked 2022-12-01T03:11:20.723+00:00
Chua Liang Wei 186 Reputation points
commented 2024-07-03T18:30:11.6133333+00:00
StayAwayFromGrimace 31 Reputation points
1 answer One of the answers was accepted by the question author.

Unable to verify domain for email. TXT record was added to DNS.

https://learn.microsoft.com/en-us/azure/communication-services/quickstarts/email/add-custom-verified-domains?pivots=platform-azp#configure-sender-authentication-for-custom-domain I am trying to follow the document above to configure email for my domain. …

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
778 questions
asked 2024-06-23T22:08:08.47+00:00
Sam Wheat 401 Reputation points
accepted 2024-07-03T18:29:50.0166667+00:00
Sam Wheat 401 Reputation points
0 answers

Azure Synaps serverless scan file that should be filtered

Hey, We have a large amount of files stored in Storage Account in Parquet format with the following hierarchy. /m_id=%M_ID%/quarter=%QUARTER%/month=%MONTH%/partition_version=last/part-0.parquet'. examples for quarter values: 2024Q1, 2024Q2, 2024Q3…

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,614 questions
asked 2024-07-01T08:48:06.6533333+00:00
Shlomi Lanton 56 Reputation points
commented 2024-07-03T18:27:48.5966667+00:00
BhargavaGunnam-MSFT 28,531 Reputation points Microsoft Employee
0 answers

how to get the PIVOTBY function working on my excel

how to get the PIVOTBY function working on my excel?

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,647 questions
Excel Management
Excel Management
Excel: A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.Management: The act or process of organizing, handling, directing or controlling something.
1,684 questions
asked 2024-07-03T18:26:18.65+00:00
Jason 0 Reputation points
0 answers

The expression after '&' in a pipeline element produced an object that was not valid. It must result in a command name, a script block, or a CommandInfo object.

Im executing the following code from windows bat file %SYSTEMROOT%\System32\WindowsPowerShell\v1.0\PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '%PowerShellScriptPath%' -fileControl 'C:\HHSWHRS\sqlloader_scripts\ld_owcpcomp.ctl'…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,053 questions
asked 2024-07-03T18:24:25.33+00:00
Michael Ocasio 0 Reputation points
0 answers

AI, Document Intelligence Studio, Train Custom Model takes too long time.

We are creating Custom Extraction Model on Document Intelligence Studio by using Neural engine. However, at this time it takes too long time. Should I just wait or any other good solution to cancel process?

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,060 questions
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,501 questions
asked 2024-07-03T18:22:33.48+00:00
KYOUNGTAEK OH 0 Reputation points
2 answers

Change authenticator code from 8 digits to 6 digits

I have tried numerous times to fix the issue I’m having and I can’t figure it out. Can Microsoft Support change my verification code from 8 digits to 6 for me?

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,958 questions
asked 2024-07-03T11:47:14.7+00:00
Beth Koester 5 Reputation points
answered 2024-07-03T18:19:00.6533333+00:00
Beth Koester 5 Reputation points
1 answer

Apply WSS to SOAP request

Hi, My Requirement is to apply outgoing WSS using RSA with SHA 256 using a certificate to the XML. Can you help me with how to achieve this? XML request is attached. xml request.txt

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,565 questions
asked 2024-07-01T16:29:10.02+00:00
sonal khatri 51 Reputation points
edited a comment 2024-07-03T18:16:24.04+00:00
sonal khatri 51 Reputation points
0 answers

I no longer get suggested code in Visual Studio from Copilot

Hi all; After upgrading Visual Studio, I had to remove the two Copilot extensions as it said they were not compatible with the latest version. And there are no Copilot extensions available. I do have the Copilot chat window and it works fine. But I no…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,816 questions
Microsoft Copilot
Microsoft Copilot
Microsoft terminology for a universal copilot interface.
184 questions
asked 2024-07-03T18:14:10.12+00:00
David Thielen 2,526 Reputation points