This repository was archived by the owner on Nov 29, 2021. It is now read-only.

Description
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'
i have dropnet 1.10.23.o installed.
thanks