httpclient not working anywhere except in windows phone - wcf

I followed the [ToDoRest][1] example in github, it works there but it don't working my app I don't understand what I am missing.
Things look same in both projects but still it's not working in mine please help me I am looking into this from last 3 days without any luck. Please help me.

I figured it out, I need to put .ConfigureAwait(false) at the end each call then it works in IOS and android

Related

Not able to import and use correctly gson on javaEE web

I'm trying to change from netbeans to IntelliJ, so I'm a bit confused.
The project is simple, a java controller, connected from a Android device, and using plsql to make all the stuff on the database.
Everything works fine until we reach the first library, GSON, seems like I don't import it well, but I have used all the fixes that I have found on internet.
So when i make a search from my android device, I get this Exception.
Also, the libraries don't show on the Libraries section
[I'm not able to put more than 2 links because of my rep, i will put in a comment below]
Thanks for everyone that tries to help this little noob!
Gretings, rudeboy.
Okay, the problem was solved on this post, and basically is putting all the libraries on WEB-INF/lib, and it solve it, hope this helps to anyone

My Ftp Custom Provider is not invoked

I've gone through all steps in tutorial on IIS Website, how create my own custom Ftp Logging/Authentication Provider. Unfortunately, it doesn't work still. What can I do?
I've been struggling with this problem for past few days. And I finally got it.
Sometimes it doesn't work at all. Sometimes, it works for a while and suddenly, after few changes in code [or somewhere else] it stops and you can't find out what happened [that was in my case].
To solve my problem [and, I believe, many others] helps me this article:
http://blogs.msdn.com/b/robert_mcmurray/archive/2012/08/28/troubleshooting-custom-ftp-providers-with-etw.aspx
It's pretty hard to google, but value of tool from article is enormous.
I hope you can find and solve your problem with it, too.

Exceptions using htmlagilitypack

i am working with html-agility-pack in vb.net and facing a problem. my project was working fine 2 days ago, but now it is generating some kind of exceptions . i am wondering that what is happening . can anyone please help. screen shots are attached thanks
i resolved the problem. thanks everyone for valueable commenting. the proble was due to proxy settings in my default browser. code is totally right.

No Captcha in DNN Enquiry Form

So I've tried a few times, and a few different versions; but I cannot get the captcha to show up in any browser for the life of me on the Enquiry Module. It's a broken image.
Anyone else running into this issue? This looks to be a very basic module, and I see it being used everywhere online. I don't think I'm messing up, but please correct me if I'm wrong.
I can't get the form to process without the captcha requirement, and this is really putting me behind on moving forward. I would appreciate any tips or advice you may have to offer.
I just upgraded to DNN v5.6.2, uninstalled the Enquiry, reinstalled it, and now everything works well. Awesomeness! :)

FrontRow tutorial for Xcode

I was wondering if there was a basic tutorial to get me started on coding a FrontRow plug-in / add-on using Xcode.
I searched Google a couple of times, but I haven't found a tutorial on this subject so far.
After some more searching, I found this Wiki-page about creating an app for the Apple TV.
As far as I can tell now, it's a good base to start a FrontRow app too.
If someone else may find a better tutorial, please let me know.
http://wiki.awkwardtv.org/wiki/FRAppliance_101
Edit:
Doesn't really seem to work on my system.