.NET Framework Developer Center > .NET Development Forums > Common Language Runtime > I want to my Hello world program to be executed in Visual Studio 2008.
Ask a questionAsk a question
 

AnswerI want to my Hello world program to be executed in Visual Studio 2008.

  • Wednesday, November 04, 2009 10:29 AMsrikKrip Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Is it possible to make my pyton run in Visual studio 2008. Please tell me the link or procedure to follow.

Answers

  • Thursday, November 05, 2009 9:19 AMMarcel Roma Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Since you successfully installed the VS 2008 Shell Integrated Mode Redistributable Package and also Iron Phyton Studio Integrated Setup, as I understand, all you now have to do is start Visual Studio 2008.

    When the IDE is up and running, go to File > New > Project... There you should find the Iron Python project templates.
  • Thursday, November 05, 2009 11:12 AMMarcel Roma Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    I'm glad that my answer got you started with IronPython and VS (please mark it as an answer, if you're happy with it).


    Now to your other question. In the current release of IronPython Studio there is no web project template.

    There is some *pre-release* documentation on MSDN regarding your topic of interest (http://msdn.microsoft.com/en-us/library/bb165160(VS.80).aspx), but this is an evolving theme, so let us wait for .NET 4.0 and the DLR.

    You can find more interesting links here: http://ironpython-urls.blogspot.com/


    Marcel


  • Thursday, November 05, 2009 1:18 PMMarcel Roma Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer

    There is no integrated support for this in Visual Studio 2008 at this time.

    Alan Harris's book Pro IronPython (apress, 2009) has an interesting chapter where he talks about calling IronPython code and also in chapter 8 (Caught In A Web) he talks about ASP.net and IronPython. In the absence of a web project template in VS 2008, the sample from http://aspnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=17613 could help you find your own way.

    Marcel

All Replies