Skip to content

Errror FileLoadException RestSharp #20

@ulric03

Description

@ulric03

I am load GetApplicationToken
CredentialUtil.Load(path);
IList<string> list = new List<string>() { "https://api.ebay.com/oauth/api_scope" };
OAuthResponse oAuthResponse = new OAuth2Api().GetApplicationToken(eBay.ApiClient.Auth.OAuth2.Model.OAuthEnvironment.SANDBOX, list);
but a get next error
System.IO.FileLoadException: 'Could not load file or assembly 'RestSharp, Version=106.5.4.0, Culture=neutral, PublicKeyToken=598062e77f915f75'. Could not find or load a specific file. (0x80131621)'
in my csproj i add <PackageReference Include="RestSharp" Version="106.5.4" />

Has anyone ever experienced this? can you help me

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