How to use KeyValue
I try to do something like this. 8257,5321,0181,8279,8661,2120,6641,4000,0752,6975,9849,9106,7661,4522,4287,8613,3279,6296,4498,6003,8273,6642,5201 0 = 10 1 = 10 2 = 14 3 = 5 4 = 8 5 = 6 6 = 14 7 = 8 8 = 9 9 = 8 10=2, 14=2, 5=1,…
Developer technologies | C#
remotewebaccess.com down again?
My Server 2016 Essentials can't update its remotewebaccess.com DNS record. The repair in the dashboard says domain service is not reachable. Is it just me or does anyone else have problems with it?
Windows for business | Windows Client for IT Pros | User experience | Remote desktop services and terminal services
Windows for business | Windows Server | User experience | Other
ADF copy data from Blob to SQL with ESRI ObjectID
Hello, Sorry if this seems Obvious, I am new to Azure Data Factory and have been trying to learn. I have an azure Blob that i want to copy into an Azure SQL DB that is for Spatial Data. The Azure Spatial data has an ObjectID field which is of type…
Azure SQL Database
Azure Blob Storage
Azure Data Factory
How do you fix a problem signing into the update backup on the Authenticator Android App?
I know that this question has been asked. But I can't find the solution to it. I just recently updated my Microsoft password. When I tap the Authenticator app and Sign in to Update Backup. Then I get the message "Something went wrong. Please send…
Windows for business | Windows Client for IT Pros | User experience | Other
Microsoft Security | Microsoft Authenticator
App::Window Size on Launch
Without the old XAML editor I can't set the startup size of the App::Window in C++/WinRT WinUI 3.0 Desktop. I can get the Bounds(), I can set the Content().Measure(mSize); void App::OnLaunched(LaunchActivatedEventArgs const& e) { oWindow =…
Windows development | Windows App SDK


Reputation Points
I merge 2 accounts (my work account and my personal account) and now my profile shows -1 reputation point earn, Does this mean that I must be more active in the community or that is something wrong with one of the accounts?
Community Center | Not monitored

Couldn't take cert exam due to issues - no follow up received
Hi, I registered for an exam and on the day of the exam, I could not give the test due to technical issues. I could see my video and hear my audio but the audio/video worked in the test but the proctor couldn't hear me. He said he will get in touch…
Community Center | Not monitored
How to get all the objects in a table where the coordinates intersects with polygon with SQL Spatial Data
I have an SQL table which called DATAB which contains thousands of objects ordered by the following colunms: [id] [angel] [latitude] [longitude] And i have this polygon set with STPolyFromText: DECLARE @polygon geography; SET @polygon =…
SQL Server | Other
Entity Framework dispose context after Load Method
Entity Framework dispose context after Load Method this.Context.Recognitions.Where(rec => reportableResultIds.Contains(rec.ReportableResultId)).Load(); I want to Dispose the Context which is Eagerly Loaded on Method End and During the Begging of…
Developer technologies | .NET | Other
SQL Server | Other
Developer technologies | C#
Office2019: Microsoft Office Specialist: Excel Expert Certification PDF Download
When trying to download the pdf of the certificate this error repeatedly shows on screen. "We're having trouble generating your Certificate. Please try again. If you continue to experience problems please contact Customer Support." Not sure…
Community Center | Not monitored
desinscription Azure devOps
soir, Comment se désinscrire de Azure DevOps ? Merci
Community Center | Not monitored
Unexpected regular expression groups capture
Hello, Trying to get subcaptures with the following string and regular expression, I'm surprised by the result I get. Can someone explain me the result. Is the NFA engine doing bad job ? I'm working under Powershell. So, I imagine with, using the…
Developer technologies | .NET | .NET Runtime
Developer technologies | .NET | Other
Not able to deploy node js application by selecting different region names
Hi, Since there is already one linux app for central US region(reached the limit), I tried to deploy the node js application using different region. But getting the given below error while deploying it
Azure App Service

Decommission one of Exchange in Hybrid infrastructure
Hello, the organization has two 2010 Exchange servers with the latest updates. I needed to set up hybrid work and do a mailbox migration. Since Exchange 2010 is installed on a legacy Windows 2008 OS, I made the decision to add Windows 2016 with…
Exchange | Exchange Server | Management
Exchange | Hybrid management
How do I get M365 groups associated with a Sharepoint site?
I am trying to get a list of the M365 groups that are associated with a particular Sharepoint Site. A really crude way to do it would be to call /sites and /groups and match up names by string but this wouldnt work if multiple groups are assigned to a…
Microsoft 365 and Office | SharePoint | For business | Windows

Microsoft Security | Microsoft Graph
Question on possible cause of System.Runtime.InteropServices.SEHException (0x80004005)
Hello. I wrote a C# application that works with access databases. It works well, but one user is getting the exception below that others are not and so I'm wondering if there is some configuration difference with his machine that's causing the exception.…
Microsoft 365 and Office | Access | Development

Developer technologies | C#
FSLOGIX: assign drive letter to fslogix profile container disk
is it posible to map fslogix profile container disk? it's userfull from the user to see when the space assigned is near to be full.
Windows for business | Windows Client for IT Pros | User experience | FSLogix
Converting textanalytics result to JSON Format
Hello, I am using the example provided in the Machine Learning Studio Docs for extracting Health Entities from a given string. The code is shown below. My question is: what is the easiest way to convert the output result into JSON format? from…
Azure Machine Learning
Using SQL Server Management Studio
May I please ask, if using SQL Server Management Studio can work without having SQL Server installed in a development computer? I have been trying to connect using SQL Server Management Studio but I keep getting error "A network-related or…
SQL Server | Other


httpWebRequest
Having a little trouble getting this request to work properly. I'm getting a 503 error. However, I think its something I'm doing wrong in my code. The server works fine when using Postman for test. Object: using System; using…