You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 29, 2021. It is now read-only.
Hi i have this code
var client = new DropNetClient(Utilities.Functions.ReadAppSetting("DropBox:ApiKey"),
Utilities.Functions.ReadAppSetting("DropBox:AppSecret"));
after that i got the next exception:
An exception of type 'System.TypeLoadException' occurred in DropNet.dll but was not handled in user code
Additional information: Could not load type 'RestSharp.IAuthenticator' from assembly 'RestSharp, Version=105.2.3.0, Culture=neutral, PublicKeyToken=null'