0
Answer

Getting Error 2029 while calling Graph API in C# Console App

Manish Patil

Manish Patil

2y
543
1

I am using Graph Api trial tanent accout and consuming in c# console application with framework 4.6.2 but while using below code, I am getting ERROR 12029, "A connection with the server could not be establishd" can you please help me in this . 

var currentUser = await graphClient.Me.Request.GetAsync(); 

 

Next Recommended Forum