c# - I working on Wp8 app.On Phone testing Always Send System.Reflection.TargetInvocationException -


i'm working on window mobile phone app .when test app on emulator it's working totally fine.but if test app on phone send me system.reflection.targetinvocationexceptipon.

webclient webclient = new webclient(); webclient.downloadstringcompleted += jobseeker; //progressbarrequest.visibility = system.windows.visibility.visible; webclient.downloadstringasync(new uri(string.format("http://ec2-54-66-100-115.ap-southeast-2.compute.amazonaws.com/jjhj/abvsfss.php?func=login&username={0}&password={1}&cachebust=", txtusername.text, txtpswd.password,datetime.now))); 


Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -