289,979 questions

Sort by: Updated
2 answers

Where Can I Find the Remoted iOS Simulator for Windows PC?

Where can I find the Remoted iOS Simulator for Windows PC?

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,296 questions
asked 2024-05-06T08:53:53.8966667+00:00
R9I1 1 Reputation point
answered 2024-05-06T20:10:07.9+00:00
Bruce (SqlWork.com) 56,771 Reputation points
2 answers

Microsoft.Data.SQLClient 5.2.0 fails to work with .Net 8

I am having issues creating a Class library with C# and .net 8 that uses Microsoft.Data.SQLClient. version 5.2.0 which states that it will run on .net 8 platform. Here is the code for the class library using System.Data; using…

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,280 questions
asked 2024-05-04T22:39:27.66+00:00
Moshe Yalovsky 0 Reputation points
commented 2024-05-06T20:08:25.3166667+00:00
Moshe Yalovsky 0 Reputation points
1 answer

Request for Exception to Renew Microsoft Developer Associate Certification

Dear team, I hope this message finds you well. I am writing to bring to your attention that my Microsoft Developer Associate certification expired on March 20th. Unfortunately, due to health reasons, I have been unwell for over a month, causing me to…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,195 questions
asked 2024-05-01T19:41:44.9066667+00:00
Avani Pathak 20 Reputation points
accepted 2024-05-06T20:05:23.8033333+00:00
Avani Pathak 20 Reputation points
2 answers One of the answers was accepted by the question author.

Microsoft Purview search completed, but not letting me review sample

I have ran a content search on Purview. The content search has returned 1 item. Which it should only be one item, but when I select review sample the email is not there. Any assistance on this would be greatly appreciated!!

Microsoft Exchange Online
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.
946 questions
asked 2024-05-02T20:08:24.3433333+00:00
Zach Hill 20 Reputation points
accepted 2024-05-06T20:05:11.7466667+00:00
Zach Hill 20 Reputation points
2 answers

SCOM Monitoring a untrusted domain member

I am trying to monitor a untrusted domain member and I have created a cert for the untrusted domain member (with client and server authentication) from our internal CA and imported it into the untrusted domain member. The comms between them are open and…

Operations Manager
Operations Manager
A family of System Center products that provide infrastructure monitoring, help ensure the predictable performance and availability of vital applications, and offer comprehensive monitoring for datacenters and cloud, both private and public.
1,417 questions
asked 2024-05-01T00:05:55.91+00:00
Saravanan Balasubramanian 266 Reputation points
edited a comment 2024-05-06T20:04:55.79+00:00
Stephen Morrison 71 Reputation points
2 answers

why url converts https:// instead of http

Hello We have one domain name for example www.abcd.com i shared this link to our team via whats app when they click it automtically converting https:// how to solve so that the link can be open in http only

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,275 questions
asked 2024-05-06T10:47:19.84+00:00
RAVI 916 Reputation points
answered 2024-05-06T20:00:44.5633333+00:00
Bruce (SqlWork.com) 56,771 Reputation points
1 answer

How can I setup GIT on my machine where I don't need to re-enter the password after every check-in?

I was trying this on Mac OS X and got the below error: ~ % git config --global credential.helper store warning: credential.helper has multiple values error: cannot overwrite multiple values with a single value        Use a regexp, --add or --replace-all…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,195 questions
asked 2024-05-06T17:17:14.3166667+00:00
Peterson, Melissa [MN035] 0 Reputation points
edited an answer 2024-05-06T19:59:22.13+00:00
Stefan Buszwatiuk 0 Reputation points
1 answer

Azure Chaos Studio with Chaos Mesh VNET Injection in Private Clusters Unsuccessful

I am beginning to evaluate Azure Chaos Studio usage with Chaos Mesh k8s experiments (AKS Chaos Mesh Pod Chaos for example). Our clusters are private and we've enabled VNET injection when setting them as Chaos targets which creates 2 subnets in the given…

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,869 questions
asked 2024-03-11T06:18:17.1666667+00:00
Ctora 0 Reputation points
answered 2024-05-06T19:57:09.1366667+00:00
Andrew Citera 0 Reputation points
1 answer

AD B2C Microsoft Graph to send verification code to email

Hi, I would like to know if there is possibility to send verification code to email using Microsoft graph. Basically, I want to do everything in MS Graph ie. signing up, signing in, send verification code, SMS, MFA and social media sign up and sign in.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,662 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,576 questions
asked 2024-05-06T13:12:07.0933333+00:00
Felix Cordeta Matusinio 0 Reputation points
commented 2024-05-06T19:56:34.33+00:00
Felix Cordeta Matusinio 0 Reputation points
1 answer

How to get the index of duplicate elements along with the range of empty elements after it. LINQ

hi Dim ComplexArray As String() = Split("A C A B C A B A B C") 'Need Result As Array (3 dimensional) Dim Arr3D = {({"A", ({"0-2", "5-9", "16-16", "19-20"})}),…

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,580 questions
asked 2024-05-04T15:38:26.2533333+00:00
Mansour_Dalir 1,591 Reputation points
edited a comment 2024-05-06T19:54:18.25+00:00
Mansour_Dalir 1,591 Reputation points
1 answer

After reinstalling dotnet, encountering an error when running 'dotnet run.' Attached is the error message. Please assist.

error NU1100: Unable to resolve 'Humanizer.Core (>= 2.14.1)' for 'net7.0'. PackageSourceMapping is enabled, the following source(s) were not considered: Microsoft Visual Studio Offline Packages, nuget.org. error NU1100: Unable to resolve…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,192 questions
asked 2023-11-25T06:17:39.8666667+00:00
CHAMIKA 20 Reputation points
answered 2024-05-06T19:50:04.2333333+00:00
Bruce (SqlWork.com) 56,771 Reputation points
3 answers

Error when installing System Center 2022 Virtual Machine Manager

Hi, today I tried to install SCVMM 2022 but I always get this error: Could not find file 'C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools\WSIM\Microsoft.ComponentStudio.Common.dll'. Prior to installing SCVMM 2022…

System Center Virtual Machine Manager
asked 2023-11-15T10:00:40.6+00:00
Bojan Zivkovic 436 Reputation points
commented 2024-05-06T19:49:50.81+00:00
MD5Hash 151 Reputation points
1 answer

InvalidHttpRequestToLivy: Your Spark job requested 12 vcores. However, the workspace has a 0 core limit.

it gives me this error and when i tried to increase core size limit i could not find that option so how to solve this error?

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,400 questions
asked 2024-05-02T20:01:34.8666667+00:00
Janvi Majmundar 0 Reputation points
commented 2024-05-06T19:47:14.13+00:00
BhargavaGunnam-MSFT 26,316 Reputation points Microsoft Employee
3 answers

Unable to use any WebXR AR app on MS Edge

I'm developing a WebXR app with three.js for HoloLens 2 and at this point the project has different functional stages. While developing a non functional version of it, I reversed the code to a safe, tested and functional branch only to find that it no…

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,146 questions
HoloLens Development
HoloLens Development
HoloLens: A family of Microsoft self-contained, holographic devices that enable engagement with digital content and interaction with holograms in the surrounding environment.Development: The process of researching, productizing, and refining new or existing technologies.
382 questions
asked 2023-05-29T06:36:25.7033333+00:00
Julen 30 Reputation points
answered 2024-05-06T19:45:49.14+00:00
MalDuffin 0 Reputation points
11 answers

Windows 11 SMB Client cannot connect to SMB share - error 53 on `net view`

Machine in question: Windows 11 21H2 22000.832 OSes on other devices that can successfully connect to the share: MacOS Ventura built-in SMB; iOS 16.5 built-in SMB; ES File Explorer on iOS, Windows 10; etc. Share Host: TrueNAS-13.0 with domain…

Windows 10 Network
Windows 10 Network
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Network: A group of devices that communicate either wirelessly or via a physical connection.
2,274 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,238 questions
asked 2022-08-05T19:06:36.643+00:00
Aaron You 16 Reputation points
commented 2024-05-06T19:41:48.84+00:00
VNJoe 46 Reputation points
1 answer

(failed) net::ERR_Connection_reset in production site

ASP.NET Web Form site worked fine in test. I moved it to production and the site won't come up. I've done a reinstall and double checked all I could. I looked for an answer into this and came away with it being a browser issue when it is not that as this…

Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,381 questions
asked 2024-05-03T20:57:13.07+00:00
Brown, Matt 26 Reputation points
commented 2024-05-06T19:40:24.0833333+00:00
Brown, Matt 26 Reputation points
2 answers

How to diagnose "'AADB2C90289: We encountered an 'invalid_client' error connecting to the identity provider."

We have a Blazor application hosted in Azure which uses Microsoft Identity to authenticate the user. This has worked without incident for several years. As of last Friday night, any user trying to log into the system receives the following error after…

Microsoft Entra
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,576 questions
asked 2024-05-06T05:27:15.5766667+00:00
Adam Collings 0 Reputation points
edited an answer 2024-05-06T19:38:48.7933333+00:00
James Hamil 21,851 Reputation points Microsoft Employee
2 answers

I can't add the azure vpn client into my tenant.

I attempt to add the Azure VPN client to my enterprise applications but when I get to Azure site. I click the "sign up for azure VPN client" and then get brought back to my azure dashboard, and nothing is added to my enterprise…

Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,389 questions
asked 2024-05-03T01:20:44.24+00:00
Joel Rosado 0 Reputation points
commented 2024-05-06T19:35:55.89+00:00
Joel Rosado 0 Reputation points
4 answers

How to fix Authenticator app not receiving 2 digit prompt

I need to input the 2 digit matching number on the Authenticator app to be able to access a group on Teams but I am not receiving the prompt to input the 2 digit code even though I’m receiving other prompts. I have important resources to access on that…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,124 questions
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,541 questions
asked 2024-02-29T17:20:59.1766667+00:00
Omolaso Akinruntan 5 Reputation points
answered 2024-05-06T19:34:24.6466667+00:00
Steve Shannon 0 Reputation points
1 answer

How to translate database content with Azure Translator by ADF or Synapse notebook?

There is an Azure Database table. Some of columns need to be translated from one language to another into additional columns. Such as from English to Spanish, or Portuguese to English, etc. I am exploring how I can use ADF or Synapse notebook to…

Azure Translator
Azure Translator
An Azure service to easily conduct machine translation with a simple REST API call.
343 questions
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,400 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,609 questions
asked 2024-04-22T15:17:46.4133333+00:00
Dataholic 80 Reputation points
edited the question 2024-05-06T19:34:05.7933333+00:00
BhargavaGunnam-MSFT 26,316 Reputation points Microsoft Employee