[IronPython] IP 2.0 Hosting

Slide slide.o.mix at gmail.com
Tue Dec 18 00:36:33 CET 2007


On Dec 17, 2007 3:38 PM, Dino Viehland <dinov at exchange.microsoft.com> wrote:
> My guess here would be that Script is the DLL name but it doesn't include a namespace named Script.  One fairly common issue is that AddReference add's references to the assembly, but import imports types and namespaces from the loaded assemblies.  So if the type doesn't have a namespace you should just import TypeName, and if it's in a namespace then you should import Namespace.
>
> Respond back if that's not the problem.
>
>


I've decided to break this problem down and create a VERY simple
embedding example that I can work the kinks out with. I'll reply back
with further questions if that doesn't help me out :)

Thanks as always for an awesome project. I love IronPython

slide



More information about the Ironpython-users mailing list