Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WP7 Installed and Templates Not Available in Visual Studio 2010

I have Visual Studio 2010 Ultimate installed. I installed all tools listed here.

When I create a new project in Visual Studio, I don't see anything about Windows Phone or XNA anywhere. I've tried reinstalling the tools. I've tried doing devene.exe /InstallVSTemplates following this.

Am I missing something here?

Update: I did have VS2010 SP1 installed before I installed the WP7 developer tools.

like image 955
Josh Close Avatar asked Nov 05 '22 01:11

Josh Close


1 Answers

I was able to fix this by doing the following:

  1. Uninstall everything related to Visual Studio 2010
  2. Install Visual Studio 2010
  3. Install the WP7 developer tools
  4. Install VS2010 SP1

What I found was, when installing the WP7 developer tools, if VS2010 SP1 is installed, the tools installer doesn't find VS2010 and the plugins/templates don't get installed.

If there is a way to fix this without doing a reinstall, I'd love to know.

like image 174
Josh Close Avatar answered Nov 10 '22 19:11

Josh Close