Windows Phone (WP) Question: Download Windows Phone PDF

Suppose I have lost one of the application templates in Visual Studio 2010. It’s available in the file system but not in Visual Studio… Any ideas?

Tweet Share WhatsApp

Answer:

Try running Devenv /setup.
Running devenv /installvstemplate might also work; but that is going to slow down overall VS performance. The /installvstemplate is a development only option that makes it easy for developer to test their templates. This shouldn’t be used on end user machines. Devenv /setup does a lot of more processing and caching to speed up VS performance.

Download Windows Phone PDF Read All 82 Windows Phone Questions
Previous QuestionNext Question
in the emulator, NetworkInterface.GetIsNetworkAvailable() always return false?Tell me is it possible to run two instances of emulator on the same machine. I am doing some networking app and need two emulators to test it?