1,811,597 questions

Sort by: Updated
0 answers

Xamarin Forms Android Jar Binding Issue on Release Build

We are building an app that can connect to bluetooth printer. We can bind the JAR refer to Microsoft Doc from the printer vendor Jar download link and successfully build and run on Debug mode. But when we do Release build, it show the below error and…

Developer technologies | .NET | Xamarin
Developer technologies | .NET | Xamarin

A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.

5,379 questions
asked 2021-01-09T07:32:57.807+00:00
Steven Kwok 1 Reputation point
1 answer

Azure AD SSO with PHP

Hi, I am using Code Igniter as my coding language for my CRM application and want to integrate Azure AD SSO for login screen. I tried to lookup some documents or links online for the same but couldn't find anything related to PHP. I found a code and it…

Microsoft Security | Microsoft Entra | Microsoft Entra ID
Microsoft Security | Microsoft Graph
asked 2021-01-09T03:48:40.937+00:00
Garvitkumar Choraria 21 Reputation points
answered 2021-01-09T06:19:43.777+00:00
Deva-MSFT 2,276 Reputation points Microsoft Employee Moderator
1 answer

Delayed crash when using CFileDialog or GetOpenFileName - Windows 10, x64 application

I am using Visual Studio 2017 to write a 64-bit application (Windows 10). When I use CFileDialog or GetOpenFileName the program exhibits a delayed crash. The CFileDialog operation seems to work fine. I open the file, process the data, and then the…

Developer technologies | Visual Studio | Debugging
asked 2021-01-09T00:23:31.11+00:00
Dominic Benvegnu 1 Reputation point
commented 2021-01-09T05:53:19.12+00:00
Castorix31 91,876 Reputation points
1 answer One of the answers was accepted by the question author.

Remote Desktop License

Hi, I've 3 RDSH licenses pack ( 160, 100, and 50). Can I remove the 50 lic pack (which is unused) and installed it on another RD licensing server in the same domain? My environment is Win 2012 r2. Thanks,

Windows for business | Windows Client for IT Pros | User experience | Remote desktop services and terminal services
asked 2021-01-07T07:19:41.55+00:00
Imtiyaz Faruqui 41 Reputation points
commented 2021-01-09T05:34:59.637+00:00
Imtiyaz Faruqui 41 Reputation points
1 answer

AKS blue green deployment set up with azure pipelines

Hello Folks, we got one requirement to deploy .net application by using AKS Blue Green deployment strategy via Azure Devops pipelines. Please share if you have any article for this. Regards, Mastan.

Community Center | Not monitored
asked 2021-01-08T05:16:10.437+00:00
Mastan Rao 1 Reputation point
commented 2021-01-09T05:31:16.707+00:00
Mastan Rao 1 Reputation point
1 answer One of the answers was accepted by the question author.

How does server certificate validation take place with sqlcmd utility?

During the process of evaluating Azure SQL Database service for hosting databases, it was identified that encryption of Azure SQL Database service client-server communication is enabled, by default. Furthermore, as per the aforementioned sqlcmd…

Azure SQL Database
asked 2020-12-22T05:43:24.11+00:00
Chiranga Alwis 21 Reputation points
commented 2021-01-09T05:17:51.463+00:00
Chiranga Alwis 21 Reputation points
1 answer

Receive strange requests repeatedly in Azure Web App Diagnose and solve problems

Hi recently, my web app hosted in Azure has gotten a lot of strange requests from nowhere. It happens repeatedly at 20h UTC. I've got no idea what they are. Do they relate to some recurrent jobs of Azure? Here are some screenshots: …

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

9,912 questions
asked 2020-12-28T04:07:58.617+00:00
Quan Van Mai 106 Reputation points
commented 2021-01-09T05:16:01.653+00:00
SUNOJ KUMAR YELURU 18,256 Reputation points MVP Volunteer Moderator
3 answers

2 Domain controllers with the same domain name but different subnets

Hello, I was faced with this scenario: an enterprise company using 2 domain controllers with the same domain name xyz.com but on different subnets. They need to merge these two without stopping any services or losing data on any one of them. Is…

Windows for business | Windows Client for IT Pros | Directory services | Active Directory
asked 2020-12-27T08:32:32.977+00:00
ArwaSh 1 Reputation point
commented 2021-01-09T05:15:18.367+00:00
SUNOJ KUMAR YELURU 18,256 Reputation points MVP Volunteer Moderator
2 answers

Azure Migrate keep test migrations but delete recovery services vault

The issue is we migrated from physical servers to Azure using Azure migrate and we started using these test VM's that we got from test migrations but never fully migrated them. We did the test migration in a different new Subscription and resource…

Azure Migrate
Azure Migrate

A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.

1,096 questions
Azure Site Recovery
Azure Site Recovery

An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.

946 questions
asked 2021-01-07T17:22:29.39+00:00
Ahmed Khan 1 Reputation point
commented 2021-01-09T05:01:59.317+00:00
SUNOJ KUMAR YELURU 18,256 Reputation points MVP Volunteer Moderator
1 answer

Are there issues with the GRAPH API and authentication ?

Hello, can I check if anything has recently changed with the Graph API in terms of authentication ? I ask as the below worked last year (and continues if I attempt the webhook endpoint manually when I do indeed get a 200 OK response back.) cometd-app_1…

Microsoft Security | Microsoft Graph
asked 2021-01-07T18:30:22.167+00:00
Magnus Kelly 1 Reputation point
commented 2021-01-09T04:49:13.69+00:00
KalyanChanumolu-MSFT 8,361 Reputation points
1 answer

Azure ml for data series in 3 states (stages)

Hello! I am new to using azure ml and I am trying to recreate in azure ml a process that is composed of 3 different states. State 1 influences state 2, state 1 and 2 influence state 3. Indeed I need azure ml to predict what will happen in stage 2, after…

Azure Machine Learning
Azure Machine Learning

An Azure machine learning service for building and deploying models.

3,661 questions
asked 2021-01-08T22:31:40.317+00:00
doru dutu 6 Reputation points
answered 2021-01-09T04:30:00.617+00:00
GiftA-MSFT 11,181 Reputation points Moderator
3 answers

how to export a class pointer with a name space in vs2015?

in module A file1.c namespace vehicle_control { class FusionNodeRunnable { int speed; } } file2.h extern vehicle_control::FusionNodeRunnable _declspec(dllexport) Fusion; file2.cpp vehicle_control::FusionNodeRunnable …

Developer technologies | Visual Studio | Debugging
Developer technologies | C++
Developer technologies | C++

A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.

4,066 questions
asked 2021-01-07T06:40:19.523+00:00
hitbuyi 46 Reputation points
commented 2021-01-09T03:44:21.91+00:00
hitbuyi 46 Reputation points
2 answers One of the answers was accepted by the question author.

Forget selecting "Export Symbols" when created dll project ,how to fix it without creating a new dll project

my platform is VS2015. when my dll project was created 1 year ago, I forgot selecting " Export Symbols" checkbox, as denoted by following figure now I need this function for export symbols, but I do not want to discard current dll…

Developer technologies | Visual Studio | Debugging
Developer technologies | C++
Developer technologies | C++

A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.

4,066 questions
asked 2021-01-07T10:33:48.677+00:00
hitbuyi 46 Reputation points
accepted 2021-01-09T03:39:03.857+00:00
hitbuyi 46 Reputation points
2 answers One of the answers was accepted by the question author.

how to export class instance ?

I create a dll project in vs2015, include 2 modules (2 projects) project 1 in testDLLint.h ifdef TESTDLLINT_EXPORTS define TESTDLLINT_API __declspec(dllexport) else define TESTDLLINT_API __declspec(dllimport) endif class TESTDLLINT_API CtestDLLint { …

Developer technologies | Visual Studio | Debugging
Developer technologies | C++
Developer technologies | C++

A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.

4,066 questions
asked 2021-01-08T02:58:55.143+00:00
hitbuyi 46 Reputation points
commented 2021-01-09T03:36:27.75+00:00
hitbuyi 46 Reputation points
1 answer

Unable to take DP 200 exam

unable to take dp 200 exam.Getting popup message .Exam not launched.-access code-867-372-016

Community Center | Not monitored
asked 2021-01-09T03:19:44.9+00:00
Ranjith Rajendran 1 Reputation point
answered 2021-01-09T03:25:28.077+00:00
Anonymous
1 answer

BUG: RateCard API Returns Invalid JSON

Using this endpoint : "https://management.azure.com/subscriptions/{subscription}/providers/Microsoft.Commerce/RateCard?api-version=2015-06-01-preview&$filter=OfferDurableId eq 'MS-AZR-0036P' and Currency eq 'USD' and Locale eq 'en-US' and…

Cost Management
Cost Management

A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.

4,811 questions
asked 2021-01-06T19:52:29.983+00:00
Aaron Hauck 11 Reputation points
commented 2021-01-09T03:19:53.69+00:00
olufemia-MSFT 2,866 Reputation points
2 answers

new Azure Spatial Anchors 2.7.0 SDK fails to upload cloud anchor in iOS 14.2

I've been using the old 2.2.1 SDK for a while until yesterday when I updated my iPhone 11 Pro to iOS 14.2 and upgraded to 2.7.0 SDK. Calling Cloud Anchor Upload sometimes works, other times it just timeout without giving any sort of error response. I…

Community Center | Not monitored
asked 2020-11-14T17:57:06.403+00:00
Mokin 1 Reputation point
answered 2021-01-09T02:28:33.653+00:00
AshokPeddakotla-MSFT 36,021 Reputation points Moderator
2 answers One of the answers was accepted by the question author.

c# Xamarin.Android mobile how do you pass a char variable from MainActivity to another class

Developer technologies | .NET | Xamarin
Developer technologies | .NET | Xamarin

A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.

5,379 questions
asked 2021-01-03T20:16:23.31+00:00
joe puhich 101 Reputation points
accepted 2021-01-09T02:18:37.097+00:00
joe puhich 101 Reputation points
1 answer One of the answers was accepted by the question author.

I CANT ACCESS MY MICROSOFT ACCOUNT

**I wrote my MOS certification in 2016 but i cant even remember the email or username i used as at then and have also changed my phone number. I have my certifications with me and also have my MCID: 13042562. This ID is different from the last exams…

Community Center | Not monitored
asked 2021-01-08T15:03:37.107+00:00
Oyeyemi Emmanuel Olasehinde 21 Reputation points
commented 2021-01-09T01:32:43.297+00:00
Oyeyemi Emmanuel Olasehinde 21 Reputation points
1 answer One of the answers was accepted by the question author.

FileNotFoundException: Could not load file or assembly Syncfusion.sfpopuplayout.XForms

I'm not sure how to resolve this. During runtime, I'm getting an initialization error System.IO.FileNotFoundException: Could not load file or assembly 'Syncfusion.SfPopupLayout.XForms, Version=18.4451.0.33, Culture=neutral, PublicKeyToken=null'. The…

Developer technologies | .NET | Xamarin
Developer technologies | .NET | Xamarin

A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.

5,379 questions
Developer technologies | .NET | Other
Developer technologies | .NET | Other

Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.

4,167 questions
asked 2021-01-06T16:21:38.26+00:00
Peri Hartman 21 Reputation points
commented 2021-01-09T01:16:41.507+00:00
Peri Hartman 21 Reputation points