Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Check if Project Templates are installed:</p> <ol> <li>Manually search if you find the project template (it would be *.zip) inside %ProgramFiles%\Microsoft Visual Studio 10.0\Common7\IDE\ProjectTemplates\CSharp\Web\1033</li> <li>If YES, please run devenv.exe /installvstemplates</li> <li>If NO, then its guaranteed that the ProjectTemplates are not installed. You would have to reinstall to get the ProjectTemplates on your disk. </li> </ol> <p><strong>For the records:</strong></p> <p>All the installed project templates are available here: (this is the default path)</p> <blockquote> <p>%ProgramFiles%\Microsoft Visual Studio 10.0\Common7\IDE\ProjectTemplates</p> </blockquote> <p>This is where the File->New ->Project Dialog loads ProjectTemplates from, and is displayed in the <strong><em>Same Folder heirarchy convention</em></strong>. You could add another path by updating </p> <blockquote> <p>Tools -> Options -> Projects and Solutions -> General -> User Project Template Location</p> </blockquote> <p>On studio(devenv.exe) launch/loading it would try to create a ProjectTemplateCache on localappdata or %ProgramFiles% based on whether you are local user or admin. The cache inside Programfiles are available here</p> <blockquote> <p>%ProgramFiles%\Microsoft Visual Studio 10.0\Common7\IDE\ProjectTemplatesCache</p> </blockquote> <p>This ProjectTemplateCache directory is Created (if doesnt exists) or Updated(if already exists) by running <strong>*devenv.exe /installvstemplates</strong> on cmd. This command is run during installation of Visual Studio. Ideally all other installers who ship project templates should run this command. But, sometimes this might fail due to access rights. So its is safe to run it again manually.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload