Iron Python installed but project type missing from VS08 - Stack Overflow most recent 30 from stackoverflow.com 2009-11-30T01:38:40Z http://stackoverflow.com/feeds/question/516987 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/516987/iron-python-installed-but-project-type-missing-from-vs08 2 Iron Python installed but project type missing from VS08 cody 2009-02-05T17:43:35Z 2009-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#517017 2 Answer by gimel for Iron Python installed but project type missing from VS08 gimel 2009-02-05T17:51:45Z 2009-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#518741 1 Answer by srivatsn for Iron Python installed but project type missing from VS08 srivatsn 2009-02-06T01:11:57Z 2009-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>