18,362 questions

Sort by: Updated
0 answers

How do i make a uwp app like google earth on visual studio 2022 using azure maps not mapcontrol because it will be retiring

How do i make a uwp app like google earth on visual studio 2022 using azure maps not mapcontrol because it will be retiring

Universal Windows Platform (UWP)
asked 2024-05-27T15:31:25.3266667+00:00
Luke Ferguson 46 Reputation points
0 answers

How to fix a ActiveX cannot create a object error Outlook automation from Excel vba.

I have Office profesional plus 2021 64bit and Windows 10 64bit. I receive this error: Error 429: ActiveX component cannot create object I have a Excel Macro that prepare a customized email according to several data in a worksheet. This used to work, but…

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,588 questions
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
4,949 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,661 questions
asked 2024-05-27T15:24:15.78+00:00
Antonio Garrido 0 Reputation points
0 answers

Password-based SSO assigning user credentials via PowerShell

Hey folks, We're in the middle of migrating our apps from Okta to Azure, and are having a wild amount of difficulty with the SWA apps in Okta porting across to Azure. We're trying to automate as much as possible, and have a couple of questions around…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,866 questions
asked 2024-05-27T15:23:06.3533333+00:00
yeooandyni 21 Reputation points
0 answers

How to build screen recorder Winform GUI app which also records the sound of system at the same time

using System; using System.Diagnostics; using System.Drawing; using System.Windows.Forms; using NAudio.Wave; using SharpAvi; using SharpAvi.Codecs; using SharpAvi.Output; namespace ScreenAudioRecorder { public partial class Form1 : Form { …

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,390 questions
asked 2024-05-27T15:21:50.9433333+00:00
Rahmatulloh 0 Reputation points
0 answers

HPC com Excel

Ola, estou com dificuldade em executar tarefa entre 3 computadores, sendo que os 3 computadores já estão conectados, 2 no windows serve 2019 e o nó principal está com windows 10, quando Clico em New Job e configuro *test.bat * um teste retirado da…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,818 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,545 questions
asked 2024-05-27T15:19:32.95+00:00
Renato Thomaz 0 Reputation points
0 answers

Unable to create Distribution lists using exchange online with app-only authentication(Azure AD Application) with exchange online

Requirement: To create Distribution lists using exchange online with app-only authentication. Description: I am using Azure AD credentials to connect to exchange online, because i wanted to create distribution lists automatically without user…

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,256 questions
asked 2024-05-27T15:14:53.4866667+00:00
Mariyada, Ajaynath Reddy 0 Reputation points
0 answers

XamlC error XFC0062: Undeclared xmlns prefix

Hi, I am doing a first test in .NET Maui but can't get this resolved. I keep getting the same compile error on : Error XFC0062 Undeclared xmlns prefix "mym". MyMauiApp C:\Users\thoma\source\repos\MyMauiApp\MainPage.xaml 17 Output window : …

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,705 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,984 questions
asked 2024-05-27T15:14:18.1133333+00:00
ThomasB-3258 0 Reputation points
0 answers

Azure Maps

Hi to all, I would like to know if a Routing application for 7.5t truck. Thank you Andrea

Azure Maps
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
609 questions
asked 2024-05-27T15:13:15.33+00:00
AndreaCiciliano-9448 80 Reputation points
0 answers

Not finding MessageTrace Exchange Online API permision

Under Splunk Addon for Microsoft 365, i'am trying to input the Message trace of Exchange Online. My Azure application and permissions are well setup for all others inputs, but i got an issue with this input. The endpoint i'am trying to access is :…

Microsoft Exchange Online
Azure Managed Applications
Azure Managed Applications
An Azure service that enables managed service providers, independent software vendors, and enterprise IT teams to deliver turnkey solutions through the Azure Marketplace or service catalog.
115 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,256 questions
asked 2024-05-27T15:10:56.54+00:00
Thomas DUSSOSSOY | Process-IT 0 Reputation points
0 answers

Configuring Edge Updates via Azure Update Manager and Disabling Automatic Updates

I want Edge updates to be received whenever I create a deployment in Azure Update Manager. What is the best possible Group Policy to set on the Azure VM to stop the automatic update of Edge and instead update it on a monthly basis through Scheduled…

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,175 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,295 questions
Azure Update Manager
Azure Update Manager
An Azure service to centrally manages updates and compliance at scale.
257 questions
asked 2024-05-27T15:10:14.81+00:00
Rath, Sibananda 50 Reputation points
0 answers

Dount in Installing MSI Configuration

Hi , I am working on setting up Purview MSI configuration. As part of it, I have executed the command below: .\purview-msi-configuration.ps1 -AzureDataType All -PurviewAccount <Removed Account Name for Confidentiality> -PurviewSub…

Microsoft Purview
Microsoft Purview
A Microsoft data governance service that helps manage and govern on-premises, multicloud, and software-as-a-service data. Previously known as Azure Purview.
966 questions
asked 2024-05-27T15:10:04.8+00:00
Naren Babu 0 Reputation points
0 answers

What should be the format of the date fields in the loop?

@for (int i = 0; i < Model.TBL_CalismaHayatiList.Count; i++) {<div class="col-md-6"> <div class="input-block mb-6"> …

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,244 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,318 questions
asked 2024-05-27T15:07:10.47+00:00
kadir 40 Reputation points
0 answers

The verification challenge doesn't work

Trying to use the Learn Sandbox tenant and I can't get past the verification. I'm supposed to pick 10 out of 10 times the picture with a pair of identical shapes. I've done it about 4 times. It's not working and is a frustrating waste of time. This…

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,056 questions
asked 2024-05-27T15:02:12.08+00:00
Matthew Wotring 0 Reputation points
0 answers

I have issue at the time of exam as they are denying the ID. I went to reschedule exam but no option

Microsoft Exchange Online
asked 2024-05-27T14:58:29.7866667+00:00
Shambhavi Jha Thakur 0 Reputation points
0 answers

I only have 1 problem with my uwp web browser app I have this message that pops up every time I go to debug, release, run the app on visual studio 2022

I only have 1 problem with my uwp web browser app I have this message that pops up every time I go to debug, release, run the app when I click close in blue it works fine on visual studio 2022 Specified argument was out of the range of values. parameter…

Universal Windows Platform (UWP)
asked 2024-05-27T14:39:27.3233333+00:00
Luke Ferguson 46 Reputation points
0 answers

ADR residency licenses

i need to buy ADR licenses for one of my customers, to allow MS to migrate data from EU DCs to UAE DCs. I just need to know the status of ADR licenses, from next year onwards, if after doing data migration, if i still need to renew the licenses or no…

OneDrive Management
OneDrive Management
OneDrive: A Microsoft file hosting and synchronization service.Management: The act or process of organizing, handling, directing or controlling something.
1,150 questions
asked 2024-05-27T14:38:58.3666667+00:00
eg1995 1,131 Reputation points
0 answers

Azure openAI access credentials

I am learning and trying to get openai access credentials to test my next.js project. I have signed up to Azure, which deducted $1 from my account, but still do not seen to obtain the access credentials. What must I do?

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,451 questions
asked 2024-05-27T14:36:37.9133333+00:00
John W Horton 0 Reputation points
0 answers

[MAUI] How to create home shortcut for app on Android

I've been searching, with no luck so far, how to add a shortcut for my MAUI .NET 8.0.5 application on Android 10 (API 29) home screen. There are two Android permissions in the manifest INSTALL_SHORTCUT UNINSTALL_SHORTCUT But neither seem to produce…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,984 questions
asked 2024-05-27T14:27:31.6933333+00:00
Camille 6 Reputation points
edited the question 2024-05-27T14:30:13.8433333+00:00
Camille 6 Reputation points
0 answers

Failed to connect to the existing server farm located at the specified database server and database name. The database name is not a valid configuration.

I have a two server SharePoint 2016 farm. PROD1 which contain SharePoint and SQL1 which contain database. Now I am trying to join another SharePoint server called PROD2 to the farm. Both PROD1 and PROD2 are Windows 2019. Installation is done but when I…

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,509 questions
SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,253 questions
SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,843 questions
asked 2024-05-27T14:21:36.99+00:00
Frank Martin 431 Reputation points
0 answers

Microsoft Graph Task Details Not Returning the Checklist Items

I need to make an Azure Function app which creates the Excel export automatically. I have gotten everything looking like the UI Excel export function found on the Planner, however I cannot get the checklist if the task has one. Here is my code requesting…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,394 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,856 questions
asked 2024-05-27T14:16:09.2266667+00:00
John M. Murry 0 Reputation points