On Dec 17, 2007 3:38 PM, Dino Viehland <[EMAIL PROTECTED]> 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
_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to