Trying to call a method on a WCF web service created using slsvcutil.exe
MyWcfClient.GetAsync ("");
ex {System.NullReferenceException: Object reference not set to an instance of an object
at System.ServiceModel.ChannelFactory.get_DefaultOpenTimeout () [0x00000]
bug report here https://bugzilla.xamarin.com/show_bug.cgi?id=274
just wondering if anyone else has experienced this/found a work around?
A poster on the bugzilla thread says he solved it but not how...