[IronPython] Problem with Beta3

Ben Hall ben2004uk at googlemail.com
Fri Jun 20 14:12:34 CEST 2008


Hello,

Have you referenced Microsoft.Scripting and Microsoft.Scripting.Core
in your C# project?  Are they the correct version (the only IP was
built against).

They would be the first things to check, if you still have problems
then let us know.

Ben
Blog.BenHall.me.uk

On Fri, Jun 20, 2008 at 12:26 PM, Clarke, MJ (Matt) <M.J.Clarke at rl.ac.uk> wrote:
> Hi,
>
>
>
> When I try to run these lines from C# (which I borrowed from EngineTest.cs)
>
>
>
> _env = ScriptRuntime.Create();
>
> _pe = _env.GetEngine("py");
>
>
>
>  I get the following exception:
>
>
>
> Microsoft.Scripting.Runtime.MissingTypeException was unhandled
>
>   Message="Type 'IronPython, IronPython.Runtime.PythonContext' is missing or
> cannot be loaded."
>
> Source="Microsoft.Scripting.Core"
>
>
>
> Any ideas?
>
>
>
> Matt
>
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
>



More information about the Ironpython-users mailing list