views:

19

answers:

0

Hi, I downloaded the VS2008 SDK v1.1 and opened the IronPythonProject C# example. My target is to deploy the IronPythonProject. So, I made the following steps:

  1. Build the PythonProject.

  2. F5 to run in the exp hive.

  3. File -> new project->New Project dialog: the IronPython project types appear with two types: Web, Windows and all thing works correctly.

  4. Deploy the PythonProject through the walkthrough: Tutorial: Simple VSPackage Deployment Link: http://msdn.microsoft.com/en-us/library/bb458038%28v=VS.90%29.aspx

  5. After I setup the deployed project on end user's machine, and opened the VS 2008 -> File -> new project-> on the left pane project types I found the IronPython: and the Web only appears as project type and the Visual Studio installed templates has only ASP.Net Web Application.

My question is :

Why the Windows project type doesn't appear in the list after deployment? I am work on (development machine) windows XP Professional Version 2002 Service Pack 3, VS2008 Version 3.5 SP1, SDK 2008 v1.1 Please help.