<div dir="ltr">OK I found out what&#39;s wrong.<div><br></div><div>I am using Visual Studio 2010 Beta 2 targeting Silverlight 3. This application already has references to IP 2.0 assemblies. So what I did was remove the old references and then re-add IronPython 2.6 RC 3.</div>
<div><br></div><div>Now although VS informed me that the referred assemblies points to 2.6, it still uses IP 2.0 assemblies for Intellisense and Object Browser. A right click reload to Reflector from the VS also loaded IP 2.0 assembly.</div>
<div><br></div><div>I had to delete the ClientBin folder so VS stopped referring to the old IP assemblies. Once this is done, finally all the &quot;missing&quot; types appear (the old one only had DynamicApplication and 4 other classes).</div>
<div><br></div><div>Sorry for the wrong alarm :)</div><div><br></div><div>Dody G. <br><br><div class="gmail_quote">On Thu, Dec 10, 2009 at 7:31 PM, Jimmy Schementi <span dir="ltr">&lt;<a href="mailto:Jimmy.Schementi@microsoft.com">Jimmy.Schementi@microsoft.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">




<div>
<div style="font-family:Tahoma;direction:ltr;color:#000000;font-size:13px">
<div>Dody,</div>
<div> </div>
<div>That blog post should work against 2.6 RC3; the method your looking for is a static method: Microsoft.Scripting.Silverlight.DynamicEngine.CreateRuntime. Take a look at the example again, I use a using statement to get rid of the Microsoft.Scripting part.</div>

<div> </div>
<div>~js</div>
<div> </div>
<div style="font-family:Times New Roman;color:#000000;font-size:16px">
<hr>
<div style="direction:ltr"><font color="#000000" size="2" face="Tahoma"><b>From:</b> <a href="mailto:users-bounces@lists.ironpython.com" target="_blank">users-bounces@lists.ironpython.com</a> [<a href="mailto:users-bounces@lists.ironpython.com" target="_blank">users-bounces@lists.ironpython.com</a>] on behalf of Dody Gunawinata [<a href="mailto:empirebuilder@gmail.com" target="_blank">empirebuilder@gmail.com</a>]<br>

<b>Sent:</b> Thursday, December 10, 2009 1:41 AM<br>
<b>To:</b> Discussion of IronPython<br>
<b>Subject:</b> [IronPython] Embedding IronPython in Silverlight<br>
</font><br>
</div><div><div></div><div class="h5">
<div></div>
<div>
<div dir="ltr">What are the necessarily libraries for embedding IronPython in Silverlight for the 2.6 releases?
<div><br>
</div>
<div>My scenario is simply running snippets of Python codes inside oceans of C# based Silverlight code. This Silverlight application has already an embedded IronPython based on older binaries in 2.0 version.</div>
<div><br>
</div>
<div>I tried yesterday to upgrade this to 2.6 RC 3 and failed. I tried using the technique on Jimmy&#39;s recent blog post, <a href="http://blog.jimmy.schementi.com/2009/11/embedding-ironpython-in-silverlight.html" target="_blank">http://blog.jimmy.schementi.com/2009/11/embedding-ironpython-in-silverlight.html</a>,
 I couldn&#39;t find the bloody <span style="font-family:&#39;Bitstream Vera Sans Mono&#39;,Courier,monospace;white-space:pre;font-size:13px"><span>Silverlight</span><span>.</span><span>DynamicEngine</span><span>.</span><span>CreateRuntime</span><span>()
 method anywhere even after linking to Microsoft.Scripting.Silverlight.dll</span></span></div>
<div>
<div><br>
</div>
<div>I linked to the following assemblies located under Silverlight\bin under IronPython 2.6 RC 3 zip.</div>
<div>- IronPython.dll</div>
<div>- IronPython.MOdules.dll</div>
<div>- Microsoft.Dynamic.dll</div>
<div>- Microsoft.Scripting.Core.dll</div>
<div>- Microsoft.Scripting.dll</div>
<div>- Microsoft.Scripting.Silverlight.dll</div>
<div><br>
-- <br>
<a href="http://nomadlife.org" target="_blank">nomadlife.org</a><br>
<br>
</div>
</div>
</div>
</div>
</div></div></div>
</div>
</div>

</blockquote></div><br><br clear="all"><br>-- <br><a href="http://nomadlife.org">nomadlife.org</a><br><br>
</div></div>