I have a problem in Visual Studio 2010 Ultimate and WP7 SDK.

I have installed the WP7 SDK and when i tried to use Add an item... in my solution the list of installed templates was completely empty.

Then i updated to the WP7.5 SDK the same happened.

I uninstalled the SDK and reinstall nothing.

I tried to reset the settings using the methods described here and here

I uninstalled everything related to VS and reinstalled it with the same thing happened.

Any info to fix it?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

There are several things you could try.

  1. Make sure that the language of the IDE matches the one in your settings. Go to Tools > Options > Environment > International Settings and set the Language to English. Once done, go to point 2.
  2. Most obvious - devenv /installvstemplates
  3. Uninstall Visual Studio itself (not sure what you meant by everything related)
  4. Open C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ProjectTemplates and C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplates - check that the templates are physically present in the folder.
link|improve this answer
I had tried all the above before posting the question.The problem didnt solved :( – Alexander Talavari Sep 6 '11 at 8:52
Eventually i fixed it using a mix of the above but i dont remember the sequence.I mark it as answered because no one else answered. – Alexander Talavari Sep 9 '11 at 8:48
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.