293,678 questions

Sort by: Updated
1 answer

How to make an int field named UserID as the primary key in AspNetUsers table in Asp.Net Core 6.0 MVC

I am implementing Asp.Net Core Identity on an existing legacy website. I have created the Identity tables using migrations. The legacy database has a table named Users which was used for the logging. I have replaced the Users table with the AspNetUsers…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,239 questions
asked 2024-05-24T17:41:58.43+00:00
Sherpa 181 Reputation points
commented 2024-05-25T21:17:10.9133333+00:00
AgaveJoe 26,166 Reputation points
1 answer One of the answers was accepted by the question author.

Get Formula Text of a Cell on Another Sheet in Excel 2010

=FORMULATEXT only works in Excel 2013 and after. Is there a way to do that in Excel 2010? Thanks

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,660 questions
asked 2021-09-04T23:03:50.327+00:00
Ian3 66 Reputation points
commented 2024-05-25T21:13:44.88+00:00
Kim Wilson 0 Reputation points
1 answer

UWP apps using MapControl per Bing Map Enterprise Free going to Azure maps

Per the announcement: Bing Maps for Enterprise is deprecated and will be retired. Enterprise account customers can continue to use Bing Maps for Enterprise services until June 30th, 2028. Free (Basic) account customers can continue to use Bing Maps for…

Azure Maps
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
606 questions
asked 2024-05-23T08:41:55.02+00:00
Karhu Koti 36 Reputation points
edited an answer 2024-05-25T20:55:56.5466667+00:00
rbrundritt 15,546 Reputation points Microsoft Employee
1 answer

How can I diagnose and resolve the issue of receiving mostly blank outputs from the "Get Activity Events" Power BI REST API?

I am hitting the APi get activity events but as a result I am getting most of the activity status and activity result is blank , for some of them getting succeed, can some one let me know what is the blank means in this case ?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,526 questions
asked 2024-05-25T17:25:03.0166667+00:00
Anchal 0 Reputation points
edited the question 2024-05-25T20:49:56.6233333+00:00
Vahid Ghafarpour 19,145 Reputation points
16 answers

PC meets requirments for Windows 11 but Windows Update still shows system requirements error message.

Hi, so here's what's going on. My PC originally did not meet requirements because the TPM module was not enabled in the BIOS. I also was on a local account and not a microsoft account when I initially tried to update. However, after enabling TPM and…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,426 questions
asked 2021-10-05T20:17:21.037+00:00
Sean Neary 161 Reputation points
commented 2024-05-25T20:15:37.6166667+00:00
Alex 0 Reputation points
1 answer

VPN (site to site) not connected

While trouble shooting a VPN (site to site) connection issue with one of our remote offices, I "Disconnected" that office from the list of VPN sites, which seemed to be successful. However, after 30ish minutes I noticed the site was still in…

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,405 questions
asked 2024-05-25T13:25:24.4666667+00:00
Chris Bogdanovich 1 Reputation point
answered 2024-05-25T20:12:29.3066667+00:00
Sina Salam 4,221 Reputation points
2 answers

100% CPU on Empty MySQL Instance

Hello, I recently setup an Azure mySQL Database. It is type Standard_B1s (small yes). I have not created any databases at all. The only thing in there is the default database mySQL comes with. There are no users, no-one connecting to it. Looking at…

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
726 questions
asked 2024-04-01T23:18:33.1233333+00:00
Jason Bennett 15 Reputation points
commented 2024-05-25T20:11:47.13+00:00
Rahul Randive 8,751 Reputation points Microsoft Employee
3 answers One of the answers was accepted by the question author.

What is the correct way to upgrade dotnet SDKs for MAUI

Can someone tell me the proper way to upgrade .net? I have kept mine on an older version for a while now because it has been working with xcode 15.3 for me. Since it appears the issues with xcode 15.3 have been resolved in the latest version, I would…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,977 questions
asked 2024-05-16T15:01:48.6366667+00:00
Tony Pitman 60 Reputation points
commented 2024-05-25T20:09:28.7033333+00:00
Bruce (SqlWork.com) 57,891 Reputation points
1 answer

How to make search text in ASP.NET dropdown controls

I have been developing ASP.NET application. some of the place i want searchable dropdown controls. the dropdown should search both numbers and name. How to do this...? example data as below. Cust.Name | Cust.Number Alfred K AXN29109 …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,315 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,387 questions
asked 2024-05-25T08:11:36.1666667+00:00
Gani_tpt 1,746 Reputation points
commented 2024-05-25T19:48:54.3733333+00:00
Bruce (SqlWork.com) 57,891 Reputation points
1 answer

azure container istance https

Hi, I have an Azure Container instance where a small web service runs with a TCP server, I have enabled FQDN and it works perfectly with DNS, but it works under http, if I wanted to make it work under https without applying gateways or expensive services…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
651 questions
asked 2024-05-24T13:08:09.59+00:00
brux88 0 Reputation points
edited an answer 2024-05-25T19:41:28.6033333+00:00
Dan Rios 1,425 Reputation points MVP
1 answer

Azure function works fine when tested locally, but not loaded when deployed.

logs init.py file import os import logging import azure.functions as func from azure.core.exceptions import ClientAuthenticationError, ResourceNotFoundError from azure.data.tables import TableServiceClient, TableClient from azure.core.credentials…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,384 questions
asked 2024-05-25T18:15:57.4966667+00:00
Hafsa Javed 0 Reputation points Student Ambassador
edited an answer 2024-05-25T19:33:11.8433333+00:00
Dan Rios 1,425 Reputation points MVP
1 answer

is possible to wrap an instalable App package for iPhone like .apk file for android?

I have developed a proof of concept App with .NET MAUI and it works ok with Android and i can build an instalable .apk package to deploy the app in Android smartphones. My boss has an iPhone and wants to try the app in it. Ive borrowed an AirMac to build…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,977 questions
asked 2024-05-24T10:11:03.05+00:00
Josete Llan 0 Reputation points
answered 2024-05-25T19:15:32.0166667+00:00
Bruce (SqlWork.com) 57,891 Reputation points
1 answer

How do I change my Authenticator password from 8 to 6

can someone help me fix this issue and make it where you can change the password from 8 to 6 on the app

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,656 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,387 questions
asked 2024-05-25T18:52:51.27+00:00
saud aljourani 0 Reputation points
edited the question 2024-05-25T19:15:21.2833333+00:00
Azar 20,190 Reputation points
3 answers

can use a dataset for pipeline but can't use for dataflow in Azure Data Factory

Created a dataset for Azure SQL and it works fine in any pipelines of Azure Data Factory. However, it gives me the connection error from Data Flows - refer to the below. The Azure SQL is configured to be accessible from any Azure services. Spark…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,751 questions
asked 2024-05-20T05:53:34.5933333+00:00
Jerry Lee 5 Reputation points
commented 2024-05-25T19:09:26.18+00:00
Kavirayani, Shiva 0 Reputation points
1 answer

Decoder ran into invalid data problem on .net maui ios?

Hello, I am using .net maui to build a mobile application for android and iOS. An asp.net core is used for the backend. As of recently I started receiving an issue when retrieving data from all of the API endpoints - with the error being - Decoder ran…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,977 questions
asked 2024-05-24T11:54:55.22+00:00
Miso Tomovski 0 Reputation points
answered 2024-05-25T18:24:30.85+00:00
Bruce (SqlWork.com) 57,891 Reputation points
1 answer One of the answers was accepted by the question author.

Does route server has to be in the same vnet as the express router ?

on-prem <---> Express Router <---> RS <----> NVA ER and RS have to be in the same vnet ? thanks !!

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,205 questions
asked 2024-05-25T14:40:13.61+00:00
Gongya Yu 20 Reputation points
commented 2024-05-25T18:21:05.2066667+00:00
Gongya Yu 20 Reputation points
1 answer

Our Azure App Service application started to experience intermittent CORS errors

Hi all, I am new here, and I am hoping someone can help as we are completely at a loss with the problem we are experiencing suddenly with Azure App Service. We have 2 Azure App Services, 1 for API and the other is an Web application (ReactJS). Both…

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,014 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,038 questions
asked 2024-05-24T20:14:55.0566667+00:00
Allan 10 Reputation points
edited a comment 2024-05-25T18:01:13.49+00:00
D4Dilip 0 Reputation points
1 answer

How to set up a free trail account for azure?

Iam contacting with respect to the creation of a free trial account.I have created a free trial account with my personal mail for study purpose. Now my friend setted up another account for his study purpose with his personal mail.But the debit card…

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,014 questions
asked 2024-05-22T15:53:34.43+00:00
Rufaid P 0 Reputation points
commented 2024-05-25T17:41:57.3933333+00:00
Rufaid P 0 Reputation points
1 answer

outlook is trying to retrieve data from the microsoft exchange server - exchange

outlook is trying to retrieve data from microsoft exchanger server outlook.office365.com

Outlook
Outlook
A family of Microsoft email and calendar products.
3,118 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,947 questions
asked 2024-05-25T17:35:04.67+00:00
Shadi Albadri 0 Reputation points
answered 2024-05-25T17:41:29.8166667+00:00
Shadi Albadri 0 Reputation points
1 answer

Not able to complete academic verification on azure using github account

I signed up for GitHub student developer pack as I wanted to learn azure and today when I tried to sign up on azure it says me to verify my academic status and for that when I select GitHub it says this : We could not confirm your status as a student.…

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,014 questions
asked 2024-05-25T10:13:07.45+00:00
Deepak Kumar 0 Reputation points
answered 2024-05-25T17:40:56.24+00:00
Gowtham CP 1,340 Reputation points