407,188 questions

Sort by: Updated
1 answer

Windows 10 application error

Hi I am unable to run a windows program , found this in the application log with event id 1000 It is in norwegian so please try to see. Programnavn med feil: ScreenSketch.exe, versjon: 10.1907.1909.4001, tidsangivelse: 0x5d6fe6c1 Modulnavn med…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,156 questions
asked 2020-01-15T13:59:18.06+00:00
Knut W 1 Reputation point
answered 2020-01-15T14:37:59.95+00:00
Anonymous
0 answers

Working Example of MutablePackageDirectories

Can someone provide a working example of MutablePackageDirectories for a side loaded uwp app?

Universal Windows Platform (UWP)
asked 2020-01-14T00:34:06.997+00:00
Todd Wilder 1 Reputation point
commented 2020-01-15T09:06:30.17+00:00
Fay Wang - MSFT 5,221 Reputation points
1 answer

Is Windows.Devices.Spi support Dual-SPI and Quad-SPI (QSPI)?

Hello All, Is Windows.Devices.Spi support Dual-SPI and Quad-SPI (QSPI)? If yes, is there any example that I can refer to in order to configure to the Dual/Quad-SPI mode? Thank You. Regards, SG

Universal Windows Platform (UWP)
asked 2020-01-15T07:27:34.663+00:00
Ng SG 21 Reputation points
answered 2020-01-15T09:00:58.833+00:00
Richard Zhang-MSFT 6,936 Reputation points
2 answers

.NET Core 3.1 not recognized by Web Job

I have a Web API and Web Job running .NET Core 3.1. While the Web API is running fine the Web Job will not start. When I went into the logs I discovered that it cannot find the .NET Core 3.1 runtime. You'll notice here that I do actually have the runtime…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,343 questions
asked 2019-12-06T15:01:38.707+00:00
Dan Siegel 1 Reputation point MVP
answered 2020-01-15T08:12:46.797+00:00
Wouter 1 Reputation point
2 answers One of the answers was accepted by the question author.

Forza horizon PS4

This is a question that I want to know, even though I realise that it will probably not even happen I still want to know. Is Forza horizon coming to the PS4. Reasons that it should, It would make it a lot more popular and would make the game even more…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,156 questions
asked 2020-01-14T06:15:36.287+00:00
William Stechman 21 Reputation points
accepted 2020-01-15T02:05:36.483+00:00
William Stechman 21 Reputation points
2 answers

Cannot grant organization consent for my application

Hello, I am developing an application that requires organizational consent. Prior to a few days ago, the consent flow was working but my app was configured to accept consent from my tenant only. Now, I want to roll out this product to other…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,324 questions
asked 2020-01-13T19:21:54.597+00:00
Seth Hallem 6 Reputation points
answered 2020-01-14T21:47:54.017+00:00
alex 106 Reputation points
2 answers

Managing Authentication for APIs deployed in multiple region and Protected By Azure AD.

Scenario: Registered a Web API in Azure AD to protect it and deployed the code in US region on web app named 'usapi' and having URI as 'usapi.azurewebsites.net'. With this registration, Azure AD will provide a Client Id which will be used to get…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,343 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,324 questions
asked 2020-01-09T19:32:09.237+00:00
Anish Kumar 1 Reputation point
answered 2020-01-14T18:20:00.91+00:00
Anish Kumar 1 Reputation point
1 answer

Is Team foundation server 2010 can be used/compatible with jenkins plugin?

Want to know if team foundation server 2010 can be used with Jenkins ?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,343 questions
asked 2020-01-14T10:33:20.287+00:00
Priya 1 Reputation point
answered 2020-01-14T14:04:35.713+00:00
Philippe Levesque 5,816 Reputation points
1 answer One of the answers was accepted by the question author.

appid in adb2c logs using graph api

@Anonymous , My requirement is using Graph API, get Azure ADB2C SignIn Logs and DirectoryAudit logs with a token (already in place). The token is generated using ClientID (Registered one) in ADB2C. With the help of Graph API documentation, we…

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
3,041 questions
asked 2020-01-10T07:20:14.387+00:00
Shashanka Mallapragada 21 Reputation points
commented 2020-01-14T08:59:48.993+00:00
AmanpreetSingh-MSFT 56,761 Reputation points
1 answer

How to use conditional access with a (very) slow internet connection?

Hi all, I am currently encountering a situation where we are rolling out conditional access. This is going well, but we have one group of users that have very slow (satellite) internet. The internet is so slow that users tend to miss the expiration…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,324 questions
asked 2020-01-13T16:17:15.033+00:00
Ruben 21 Reputation points
commented 2020-01-14T07:23:08.55+00:00
Ruben 21 Reputation points
4 answers

How to get a sandbox to create Azure SQL resources?

Sorry if this is the wrong forum/sub-forum... I'm a MS SQL DBA just learning Azure SQL. I want to have an unrestricted sandbox where I have permissions to create VM's, managed instances, virtual networks, NSG's, etc. My organization has a Azure…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,394 questions
asked 2019-12-05T22:13:12.097+00:00
David C 191 Reputation points
answered 2020-01-14T02:25:31.447+00:00
Gharat, Pradeep 6 Reputation points
1 answer

Is there some way to remove native code in Visual Studio UWP-apps BEFORE reaching native compiler?

I have some Java code that needs to be made available in an UWP-app and am using IKVM to compile a DLL of that code. That works pretty well in DEBUG-mode, but fails with different errors in RELEASE-mode and the then used .NET native toolchain: …

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,156 questions
asked 2020-01-08T17:29:56.323+00:00
Thorsten Schöning 81 Reputation points
answered 2020-01-13T22:39:45.387+00:00
James Dailey - MSFT 336 Reputation points Microsoft Employee
2 answers

will I need xbox gold to play and download ROBLOX

I have an xbox one.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,156 questions
asked 2020-01-13T21:08:14.433+00:00
Madih Mala 1 Reputation point
answered 2020-01-13T21:21:21.333+00:00
Philippe Levesque 5,816 Reputation points
3 answers

Alert when a file is created in Windows/temp in Windows Server 2012r2

Is there a way to get an alert when a file named SQL.log is created in Windows/temp in Windows Server 2012r2?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,156 questions
asked 2020-01-13T17:33:26.043+00:00
Meza, Julio A 1 Reputation point
answered 2020-01-13T20:09:37.307+00:00
Philippe Levesque 5,816 Reputation points
1 answer One of the answers was accepted by the question author.

What is the best identity/authentication method for Azure Mobile Apps in 2020?

In the old days, I would have built an ASP.NET website and used the Identity framework to authenticate users, store custom profile items about them, and make that searchable in a database. In 2020, I'm developing an app using the Azure Mobile App…

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
3,041 questions
asked 2020-01-13T09:13:12.983+00:00
KerryDP 26 Reputation points
accepted 2020-01-13T17:38:38.75+00:00
KerryDP 26 Reputation points
1 answer

DCOM sample application with configuration steps which required to access dll from other computer

I need to create sample DCOM application , which resolves below problem. A class library function or any class object properties can be accessible from other computer ? i really need this sample working application with configuration steps if…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,156 questions
asked 2020-01-13T11:34:10.567+00:00
Viken Patel 1 Reputation point
answered 2020-01-13T12:37:05.463+00:00
Richard Zhang-MSFT 6,936 Reputation points
1 answer

ODBC SSL Security error while making connection from Azure web apps

HI Team, Recently we have migrated our Azure project with latest SDK(2.9), .Net Framework 4.7.2 and VS 2019. When we debug the code locally ODBC connection is working fine. But once we hosted into azure cloud then exception is throwing when app…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,343 questions
asked 2019-12-06T11:02:38.3+00:00
Venkatesh K 6 Reputation points
commented 2020-01-13T11:44:53.1+00:00
Venkatesh K 6 Reputation points
2 answers

Timeout exceptions in StackExchange.Redis for Azure Redis Cache

Hi, We have recently implemented Azure Redis Cache with .Net Framework 4.7.2. It was working fine. Suddenly we are keep getting the timeout exceptions in StackExchange.Redis for Azure Redis Cache. Exception: Timeout performing EVAL (5000ms), next:…

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
270 questions
asked 2019-12-27T08:49:57.633+00:00
Venkatesh K 6 Reputation points
commented 2020-01-13T11:41:34.563+00:00
Venkatesh K 6 Reputation points
2 answers One of the answers was accepted by the question author.

Unable to login via SSO while using WebView

Hi there. I am attempting to login to a website using SSO (let's say https://account.box.com/login) using my Microsoft account. Using a plain WebView, v1803. However, I receive the following error : "AADSTS900561: The endpoint only accepts…

Universal Windows Platform (UWP)
asked 2020-01-10T16:52:07.393+00:00
Stefan Gavrilas 101 Reputation points
accepted 2020-01-13T11:27:50.217+00:00
Stefan Gavrilas 101 Reputation points
0 answers

Unable to Install/Import Pandas on Azure App Service

Hi, I have been trying to install Pandas on my Azure App Service (running Flask) for a long time now but nothing seems to work. I tried to use wheel, created a wheelhouse directory manually and tried to install the relevant Pandas .whl file…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,343 questions
asked 2019-12-12T02:07:35.35+00:00
akg777 6 Reputation points
commented 2020-01-13T10:18:59.327+00:00
SnehaAgrawal-MSFT 22,261 Reputation points