Previously I used Visual Studio 2012 for Windows Phone 8. and developed some projects.
But, suddenly there is no options for creating windows phone App.
If i try to create a new project will show error popup like this.
Previously I used Visual Studio 2012 for Windows Phone 8. and developed some projects.
But, suddenly there is no options for creating windows phone App.
If i try to create a new project will show error popup like this.
Right-click on the Visual Studio Command Prompt shortcut and then select Run as Administrator
Run below command
devenv /installvstemplates
devenv /resetsettings
http://www.tanchunsiong.com/visual-studio-2012-no-template-information-found/
UPDATE:
This switch is supported only for Visual Studio partner development, and is not available in Express editions. You must run devenv as an administrator in order to use the /Setup (devenv.exe) and /InstallVSTemplates (devenv.exe) switches. For more information, see User Permissions and Visual Studio.
http://msdn.microsoft.com/en-us/library/vstudio/ms241279.aspx
This may not work on the express version. If you have a Professional or Ultimate version of VS, try running the installer again. Then choose "Modify" option, and select "Windows Phone 8.0 SDK" from the list.
For more information see here