<div>Did you add this reference Microsoft.CSharp.dll? You should add this reference so that the dynamic keyword can work in the code.</div><div><br></div><br><br><div class="gmail_quote">On Sun, Jun 6, 2010 at 4:20 PM, Kristian Jaksch <span dir="ltr">&lt;<a href="mailto:kristian.jaksch@gmail.com">kristian.jaksch@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Sorry if I&#39;ve double sent this mail but I wasn&#39;t registred the first time and I&#39;m not sure it got through:<br>
<br>Is it possible to access IronPython code by using the dynamic keyword in
 Silverlight 4? I&#39;ve found some examples like below:<br><br>            
var ipy = Python.CreateRuntime();<br>            dynamic test = 
ipy.UseFile(&quot;test.py&quot;); //This throws &quot;The method or operation is not 
implemented.&quot;<br>
            test.Simple();<br><br>But I cannot get it to work in 
Silverlight. You can see the error message I get. If it is possible, can
 someone point me to a working sample?<br><br>Thanks for help!
<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>
<br></blockquote></div><br>