No templates available when creating a new project in Visual Studio

前端 未结 3 1660
小鲜肉
小鲜肉 2021-02-15 02:54

\"No template information found. See the application log in Event Viewer for more details. To open Event Viewer, click Start, click Control Panel, double-click Administrativ

3条回答
  •  难免孤独
    2021-02-15 03:24

    Start Menu --> Microsoft Visual Studio 2008 --> Visual Studio Tools. Right-click over the Visual Studio Command Prompt shortcut and make sure you select Run as Administrator. Once the VS Command Prompt comes up, execute the command without Quot,

    1. "devenv /installvstemplates"

    2. "devenv /resetsettings"

      And that worked out.

提交回复
热议问题