<div dir="ltr">This looks like you need to install .NET 2.0 Service Pack 1.<br><br><div class="gmail_quote">On Tue, Sep 23, 2008 at 2:02 AM, Hernán Martínez Foffani <span dir="ltr">&lt;<a href="mailto:hernan.martinez@ecc.es">hernan.martinez@ecc.es</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">After a clean installation of IronPython 2.0 Beta 5, it gives the<br>
following exception just by calling the interpreter.<br>
The odd thing is that it only happens in one new PC (Spanish XP<br>
SP3, .NET Frameworks 1.0.3705, 1.1.4322, 2.0.50727, 3.0). We&#39;ve been<br>
using IronPython in other similar computers without any problems. I<br>
guess it has to do with a bad configuration in that PC but I&#39;m clueless.<br>
Any hint?<br>
<br>
Regards,<br>
-Hernán.<br>
<br>
C:\Prueba&gt;ipy.exe<br>
Unhandled exception:<br>
<br>
Excepción no controlada: System.MissingMethodException: Método no<br>
encontrado: &#39;Void System.Reflection.Emit.DynamicMethod..ctor(System.String,<br>
System.Type, System.Type[], Boolean)&#39;.<br>
 &nbsp;en Microsoft.Scripting.Utils.Helpers.CreateDynamicMethod(String name, Type<br>
returnType, Type[] parameterTypes)<br>
 &nbsp;en Microsoft.Linq.Expressions.Compiler.Snippets.CreateDynamicMethod(String<br>
name, Type returnType, Type[] parameterTypes)<br>
 &nbsp;en<br>
Microsoft.Linq.Expressions.Compiler.LambdaCompiler.CreateDynamicLambdaCompil<br>
er(CompilerScope scope, String methodName, Type returnType, IList`1<br>
paramTypes, IList`1 paramNames, Boolean closure, Boolean emitDebugSymbols,<br>
Boolean forceDynamic)<br>
 &nbsp;en<br>
Microsoft.Linq.Expressions.Compiler.LambdaCompiler.CompileLambda(LambdaExpre<br>
ssion lambda, Type delegateType, Boolean emitDebugSymbols, Boolean<br>
forceDynamic, MethodInfo&amp; method)<br>
 &nbsp;en Microsoft.Linq.Expressions.Compiler.LambdaCompiler.CompileLambda[T]<br>
(LambdaExpression lambda, Boolean forceDynamic, MethodInfo&amp; method)<br>
 &nbsp;en Microsoft.Scripting.Actions.SmallRuleSet`1.MakeTarget()<br>
 &nbsp;en Microsoft.Scripting.Actions.SmallRuleSet`1.GetTarget()<br>
 &nbsp;en Microsoft.Scripting.Actions.CallSite`1.UpdateAndExecute(Object[] args)<br>
 &nbsp;en Microsoft.Scripting.Actions.UpdateDelegates.Update2[T,T0,T1,TRet]<br>
(CallSite site, T0 arg0, T1 arg1)<br>
 &nbsp;en IronPython.Runtime.PythonContext.InvokeOperatorWorker(CodeContext<br>
context, UnaryOperators oper, Object target, Object&amp; result)<br>
 &nbsp;en IronPython.Runtime.PythonContext.InvokeUnaryOperator(CodeContext<br>
context, UnaryOperators oper, Object target)<br>
 &nbsp;en IronPython.Runtime.Operations.PythonOps.ToString(CodeContext context,<br>
Object o)<br>
 &nbsp;en IronPython.Runtime.PythonContext.FormatPythonException(Object<br>
pythonException)<br>
 &nbsp;en IronPython.Runtime.PythonContext.FormatException(Exception exception)<br>
 &nbsp;en<br>
Microsoft.Scripting.Hosting.ExceptionOperations.FormatException(Exception<br>
exception)<br>
 &nbsp;en<br>
Microsoft.Scripting.Hosting.Shell.ConsoleHost.UnhandledException(ScriptEngin<br>
e engine, Exception e)<br>
 &nbsp;en Microsoft.Scripting.Hosting.Shell.ConsoleHost.RunCommandLine()<br>
 &nbsp;en Microsoft.Scripting.Hosting.Shell.ConsoleHost.ExecuteInternal()<br>
 &nbsp;en Microsoft.Scripting.Hosting.Shell.ConsoleHost.Execute()<br>
 &nbsp;en Microsoft.Scripting.Hosting.Shell.ConsoleHost.Run(String[] args)<br>
 &nbsp;en PythonConsoleHost.Main(String[] args)<br>
<br>
C:\Prueba&gt;<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.ironpython.com">Users@lists.ironpython.com</a><br>
<a href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com" target="_blank">http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a><br>
</blockquote></div><br></div>