Reputation: 2827
I have installed IronPython 2.7.3. I would see a IronPython project in the visual studio. I have visual studio 2010 professional. My problem is that. I do not see the Iron Project. Why, where is that? Now I am downloading the Ultimate. Maybe the version of the visual studio is the problem?
Upvotes: 0
Views: 616
Reputation: 7662
The project templates are part of PTVS, not IronPython. Old versions of IronPython did include Visual Studio templates, but they were removed in favour of PTVS.
Upvotes: 2