<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>sdlsdk Forum Rss Feed</title><link>http://www.codeplex.com/sdlsdk/Thread/List.aspx</link><description>sdlsdk Forum Rss Description</description><item><title>New Post: Failed to compare two elements in the array error</title><link>http://sdlsdk.codeplex.com/discussions/265661</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;We have an existing system have scripting support with pascal, we want to add ironscript support also, but now we face a problem&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here is the script on server side&amp;nbsp;&lt;/p&gt;
&lt;p&gt;def XMBH_SJOnChange():&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; DBQuery('XMBHQuery',&amp;quot;SELECT * FROM WHDB_ProjectInformation where projectnumber='%s'&amp;quot;%(XMBH_SJ.DBGetValue()))&lt;/p&gt;
&lt;p&gt;def FormResult(Indentity,Dataset):&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;&lt;span style="color:#ff0000"&gt;ProjectName=Dataset.getField(&amp;quot;projectname&amp;quot;) ---------&amp;gt; this line will raise exception failed to compare two elements it seemed in python could not recognize TDataset class&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#ff0000"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; We define in silverlight C# code, so if so how we can let the python script recognize it??? thanks&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; XMMC_SJ.Text=ProjectName&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; return '';&lt;/p&gt;
&lt;/div&gt;</description><author>tcustomzd</author><pubDate>Tue, 19 Jul 2011 03:49:02 GMT</pubDate><guid isPermaLink="false">New Post: Failed to compare two elements in the array error 20110719034902A</guid></item><item><title>New Post: Get IronRuby and IronPython for Silverlight support, rather than AgDLR</title><link>http://sdlsdk.codeplex.com/Thread/View.aspx?ThreadId=62700</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;While it was fun to spin off a project specifically geared at Silverlight and Dynamic Languages, all that work is avaliable in each release of IronRuby or IronPython, so for the latest-greatest Silverlight integrations download your language of choice.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;IronRuby&lt;/strong&gt;: &lt;a href="http://ironruby.codeplex.com"&gt;http://ironruby.codeplex.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;IronPython&lt;/strong&gt;: &lt;a href="http://ironpython.codeplex.com"&gt;http://ironpython.codeplex.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;So this site is no longer needed. If you have any questions on using IronRuby and IronPython in Silverlight, please post them on the language's mailing list:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Join the IronRuby Mailing List: &lt;/strong&gt;&lt;a href="http://rubyforge.org/mailman/listinfo/ironruby-core"&gt;http://rubyforge.org/mailman/listinfo/ironruby-core&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Join the IronPython Mailing List&lt;/strong&gt;: &lt;a href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com"&gt;http://lists.ironpython.com/listinfo.cgi/users-ironpython.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This forum will not be moderated anymore, so please post at the above locations if you still have an open question.&lt;/p&gt;&lt;/div&gt;</description><author>jimmysch</author><pubDate>Fri, 17 Jul 2009 01:48:57 GMT</pubDate><guid isPermaLink="false">New Post: Get IronRuby and IronPython for Silverlight support, rather than AgDLR 20090717014857A</guid></item><item><title>New Post: Precompiling IronPython Code for a SDL-SDK Project?</title><link>http://sdlsdk.codeplex.com/Thread/View.aspx?ThreadId=52207</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Can someone tell me if using clr.CompileModules and using the &lt;span&gt;SDL-SDK I can get a fully statically compiled executable.. This can include all the iron* dll's but it must be non relocatable code that where all labels in the symbol table are resolved?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Anthony&lt;br&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><author>tarlano</author><pubDate>Tue, 30 Jun 2009 14:25:11 GMT</pubDate><guid isPermaLink="false">New Post: Precompiling IronPython Code for a SDL-SDK Project? 20090630022511P</guid></item><item><title>New Post: How do I bind to my DLR type?</title><link>http://sdlsdk.codeplex.com/Thread/View.aspx?ThreadId=59596</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I believe the bit I'm missing pertains to __clrtype__ support to allow SL to reflect on the properties of my dynamic class.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://devhawk.net/CategoryView,category,__clrtype__.aspx"&gt;http://devhawk.net/CategoryView,category,__clrtype__.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>mnadig</author><pubDate>Mon, 29 Jun 2009 17:17:57 GMT</pubDate><guid isPermaLink="false">New Post: How do I bind to my DLR type? 20090629051757P</guid></item><item><title>New Post: How do I bind to my DLR type?</title><link>http://sdlsdk.codeplex.com/Thread/View.aspx?ThreadId=59596</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thank you for the reply. However, in my original code above, I am using the new &amp;quot;CreateInstance&amp;quot; but it's not working in Silverlight. It compiles, it runs, but it doesn't bind. Binding to a poco works fine.&lt;/p&gt;
&lt;p&gt;I think I'm missing some basic point, but I can't see it. Note: In my code, I'm not running it through Chrion. My SL3 app just references the DL assemblies to be included. Also, in my code, the managed code is setting up the bindning which is slightly different than this example where the bidning is done in python.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://devhawk.net/2009/04/24/clrtype+Metaclasses+Demo+Silverlight+Databinding.aspx"&gt;http://devhawk.net/2009/04/24/clrtype+Metaclasses+Demo+Silverlight+Databinding.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any help appreciated.&lt;/p&gt;&lt;/div&gt;</description><author>mnadig</author><pubDate>Mon, 29 Jun 2009 17:06:24 GMT</pubDate><guid isPermaLink="false">New Post: How do I bind to my DLR type? 20090629050624P</guid></item><item><title>New Post: How do I bind to my DLR type?</title><link>http://sdlsdk.codeplex.com/Thread/View.aspx?ThreadId=59596</link><description>&lt;div style="line-height: normal;"&gt;&lt;div class=Section1&gt;&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;There is no difference between Silverlight and WPF WRT the major hosting API surface area. The article was written in February, and since then that method has been renamed to &amp;quot;CreateInstance&amp;quot;: Operations.CreateInstance(someClass) will do the trick.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;</description><author>jimmysch</author><pubDate>Wed, 24 Jun 2009 00:28:44 GMT</pubDate><guid isPermaLink="false">New Post: How do I bind to my DLR type? 20090624122844A</guid></item><item><title>New Post: .NET __doc__</title><link>http://sdlsdk.codeplex.com/Thread/View.aspx?ThreadId=60083</link><description>&lt;div style="line-height: normal;"&gt;&lt;div class=Section1&gt;&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;Ben,&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt; &lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;Currently in SL this only works for Python code. So this would work in DLRConsole:&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt; &lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;py&amp;gt; def foo():&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;py|   &amp;quot;this is a doc string&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;py&amp;gt; foo.__doc__&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;'this is a doc string'&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt; &lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;However, build-in types (not written in Python, written in C#) depend on the doc strings to be either in a custom attribute or in IronPython.Modules.xml. The transition is to have everything in the XML file, but it's not there yet. Also, I don't know if that logic if #ifdef'd out of Silverlight builds, but nothing's technically stopping it from working. I've opened a work-item against Python &lt;/span&gt; &lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;&lt;a href="http://ironpython.codeplex.com/WorkItem/View.aspx?WorkItemId=23215"&gt;http://ironpython.codeplex.com/WorkItem/View.aspx?WorkItemId=23215&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;</description><author>jimmysch</author><pubDate>Tue, 23 Jun 2009 23:36:14 GMT</pubDate><guid isPermaLink="false">New Post: .NET __doc__ 20090623113614P</guid></item><item><title>New Post: Chiron Hosting an Old Version of Silverlight</title><link>http://sdlsdk.codeplex.com/Thread/View.aspx?ThreadId=59461</link><description>&lt;div style="line-height: normal;"&gt;&lt;div class=Section1&gt;&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;Sure, sdlsdk-0.1.0 will be confused because it's expecting the public version of Silverlight to be 2.0 Beta 1, not 2.0 RTW. Please use 0.5.0, or use the builds from IronRuby or IronPython.&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt; &lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;~js&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt; &lt;/span&gt;&lt;/p&gt;&lt;div style="border:none;border-left:solid blue 1.5pt;padding:0in 0in 0in 4.0pt"&gt;&lt;div&gt;&lt;div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in"&gt;&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;span style="font-size:10.0pt;font-family:'Tahoma','sans-serif'"&gt;From:&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:10.0pt;font-family:'Tahoma','sans-serif'"&gt; Ben_Christenson [mailto:notifications@codeplex.com] &lt;br&gt;&lt;b&gt;Sent:&lt;/b&gt; Friday, June 19, 2009 9:05 PM&lt;br&gt;&lt;b&gt;To:&lt;/b&gt; Jimmy Schementi&lt;br&gt;&lt;b&gt;Subject:&lt;/b&gt; Re: Chiron Hosting an Old Version of Silverlight [sdlsdk:59461]&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;p class=MsoNormal&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif'"&gt;From: Ben_Christenson&lt;/span&gt;&lt;/p&gt;&lt;div style="margin-bottom:24.0pt" id=ThreadNotificationPostBody&gt;&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif'"&gt;I found it through a friend who had the same problem&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif'"&gt;&lt;a href="http://www.codeplex.com/sdlsdk/Release/ProjectReleases.aspx?ReleaseId=11955"&gt;http://www.codeplex.com/sdlsdk/Release/ProjectReleases.aspx?ReleaseId=11955&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;div style="border:none;border-top:solid #CCCCCC 1.0pt;padding:0in 0in 0in 0in" id=ThreadNotificationFooter&gt;&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif';color:gray"&gt;Read the &lt;a href="http://sdlsdk.codeplex.com/Thread/View.aspx?ThreadId=59461&amp;ANCHOR#Post203592"&gt;full discussion online&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif';color:gray"&gt;To add a post to this discussion, reply to this email (&lt;a href="mailto:sdlsdk@discussions.codeplex.com?subject=[sdlsdk:59461]"&gt;sdlsdk@discussions.codeplex.com&lt;/a&gt;)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif';color:gray"&gt;To start a new discussion for this project, email &lt;a href="mailto:sdlsdk@discussions.codeplex.com"&gt;sdlsdk@discussions.codeplex.com&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif';color:gray"&gt;You are receiving this email because you subscribed to this discussion on CodePlex. You can &lt;a href="http://www.codeplex.com/site/discussions/project/unsubscribe/sdlsdk"&gt;unsubscribe or change your settings&lt;/a&gt; on codePlex.com.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:9.0pt;font-family:'Verdana','sans-serif';color:gray"&gt;Please note: Images and attachments will be removed from emails. Any posts to this discussion will also be available online at codeplex.com&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description><author>jimmysch</author><pubDate>Sat, 20 Jun 2009 08:07:44 GMT</pubDate><guid isPermaLink="false">New Post: Chiron Hosting an Old Version of Silverlight 20090620080744A</guid></item><item><title>New Post: Chiron Hosting an Old Version of Silverlight</title><link>http://sdlsdk.codeplex.com/Thread/View.aspx?ThreadId=59461</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I found it through a friend who had the same problem&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.codeplex.com/sdlsdk/Release/ProjectReleases.aspx?ReleaseId=11955"&gt;http://www.codeplex.com/sdlsdk/Release/ProjectReleases.aspx?ReleaseId=11955&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><author>Ben_Christenson</author><pubDate>Sat, 20 Jun 2009 04:04:33 GMT</pubDate><guid isPermaLink="false">New Post: Chiron Hosting an Old Version of Silverlight 20090620040433A</guid></item><item><title>New Post: .NET __doc__</title><link>http://sdlsdk.codeplex.com/Thread/View.aspx?ThreadId=60083</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;One of things I really like about python is the interactive interface and documentation.&amp;nbsp; Being able to simply ask a member function for its documentation instead of going out and tracking it down is really nice.&amp;nbsp; So I was quite disappointed when using the DLR console that the objects.__doc__ feature were all empty.&amp;nbsp; Am I missing something and/or is there an alternative way to easily get a member functions documentation.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>Ben_Christenson</author><pubDate>Fri, 19 Jun 2009 14:50:34 GMT</pubDate><guid isPermaLink="false">New Post: .NET __doc__ 20090619025034P</guid></item><item><title>New Post: Chiron on a samba shared drive.</title><link>http://sdlsdk.codeplex.com/Thread/View.aspx?ThreadId=59987</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;My developement enviroment is setup to be stored on a drive on an UNIX box shared using Samba, I map this shared folder to a drive letter.&amp;nbsp; When I try to run the Chiron server using the Eclipse Silverlight development enviroment I get the following error message&lt;/p&gt;
&lt;p&gt;Chiron serving 'G:\beta\flb_work_dir\HelloWorld.Web' as http://localhost:15215/&lt;br&gt;13:47:56 400&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 646 [unknown] [Unparsable bad request]&lt;br&gt;&lt;br&gt;Unhandled Exception: System.Configuration.ConfigurationErrorsException: An error occurred creating the configuration section handler for MimeTypes: That assembly does not allow partially trusted callers. (G:\beta\flb_work_dir\.metadata\.plugins\org.soyatec.eclipse4sl.core\chiron\Tools\Chiron\Chiron.exe.Config line 6) ---&amp;gt; System.Security.SecurityException: That assembly does not allow partially trusted callers.&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Security.CodeAccessSecurityEngine.ThrowSecurityException(Assembly asm, PermissionSet granted, PermissionSet refused, RuntimeMethodHandle rmh, SecurityAction action, Object demand, IPermission permThatFailed)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean&amp;amp; canBeCached, RuntimeMethodHandle&amp;amp; ctor, Boolean&amp;amp; bNeedSecurityCheck)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Activator.CreateInstance(Type type, Boolean nonPublic)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Configuration.TypeUtil.CreateInstanceWithReflectionPermission(Type type)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Configuration.RuntimeConfigurationRecord.RuntimeConfigurationFactory.Init(RuntimeConfigurationRecord configRecord, FactoryRecord factoryRecord)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Configuration.RuntimeConfigurationRecord.RuntimeConfigurationFactory.InitWithRestrictedPermissions(RuntimeConfigurationRecord configRecord, FactoryRecord factoryRecord)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Configuration.RuntimeConfigurationRecord.RuntimeConfigurationFactory..ctor(RuntimeConfigurationRecord configRecord, FactoryRecord factoryRecord)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Configuration.RuntimeConfigurationRecord.CreateSectionFactory(FactoryRecord factoryRecord)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Configuration.BaseConfigurationRecord.FindAndEnsureFactoryRecord(String configKey, Boolean&amp;amp; isRootDeclaredHere)&lt;br&gt;The action that failed was:&lt;br&gt;LinkDemand&lt;br&gt;The assembly or AppDomain that failed was:&lt;br&gt;System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&lt;br&gt;The Zone of the assembly that failed was:&lt;br&gt;MyComputer&lt;br&gt;The Url of the assembly that failed was:&lt;br&gt;file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll&lt;br&gt;&amp;nbsp;&amp;nbsp; --- End of inner exception stack trace ---&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Configuration.BaseConfigurationRecord.FindAndEnsureFactoryRecord(String configKey, Boolean&amp;amp; isRootDeclaredHere)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object&amp;amp; result, Object&amp;amp; resultRuntimeObject)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Configuration.BaseConfigurationRecord.GetSection(String configKey, Boolean getLkg, Boolean checkPermission)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection(String sectionName)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Configuration.ConfigurationManager.GetSection(String sectionName)&lt;br&gt;&amp;nbsp;&amp;nbsp; at Chiron.Chiron.get_MimeMap()&lt;br&gt;&amp;nbsp;&amp;nbsp; at Chiron.HttpSocket.GetMimeType(String filename)&lt;br&gt;&amp;nbsp;&amp;nbsp; at Chiron.HttpServer.TryProcessFileRequest(HttpSocket s, String uri, String path)&lt;br&gt;&amp;nbsp;&amp;nbsp; at Chiron.HttpServer.ProcessRequest(HttpSocket s)&lt;br&gt;&amp;nbsp;&amp;nbsp; at Chiron.HttpServer.&amp;lt;&amp;gt;c__DisplayClass2.&amp;lt;&amp;gt;c__DisplayClass4.&amp;lt;Accept&amp;gt;b__1(Object )&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)&lt;/p&gt;
&lt;p&gt;It seems that Chiron does not being run from a shared drive.&amp;nbsp; Is that the problem and if so how do I fix it?&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;&lt;/div&gt;</description><author>fboisseau</author><pubDate>Thu, 18 Jun 2009 19:13:56 GMT</pubDate><guid isPermaLink="false">New Post: Chiron on a samba shared drive. 20090618071356P</guid></item><item><title>New Post: Chiron Hosting an Old Version of Silverlight</title><link>http://sdlsdk.codeplex.com/Thread/View.aspx?ThreadId=59461</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I don't know how I did it but I think I originally download a bad version of agdlr-0.5.0.&lt;/p&gt;
&lt;p&gt;My version only have three samples within python directory.&lt;/p&gt;
&lt;p&gt;Anyways the latest version works for me.&lt;/p&gt;
&lt;p&gt;Thanks Anyways,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Ben&lt;/p&gt;&lt;/div&gt;</description><author>Ben_Christenson</author><pubDate>Thu, 18 Jun 2009 00:15:31 GMT</pubDate><guid isPermaLink="false">New Post: Chiron Hosting an Old Version of Silverlight 20090618121531A</guid></item><item><title>New Post: Precompiling IronPython Code for a SDL-SDK Project?</title><link>http://sdlsdk.codeplex.com/Thread/View.aspx?ThreadId=52207</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Working on it as we speak.... Hoping I can make something work soonish!&lt;/p&gt;&lt;/div&gt;</description><author>bwmcadams</author><pubDate>Wed, 17 Jun 2009 21:13:39 GMT</pubDate><guid isPermaLink="false">New Post: Precompiling IronPython Code for a SDL-SDK Project? 20090617091339P</guid></item><item><title>New Post: Precompiling IronPython Code for a SDL-SDK Project?</title><link>http://sdlsdk.codeplex.com/Thread/View.aspx?ThreadId=52207</link><description>&lt;div style="line-height: normal;"&gt;&lt;div class=Section1&gt;&lt;p class=MsoNormal&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D"&gt;There’s been enough “ask” for this feature that I’ll look into this more. It’s most likely possible, but I haven’t personally tried it. Someone else was looking into this too, but I’m not sure how far he got … regardless I’ll get back to you.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;</description><author>jimmysch</author><pubDate>Wed, 17 Jun 2009 21:09:44 GMT</pubDate><guid isPermaLink="false">New Post: Precompiling IronPython Code for a SDL-SDK Project? 20090617090944P</guid></item><item><title>New Post: Precompiling IronPython Code for a SDL-SDK Project?</title><link>http://sdlsdk.codeplex.com/Thread/View.aspx?ThreadId=52207</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;I'm also looking for some way to compile .py files for use under Silverlight...&lt;/p&gt;
&lt;p&gt;-- Thibaut&lt;/p&gt;&lt;/div&gt;</description><author>thbar</author><pubDate>Wed, 17 Jun 2009 10:11:19 GMT</pubDate><guid isPermaLink="false">New Post: Precompiling IronPython Code for a SDL-SDK Project? 20090617101119A</guid></item><item><title>New Post: Precompiling IronPython Code for a SDL-SDK Project?</title><link>http://sdlsdk.codeplex.com/Thread/View.aspx?ThreadId=52207</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Followup questions as I dig through...&lt;/p&gt;
&lt;p&gt;What would the necessary context be for loading a Silverlight IronPython app living in an Assembly from the SDL-SDK?&amp;nbsp; Looking through Source, it appears the SDL-SDK looks specifically for a default filename (e.g. app.py) when it loads up and finds it's Entry Point.&lt;/p&gt;
&lt;p&gt;Would we still need an app.py file which then loads the shiny new assembly, or is there a way to build a full assembly that the SDL-SDK can load fully that I'm not aware of?&lt;/p&gt;&lt;/div&gt;</description><author>bwmcadams</author><pubDate>Tue, 16 Jun 2009 21:52:40 GMT</pubDate><guid isPermaLink="false">New Post: Precompiling IronPython Code for a SDL-SDK Project? 20090616095240P</guid></item><item><title>New Post: How do I compile .py files to a DLL for linking into silverlight</title><link>http://sdlsdk.codeplex.com/Thread/View.aspx?ThreadId=56645</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I've started working on this the last couple of days.&lt;/p&gt;
&lt;p&gt;I'm not certain yet if I'll need to produce an IronPython patch or I can make my stuff operate independently....&lt;/p&gt;
&lt;p&gt;I haven't checked any code in yet, but I did setup a google code project for the work:&lt;/p&gt;
&lt;p&gt;http://code.google.com/p/hungarian-phrasebook/&lt;/p&gt;
&lt;p&gt;I'm aiming to create at the least to start with either a linkable DLL that you can invoke from a running sdl-sdk app to compile the code in the XAP, or a standalone Silverlight App that can convert an uploaded XAP to dll.&lt;/p&gt;
&lt;p&gt;I am also looking into implementing a command line compilation with a --nostdlib option similar to Boo's which will allow linking specifically against the Silverlight / SDL-SDK assemblies.&lt;/p&gt;&lt;/div&gt;</description><author>bwmcadams</author><pubDate>Tue, 16 Jun 2009 17:55:35 GMT</pubDate><guid isPermaLink="false">New Post: How do I compile .py files to a DLL for linking into silverlight 20090616055535P</guid></item><item><title>New Post: Precompiling IronPython Code for a SDL-SDK Project?</title><link>http://sdlsdk.codeplex.com/Thread/View.aspx?ThreadId=52207</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I've started working on this the last couple of days.&lt;/p&gt;
&lt;p&gt;I'm not certain yet if I'll need to produce an IronPython patch or I can make my stuff operate independently....&lt;/p&gt;
&lt;p&gt;I haven't checked any code in yet, but I did setup a google code project for the work:&lt;/p&gt;
&lt;p&gt;http://code.google.com/p/hungarian-phrasebook/&lt;/p&gt;
&lt;p&gt;I'm aiming to create at the least to start with either a linkable DLL that you can invoke from a running sdl-sdk app to compile the code in the XAP, or a standalone Silverlight App that can convert an uploaded XAP to dll.&lt;/p&gt;
&lt;p&gt;I am also looking into implementing a command line compilation with a --nostdlib option similar to Boo's which will allow linking specifically against the Silverlight / SDL-SDK assemblies.&lt;/p&gt;&lt;/div&gt;</description><author>bwmcadams</author><pubDate>Tue, 16 Jun 2009 17:54:51 GMT</pubDate><guid isPermaLink="false">New Post: Precompiling IronPython Code for a SDL-SDK Project? 20090616055451P</guid></item><item><title>New Post: How do I bind to my DLR type?</title><link>http://sdlsdk.codeplex.com/Thread/View.aspx?ThreadId=59596</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I just read this thread from '08 with a similar question for objects from Ruby: &lt;a href="http://sdlsdk.codeplex.com/Thread/View.aspx?ThreadId=29531"&gt;http://sdlsdk.codeplex.com/Thread/View.aspx?ThreadId=29531&lt;/a&gt;. However, I was hoping since that was a year ago, the &amp;quot;.net interop&amp;quot; work was done :)&amp;nbsp; This blog post shows it working from WPF &lt;a href="http://krishnabhargav.blogspot.com/2009/02/binding-dynamic-types-in-wpf-using.html"&gt;http://krishnabhargav.blogspot.com/2009/02/binding-dynamic-types-in-wpf-using.html&lt;/a&gt;. So, what am I missing? Thank you.&lt;/p&gt;&lt;/div&gt;</description><author>mnadig</author><pubDate>Tue, 16 Jun 2009 17:18:16 GMT</pubDate><guid isPermaLink="false">New Post: How do I bind to my DLR type? 20090616051816P</guid></item><item><title>New Post: [IronPython] How implement INotifyPropertyChanged?</title><link>http://sdlsdk.codeplex.com/Thread/View.aspx?ThreadId=30322</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thanks for the tip on pyevent. Got it from codeplex. Looking at the examples there, it seems it will resolve it because it is in the same folder as the executing exe. However, that's all different with SL and XAPs. So, I added it with a build action of Content and then prior to executing the above script it CreateScriptFromFile(&amp;quot;pyevent.py&amp;quot;) and compile it and it seems to resolve fine now.&amp;nbsp; &amp;quot;It compiles, let's ship!&amp;quot;. :)&amp;nbsp; I just wanted to make sure that's the right process to get the pyevent referenceable from the other script.&lt;/p&gt;
&lt;p&gt;Thanks again.&lt;/p&gt;&lt;/div&gt;</description><author>mnadig</author><pubDate>Tue, 16 Jun 2009 16:22:18 GMT</pubDate><guid isPermaLink="false">New Post: [IronPython] How implement INotifyPropertyChanged? 20090616042218P</guid></item></channel></rss>