Windows Phone (WP) Question:
Download Questions 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?

Windows Phone Interview Question
Windows Phone Interview Question

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 Interview Questions And Answers PDF

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?