How can I fix missing IronPython project templates in Visual Studio 2010?

馋奶兔 提交于 2019-12-13 18:20:04

问题


I installed IronPython yesterday. After running Visual Studio the IronPython project template showed up but later it was gone. I've tried repairing, uninstalling, and reinstalling without fixing the issue. How can I make the templates show up?


回答1:


I had a similar issue with IronPython 2.7 RTM on VS 2010 SP1. I had the python tools for VS 1.0 installed before I installed IronPython. I did the following to resolve the issue

  1. Uninstalled IronPython
  2. Uninstalled Python tools for VS
  3. Installed IronPython 2.7 RTM without the "Tools for VS" feature, this is provided by the python for VS installer
  4. Installed Python Tools for VS



回答2:


I uninstalled the version of IronPython I had.

I renamed C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\Microsoft\IronStudio to IronStudio-old

I downloaded IronPython 2.7 Beta 1

I installed IronPython 2.7 Beta 1 and the template worked.



来源:https://stackoverflow.com/questions/4432606/how-can-i-fix-missing-ironpython-project-templates-in-visual-studio-2010

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!