[IronPython] Updating WebServices samples

Sanghyeon Seo sanxiyn at gmail.com
Fri May 9 15:39:02 CEST 2008


2008/5/9 Christian Muirhead <christian.muirhead at resolversystems.com>:
> Is there any chance that someone has updated these to work with the IP2
> architecture? If not, how much work would people expect it to be? The errors
> I saw when I quickly tried to compile the C# were primarily about not being
> able to find the IAttributesInjector and ICallable interfaces - do these
> exist in the same form in the new architecture?

I think IAttributesInjector -- which was hacky, IMO -- has been
replaced by defining GetBoundMember method and marking the method with
SpecialNameAttribute.

Details are here:
http://blogs.msdn.com/srivatsn/archive/2008/04/12/turning-your-net-object-models-dynamic-for-ironpython.aspx

-- 
Seo Sanghyeon



More information about the Ironpython-users mailing list