Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • Abdülhamit Yeşilmen
    Participant
    Post count: 1

    Hi
    I got this error. then i wrote chatbot on web site. they were quickly reply to my questions. and fixed this exception.

    solution is basic

    Removing the RestSharp runtime assembly binding markup from the App.config file quickly resolves the issue:

    i removed this tags

    <dependentAssembly>
    <assemblyIdentity name=”RestSharp” publicKeyToken=”598062e77f915f75″ culture=”neutral” />
    <bindingRedirect oldVersion=”0.0.0.0-108.0.3.0″ newVersion=”108.0.3.0″ />
    </dependentAssembly>

Viewing 1 post (of 1 total)