Re: [IronPython] can't import namespace from assembly

2008-12-05 Thread Carolyn Johnston (MSNAR)
Thank you, that was the problem. :) Carolyn -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Foord Sent: Friday, December 05, 2008 3:05 PM To: Discussion of IronPython Subject: Re: [IronPython] can't import namespace from assembly In the

Re: [IronPython] can't import namespace from assembly

2008-12-05 Thread Michael Foord
In the past I've had this error when I've forgotten to make the class public. Possibly not the problem, but you never know. :-) Michael Foord Carolyn Johnston (MSNAR) wrote: I have a dll that I’ve built in VS2008, C# (and I even strongly named it): Normalizer.dll. It contains a namespace (St

[IronPython] can't import namespace from assembly

2008-12-05 Thread Carolyn Johnston (MSNAR)
I have a dll that I've built in VS2008, C# (and I even strongly named it): Normalizer.dll. It contains a namespace (StringUtilities) which contains a single class (MaxNormalizer). I can't import the StringUtilities namespace: >>> ass = Assembly.Load("Normalizer.dll") >>> ass >>> clr.AddReferen