Skip to content

Microsoft.PowerPlatform.Dataverse.Client with Visual Studio 2022 extension (VSIX) #521

@phuocle

Description

@phuocle

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

Image

how i can check and fix?

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions