<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>.Net Smoothie &#187; IronPythonStudio</title>
	<atom:link href="http://www.richardbushnell.net/category/ironpythonstudio/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.richardbushnell.net</link>
	<description></description>
	<lastBuildDate>Wed, 30 Dec 2009 11:42:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>IronPythonStudio: A Free Version of Visual Studio for IronPython</title>
		<link>http://www.richardbushnell.net/2008/01/07/ironpythonstudio-a-free-version-of-visual-studio-for-ironpython/</link>
		<comments>http://www.richardbushnell.net/2008/01/07/ironpythonstudio-a-free-version-of-visual-studio-for-ironpython/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 11:10:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[IronPython]]></category>
		<category><![CDATA[IronPythonStudio]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://richardbushnell.net/index.php/2008/01/07/ironpythonstudio-a-free-version-of-visual-studio-for-ironpython/</guid>
		<description><![CDATA[Yaay! There&#8217;s a FREE version of Visual Studio for IronPython, called IronPythonStudio. Until now you could use Visual Studio for IronPython, but only with a huge SDK, the ASP.Net Futures, and a lot of patience. Now there&#8217;s a separate IDE just for IronPython. IronPythonStudio uses Visual Studio 2008 as its shell, and looks very impressive. [...]]]></description>
			<content:encoded><![CDATA[
<!-- using Like-Button-Plugin-For-Wordpress [v4.2] | by http://www.gb-world.net -->
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.richardbushnell.net%2F2008%2F01%2F07%2Fironpythonstudio-a-free-version-of-visual-studio-for-ironpython%2F&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="false" style="border:none; overflow:; width:450px; height:30px"></iframe>
<!-- using Like-Button-Plugin-For-Wordpress [v4.2] | by http://www.gb-world.net -->
<br><p>Yaay! There&#8217;s a FREE version of <a href="http://www.codeplex.com/IronPythonStudio" target="_blank">Visual Studio for IronPython</a>, called <a href="http://www.codeplex.com/IronPythonStudio" target="_blank">IronPythonStudio</a>.</p>
<p>Until now you <em>could</em> use Visual Studio for IronPython, but only with a huge SDK, the ASP.Net Futures, and a lot of patience. Now there&#8217;s a separate IDE just for IronPython. </p>
<p>IronPythonStudio uses Visual Studio 2008 as its shell, and looks very impressive. You can use it to create Windows and WPF apps. Big kudos to the IronPython team for this.</p>
<p>There&#8217;s a <a href="http://www.codeplex.com/IronPythonStudio/Release/ProjectReleases.aspx?ReleaseId=8934" target="_blank">webcast on the Release page</a>, and screenshots <a href="http://www.codeplex.com/IronPythonStudio" target="_blank">here</a>.</p>
<h2>Download</h2>
<p>You need to grab the following bits:</p>
<ol>
<li>The <a title="http://www.microsoft.com/downloads/details.aspx?familyid=aca38719-f449-4937-9bac-45a9f8a73822&amp;displaylang=en" href="http://www.microsoft.com/downloads/details.aspx?familyid=aca38719-f449-4937-9bac-45a9f8a73822&amp;displaylang=en" target="_blank">Microsoft Visual Studio 2008 Shell (isolated mode) Redistributable Package</a>.</li>
<li>The <a href="http://www.codeplex.com/IronPythonStudio/Release/ProjectReleases.aspx?ReleaseId=8934" target="_blank">IronPythonStudioSetup</a>.</li>
</ol>
<p><strong>Note</strong>: You <em>don&#8217;t need</em> <strong>IronPython</strong> itself. Version 1.1 of IronPython is installed in the IronPythonStudio directory during the installation.</p>
<h2>Installation</h2>
<p>To install ÎronPythonStudio,</p>
<ol>
<li>Run the VS 2008 Shell Package.</li>
<li><strong>Important: </strong>Go to the directory where you installed the package, and run vs_shell_isolated.enu.exe. (This step is not documented!)</li>
<li>Run the IronPythonStudio Msi package.</li>
</ol>
<p>And you&#8217;re good to go.</p>
<h2>Installation Problems</h2>
<h3>Shell Redistributable is missing</h3>
<p>The first time I installed the VS Shell, it installed with no problem. However, when I ran the IronPythonStudioSetup Msi package, I got the following error:</p>
<p><a href="http://www.richardbushnell.net/wp-content/uploads/2008/01/image.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="170" alt="This setup requires the Microsoft Visual Studio 2008 Shell Isolated Mode Redistributable " src="http://www.richardbushnell.net/wp-content/uploads/2008/01/image-thumb.png" width="450" border="0"></a> </p>
<p>This happens because there are no instructions to say that the shell package is actually just going to unzip the required setup files, and that you need to run vs_shell_isolated.enu.exe. </p>
<p>Just run vs_shell_isolated.enu.exe and then IronPythonStudioSetup.</p>
<h3>Installing on Vista</h3>
<p>I installed IronPythonStudio on XP Pro SP2, and haven&#8217;t tried on Vista. Apparently you have to run the IronPythonStudio msi as admin.
<p>If you have problems, see <a href="http://www.codeplex.com/IronPythonStudio/Thread/View.aspx?ThreadId=19180" target="_blank">this post</a> in the <a href="http://www.codeplex.com/IronPythonStudio/Thread/List.aspx" target="_blank">IronPythonStudio forums</a>.</p>

<!-- using Like-Button-Plugin-For-Wordpress [v4.2] | by http://www.gb-world.net -->
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.richardbushnell.net%2F2008%2F01%2F07%2Fironpythonstudio-a-free-version-of-visual-studio-for-ironpython%2F&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="false" style="border:none; overflow:; width:450px; height:30px"></iframe>
<!-- using Like-Button-Plugin-For-Wordpress [v4.2] | by http://www.gb-world.net -->
]]></content:encoded>
			<wfw:commentRss>http://www.richardbushnell.net/2008/01/07/ironpythonstudio-a-free-version-of-visual-studio-for-ironpython/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

