387,092 questions

Sort by: Updated
1 answer

Game is published but store shows "game is currently not available"

Hi there, we´ve published our newest game "16-Bit Soccer" for Xbox on 2020/12/22 midnight and the partner center shows that it´s published on the microsoft store. But when we try to find it on a xbox one it can´t be searched for. When we open…

Microsoft Partner Center
Microsoft Partner Center
A Microsoft website for partners that provides access to product support, a partner community, and other partner services.
1,008 questions
asked 2020-12-22T15:06:23.217+00:00
Benjamin S 1 Reputation point
answered 2020-12-23T02:24:28.92+00:00
Roy Li - MSFT 33,371 Reputation points Microsoft Vendor
4 answers

Does Win32 API use 64 bit length pointers on 64 bit system ?

Hi! I have Win32 API (cloud filter api). On Windows 10 x64 it does not work when I create x64 app and pass IntPtr to it's function . (I have access violation memory exception). But when I build x86 app and use IntPtr with 32 length it works. So my…

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,654 questions
asked 2020-12-21T12:19:30.23+00:00
Diakov Dmytro 1 Reputation point
commented 2020-12-23T02:21:12.367+00:00
Rita Han - MSFT 2,166 Reputation points
1 answer

Outlook addin on mobile using graph api

Hi there, I am developing an outlook addin which is using graph api. With msal, i can get the token with pop up flow in outlook web. However when i deploy it to mobile, e.g. ios outlook app, the pop up window won't show and there is no way for me to…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,289 questions
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,997 questions
asked 2020-12-14T02:32:49.4+00:00
James 21 Reputation points
commented 2020-12-23T01:52:15.403+00:00
James 21 Reputation points
1 answer One of the answers was accepted by the question author.

Run quick assist(QuickAssist.exe)) in C#

Hi, I'm making a wpf application witch starting "quickassist.exe" in system32 folder. here is my code. string path = @"C:\windows\system32\quickassist.exe"; ProcessStartInfo startInfo = new ProcessStartInfo(); …

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,784 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,167 questions
asked 2020-12-20T05:02:46.513+00:00
Kyeongdon Lim 41 Reputation points
commented 2020-12-23T01:49:44.637+00:00
DaisyTian-1203 11,626 Reputation points
1 answer

C# Interop.Excel AddIn Error

Run Excel.exe Run C# Program -> Interop.excel ![50303-image.png][2] My SourceCode Excel.Application excel = new Excel.Application(); Excel.Workbooks workbooks = null; …

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.
11,027 questions
asked 2020-12-22T04:18:10.79+00:00
채훈 이 1 Reputation point
commented 2020-12-23T01:47:06.923+00:00
Timon Yang-MSFT 9,591 Reputation points
2 answers

How to publish services on AKS with Nodeport service type

I want to access my services via Nodeport service type. Could you kindly confirm if it is feasible? From https://github.com/Azure/AKS/issues/518 I do see exposing service via Nodeport is not feasible yet, So I consider maybe it is not up to date. Please…

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.
2,154 questions
asked 2020-12-16T09:02:23.257+00:00
Suneetha Busi 1 Reputation point
answered 2020-12-23T01:42:44.477+00:00
KarishmaTiwari-MSFT 20,212 Reputation points Microsoft Employee
2 answers

Moving MS Office 365 from old computer to a new computer

My old computer finally died after 10 GOOD years of service and I need to start using my Office 365 and SharePoint Online on a new computer I just bought. How do I go about this? I'm not adding a machine license, I'm simply REPLACING an old machine for a…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,837 questions
asked 2020-12-10T13:33:49.037+00:00
Kenneth Jinks 1 Reputation point
commented 2020-12-23T01:41:45.267+00:00
Allen Xu_MSFT 13,831 Reputation points
2 answers One of the answers was accepted by the question author.

Add Taskbar pins by Group Policy without locking Start menu

W10 v1909. I am using the "Start Layout" group policy to set a few Taskbar pins for new users. The Taskbar pins are created, but the Start menu layout is locked. I do not want to create any Start pins. I have read-- …

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,730 questions
Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,506 questions
asked 2020-12-18T21:57:16.697+00:00
JRV 546 Reputation points
commented 2020-12-23T01:39:02.567+00:00
Eleven Yu (Shanghai Wicresoft Co,.Ltd.) 10,756 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Unable to access HTTP based Web Api from HTTPS based SharePoint site

My site collection is accessible as: https://myserver/sites/cfp I have a Web API with just one method which is accessible as: http://localhost:10000/api/CFP/GetCustomerName I can access the above API using Jquery/Ajax from an HTML page as well as…

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,377 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
343 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,619 questions
asked 2020-12-21T11:25:13.91+00:00
Frank Martin 476 Reputation points
commented 2020-12-23T01:26:13.8+00:00
Baker Kong-MSFT 3,801 Reputation points
0 answers

Issue with LinkFormat.SourceFullName Property set

Hi Team, If I reset the new file path to the existing link in VBA, then I could see that it try to open the old file path while executing the SourceFullName property set statement. This is reproduced only When you have old file exist in a disk, …

asked 2020-12-22T13:30:30.79+00:00
Yelumalai, Deivaselvan 1 Reputation point
commented 2020-12-23T01:25:33.447+00:00
Emily Hua-MSFT 27,651 Reputation points
3 answers

Oracle Linux 7 Support on Hyper-V

I need to install Oracle Linux 7 and Above on Hyper-V (Windows Server 2012 R2) will my hypervisor support this?

Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,736 questions
asked 2020-11-13T11:20:27.78+00:00
Osama Mansoor 86 Reputation points
commented 2020-12-23T01:17:53.423+00:00
Mico Mi 1,926 Reputation points
1 answer One of the answers was accepted by the question author.

What to do with its Java Native Interface library file in its filepath?

I have installed or unzipped the Java Native Interface or JNI library onto my desktop. What I want to perform next is how to reference its file path within the Xamarin IDE in Visual Studio. This question applies to the following: Visual Studio 2019…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,362 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.
11,027 questions
asked 2020-12-20T02:38:41.08+00:00
JohnCTX 636 Reputation points
accepted 2020-12-23T01:15:36.76+00:00
JohnCTX 636 Reputation points
1 answer

Impossible de consulter mes factures

Bonsoir, Impossible de consulter mes factures pour l'année 2020. Mon abonnement est Office 365. Merci de me contacter au 06 52 27 35 57 ou mail patrick.deparis@pdp-consulting-ingeniery.fr Une réponse rapide est attendue. Bien à vous, …

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,765 questions
asked 2020-12-22T19:02:04.887+00:00
patrick.deparis 1 Reputation point
answered 2020-12-23T01:07:22.113+00:00
Anonymous
1 answer One of the answers was accepted by the question author.

Pushing update to VDI

Hello, We have recently deployed a Windows Server 2019 RDS VDI deployment. This deployment consists of 5 virtual windows 10 machines that provide non-persistent desktops to various users. Each of these machines was deployed via the setup wizard using a…

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,799 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,242 questions
asked 2020-12-15T17:36:15.507+00:00
Rudolf Amarlapudi 526 Reputation points
accepted 2020-12-23T00:32:38.817+00:00
Rudolf Amarlapudi 526 Reputation points
1 answer One of the answers was accepted by the question author.

Extracting $content value from JSON in “File Content” when using the SharePoint “Get file content using path” action

I'm using the "Get file content using path" to retrieve a PDF document from SharePoint. In the subsequent "Set variable" action I then need to access the value of the $content property to build a json request like so: This is…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,217 questions
asked 2020-12-22T05:39:37.69+00:00
Ershad Nozari 421 Reputation points
accepted 2020-12-22T23:44:38.963+00:00
Ershad Nozari 421 Reputation points
1 answer One of the answers was accepted by the question author.

Using a Variable in a Web Activity Body? URGENT PLS

Hello! I have the following as part of my ADF Web Activity Body. My question is, can I do this? "XRefCode": "@variables('Payclass')" "XRefCode": "@{item().employeeType}", "ShortName":…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,859 questions
asked 2020-12-19T04:36:00.91+00:00
Mike Kiser 1,536 Reputation points
commented 2020-12-22T23:30:59.397+00:00
MartinJaffer-MSFT 26,096 Reputation points
0 answers

C# Xamarin Forms InAppBilling PurchaseAsync not returning after handle of playstore

I am using jamesmontenegro InAppBilling and I have a small issue regarding payments. The code is working fine but after the payment is handled by Google Play Store, the app doesn't handle the procedure and doesn't return if the purchase was successfully…

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.
11,027 questions
asked 2020-12-22T23:05:41.493+00:00
lb 1 Reputation point
4 answers One of the answers was accepted by the question author.

How to Treat an incorrect inputed date?

I developed a Powershell script where a IT Support must populating many fields, like Name, Surname, Description, E-mail, password and Account expires (dd/mm/yyyy) A part the script is this: $Date = Read-Host -Prompt 'Enter the end of contract date -…

Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,558 questions
Microsoft Entra
asked 2020-11-21T16:02:16.987+00:00
PauloJosMartinsCosta-9915 41 Reputation points
commented 2020-12-22T22:35:07.08+00:00
PauloJosMartinsCosta-9915 41 Reputation points
0 answers

SHIR Registration in Gov Cloud

I'm attempting to deploy a SHIR via on-prem VMWare VM to connect to an ADF instance in USGovTX region (Gov cloud) During the registration process I'm receiveing the following error in Event Log after clicking "Finish" …

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,859 questions
asked 2020-12-16T14:26:38.523+00:00
Josh Fennessy 26 Reputation points
commented 2020-12-22T22:18:18.97+00:00
MartinJaffer-MSFT 26,096 Reputation points
0 answers

Excel vba Sheets.rows.cut vs sheets.rows.copy

Within my workbook I have several sheets and am moving data from one sheet to another through Sheets("Master").Rows(i).Cut Destination:=Sheets(Sheet_Name).Range("A" & Sheet_Row_Num) My problem is that the .cut command takes 10…

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,997 questions
asked 2020-12-22T22:13:46.84+00:00
Eric B 1 Reputation point