Iron Python installed but project type missing from VS08 - Stack Overflow most recent 30 from stackoverflow.com2009-11-30T01:38:40Zhttp://stackoverflow.com/feeds/question/516987http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/516987/iron-python-installed-but-project-type-missing-from-vs082Iron Python installed but project type missing from VS08cody2009-02-05T17:43:35Z2009-02-06T06:30:03Z
<p>I installed IronPython.msi from Codeplex (<a href="http://www.codeplex.com/IronPython/Release/ProjectReleases.aspx?ReleaseId=8365" rel="nofollow">http://www.codeplex.com/IronPython/Release/ProjectReleases.aspx?ReleaseId=8365</a>) and expected to see an entry for IronPython in VS08 (professional) when I go to create a new project but it is not listed.</p>
<p>Where and what does this install add to my system?</p>
<p>Am I missing something?</p>
<p>C</p>
http://stackoverflow.com/questions/516987/iron-python-installed-but-project-type-missing-from-vs08/517017#5170172Answer by gimel for Iron Python installed but project type missing from VS08gimel2009-02-05T17:51:45Z2009-02-05T17:51:45Z<p>Try installing <a href="http://www.codeplex.com/IronPythonStudio" rel="nofollow">IronPython Studio</a>. Be careful - it seems to use an older version of IronPython.</p>
http://stackoverflow.com/questions/516987/iron-python-installed-but-project-type-missing-from-vs08/518741#5187411Answer by srivatsn for Iron Python installed but project type missing from VS08srivatsn2009-02-06T01:11:57Z2009-02-06T01:11:57Z<p>IronPython does not have any VS Integration. The link in your question simply installs the commandline tool. The default folder is IronPython 2.0 under ProgramFiles. That is the only thing that gets installed on your machine.</p>
<p>I'm not sure if IronPython Studio that @gimel points supports IPy 2.0 - probably not.</p>