<HTML>
<HEAD>
<TITLE>Re: [IronPython] urlprefix in Chiron and Silverlight Manifest Files</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>If you want a work-around for now (forgot if I told you or not) ... just run Chiron twice; the second one should respond to requests. Also, fiddle with your network.dns.disableIPv6 flag in FF (type “about:config” in the address bar).<BR>
<BR>
Though, I’ll get an binary for ya that fixes these two problems on the Mac ... probably later tonight when I’m in Portland.<BR>
<BR>
~js<BR>
<BR>
On 5/28/08 11:40 AM, "Michael Foord" <<a href="fuzzyman@voidspace.org.uk">fuzzyman@voidspace.org.uk</a>> wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Jimmy Schementi wrote:<BR>
> That’s definitely a bug, but I’ve only seen it on a Mac ... granted it<BR>
> really pissed me off =P I’ll be fixing this in a day or so, so I can<BR>
> give you a patched version of Chiron then ... Unless you’ve fixed it<BR>
> already =P<BR>
><BR>
<BR>
Not really a problem for me. Have you got a patched Chiron that allows<BR>
me to use Firefox on the Mac - now that I would want...<BR>
<BR>
Michael Foord<BR>
<BR>
> ~js<BR>
><BR>
><BR>
> On 5/18/08 4:18 AM, "Michael Foord" <<a href="fuzzyman@voidspace.org.uk">fuzzyman@voidspace.org.uk</a>> wrote:<BR>
><BR>
> Hello guys,<BR>
><BR>
> I've been following the instructions on Jimmy's blog entry about<BR>
> packaging Silverlight applications:<BR>
><BR>
> <a href="http://blog.jimmy.schementi.com/2008/05/story-of-ruby-and-python-in-silverlight.html">http://blog.jimmy.schementi.com/2008/05/story-of-ruby-and-python-in-silverlight.html</a><BR>
><BR>
> I'm trying to get the application assemblies stored outside the 'xap'<BR>
> file, by using the urlprefix configuration in 'Chiron.exe.config'.<BR>
><BR>
> As described in Jimmy's blog, I add the following line to the<BR>
> 'appSettings' element of the config file:<BR>
><BR>
> <add key="urlPrefix" value="/lib" /><BR>
><BR>
> This actually causes Chiron to generate the following in the<BR>
> manifest file:<BR>
><BR>
> <AssemblyPart Name="Microsoft.Scripting.Silverlight"<BR>
> Source="<a href="file:///lib/Microsoft.Scripting.Silverlight.dll">file:///lib/Microsoft.Scripting.Silverlight.dll</a>" /><BR>
> <AssemblyPart Source="<a href="file:///lib/Microsoft.Scripting.dll">file:///lib/Microsoft.Scripting.dll</a>" /><BR>
> <AssemblyPart Source="<a href="file:///lib/IronPython.dll">file:///lib/IronPython.dll</a>" /><BR>
> <AssemblyPart Source="<a href="file:///lib/IronPython.Modules.dll">file:///lib/IronPython.Modules.dll</a>" /><BR>
><BR>
> Which seems wrong. :-)<BR>
><BR>
> I guess it is just a bug in Chiron... (or I am doing something wrong.)<BR>
><BR>
> Michael Foord<BR>
> <a href="http://www.ironpythoninaction.com/">http://www.ironpythoninaction.com/</a><BR>
> _______________________________________________<BR>
> Users mailing list<BR>
> <a href="Users@lists.ironpython.com">Users@lists.ironpython.com</a><BR>
> <a href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com">http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a><BR>
><BR>
> ------------------------------------------------------------------------<BR>
><BR>
> _______________________________________________<BR>
> Users mailing list<BR>
> <a href="Users@lists.ironpython.com">Users@lists.ironpython.com</a><BR>
> <a href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com">http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a><BR>
><BR>
<BR>
<BR>
--<BR>
<a href="http://www.ironpythoninaction.com/">http://www.ironpythoninaction.com/</a><BR>
<a href="http://www.theotherdelia.co.uk/">http://www.theotherdelia.co.uk/</a><BR>
<a href="http://www.voidspace.org.uk/">http://www.voidspace.org.uk/</a><BR>
<a href="http://www.ironpython.info/">http://www.ironpython.info/</a><BR>
<a href="http://www.resolverhacks.net/">http://www.resolverhacks.net/</a><BR>
<BR>
_______________________________________________<BR>
Users mailing list<BR>
<a href="Users@lists.ironpython.com">Users@lists.ironpython.com</a><BR>
<a href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com">http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a><BR>
<BR>
</SPAN></FONT></BLOCKQUOTE>
</BODY>
</HTML>