http://bugzilla.novell.com/show_bug.cgi?id=551745

User [email protected] added comment
http://bugzilla.novell.com/show_bug.cgi?id=551745#c2


Geoff Norton <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
      Info Provider|                            |christian.we...@thinktectur
                   |                            |e.com




--- Comment #2 from Geoff Norton <[email protected]>  2009-11-03 19:04:29 MST 
---
Christian,

  I dug into this one a bit too, and its not going to work because you call
ChannelFactory<T>.CreateChannel() directly.  When you do this, you invoke the
WCF support to create dynamic channels, which doesn't work on MonoTouch due to
missing System.Reflection.Emit.  In your iTecTeacher example you properly
override CreateChannel() and returns your own derived instance of
ChannelBase<T>.  You will need to do the same thing here for https.

  Can you update the demo and attach it if its still failing for http in that
case, or close the bug?

Thanks

Geoff

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to