Manish Patil

Manish Patil

  • NA
  • 16
  • 455

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

Oct 12 2022 8:29 AM

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();