Re: [IronPython] clr.AddReference and derivatives

2008-11-12 Thread Dan Eloff
Thanks Dino, that's a great explanation. Now I know where to use each of the AddReference methods. Thanks also for the debugging tips, I managed to figure out what the problem was, I specified x86 platform (thinking silverlight is exclusively 32bit) but you have to leave it as Any CPU or the assemb

Re: [IronPython] clr.AddReference and derivatives

2008-11-12 Thread Dino Viehland
o the public MS servers you *might* see enough useful data when the load fails. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Eloff Sent: Wednesday, November 12, 2008 10:06 AM To: Discussion of IronPython Subject: [IronPython] clr.AddReference a

[IronPython] clr.AddReference and derivatives

2008-11-12 Thread Dan Eloff
There's half a dozen add reference methods in the clr module, I'm guessing they all have their differences, but I'm not really sure why you would use one over the other. I generally try AddReference first, if that doesn't work I try it using the strong name, failing that I fall back to AddReference