Not working with RestSharp 105.0.1
geofili opened this issue · 7 comments
I have updated my project using NuGet to the latest MaxMind.db & MaxMind.GeoIP2 and RestSharp.
When I executing the code:
MaxMind.GeoIP2.Responses.CountryResponse country;
country = DBReader.Country(ipAddress);
I get the following exception:
[System.IO.FileNotFoundException] = {"Could not load file or assembly 'RestSharp, Version=105.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.":"RestSharp, Version=105.0.0.0, Culture=neutral, PublicKeyToken=null"}
I have downgraded RestSharp back to 105.0.0 which is working ok.
👍
I ran into the same issue.
If I do a pull request for this, will you guys accept it?
Would the pull request just update the project to depend on 105.0.1? Master is already at that version. We just need to do a release.
Yes, so it sounds like you just need to do a release
Sent from Outlook
On Fri, May 1, 2015 at 12:14 PM -0700, "Gregory Oschwald" notifications@github.com wrote:
Would the pull request just update the project to depend on 105.0.1? Master is already at that version. We just need to do a release.
—
Reply to this email directly or view it on GitHub.
We did a release with update dependencies, among other things.
Hello there,
I have the same error.
An unhandled exception of type 'System.IO.FileNotFoundException' occurred in cvdb.Framework.Localization.dll Additional information: 'RestSharp, Version=105.1.0.0, Culture=neutral, PublicKeyToken=null'.
I have checked the bin folder. Assembly is there.