-
Notifications
You must be signed in to change notification settings - Fork 166
Method not found when trying to access any details from TeamCity #68
Comments
Did you find a workaround for this? |
My initial thought is that you've somehow gotten an old version of EasyHttp. Try upgrading it to the latest version and see if that helps. |
I found that if I used the latest version of EasyHTTP it did not work but if I used the bundled version in the solution it did. The solution is several versions behind. Date: Mon, 28 Apr 2014 04:54:16 -0700 My initial thought is that you've somehow gotten an old version of EasyHttp. Try upgrading it to the latest version and see if that helps. — |
I see. A pull request for an updated EasyHTTP would be great! ;) |
I'm seeing this problem as well. Is there not a fix planned? I installed the latest TC# NuGet package and I get this problem immediately when trying to list packages. |
Yes, have to use EasyHttp 1.6.1.0 In you proj:
Worked after that |
Or simply run |
Thank you! |
Thx, I had the same problem and "Update-Package EasyHttp -Version 1.6.1.0" was a quick fix. Version 1.6.14 does not work with TeamCitySharp (fork) 0.3.3.0. |
Hi I have downloaded the package from nugget which downloaded all the dependancies. However when trying to run the example code (substituting the params for my local installation).
var client = new TeamCityClient("localhost:81");
client.Connect("admin", "qwerty");
var projects = client.Projects.All();
I get the following error.
Method not found: 'System.__Canon EasyHttp.Http.HttpResponse.StaticBody(System.String)'.
Any ideas what might be causing this.
The text was updated successfully, but these errors were encountered: