ezet / evelib

Eve Online Library.NET is an open source C# wrapper for CCPs Eve Online API and other popular Eve Online APIs.
Apache License 2.0
71 stars 36 forks source link

Method not found (latest nuget) #74

Closed rohimma closed 8 years ago

rohimma commented 8 years ago

System.MissingMethodException: Method not found: 'Void eZet.EveLib.Core.Util.HttpRequestHelper.AddPostData(System.Net.HttpWebRequest, System.String)'. at eZet.EveLib.EveAuthModule.EveAuth.d__14.MoveNext() at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start[TStateMachine](TStateMachine& stateMachine)

ezet commented 8 years ago

Please provide me with the code/method you are using to produce this.

rohimma commented 8 years ago

AuthResponse response = await eveAuth.AuthenticateAsync("my key", "response code from ccp");

ezet commented 8 years ago

Which version of EveLib.Core are you using?

rohimma commented 8 years ago

why didnt it show up in the update tab... i did an update again and now it works..

ezet commented 8 years ago

I have no idea. Maybe your project or nuget settings? Checking the dependencies for newest EveAuth: Dependencies Newtonsoft.Json (>= 8.0.2) eZet.EveLib.Core (>= 3.0.2.1)