I develop VSIX extension, in my extension I add ref Microsoft.PowerPlatform.Dataverse.Client from NuGet ver 1.2.9
In code, when i try
var connectionString = "AuthType=ClientSecret;Url=.....";
var ServiceClient = new ServiceClient(connectionString); //exception throw here in my VSIX extension (/rootsuffix Exp)
it throw exception as picture bellow
how i can check and fix?
Thank you