[IronPython] Problem with Beta3

Clarke, MJ (Matt) M.J.Clarke at rl.ac.uk
Fri Jun 20 14:40:37 CEST 2008


Hi Ben, thanks for the reply.

I have tried using the dlls that came with the binary download and I
have also tried rebuilding IP from source and using all the dlls from
that - same result.

Matt

-----Original Message-----
From: users-bounces at lists.ironpython.com
[mailto:users-bounces at lists.ironpython.com] On Behalf Of Ben Hall
Sent: 20 June 2008 13:13
To: Discussion of IronPython
Subject: Re: [IronPython] Problem with Beta3

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
>
>
_______________________________________________
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