簡體   English   中英

無法使用Visual Studio 2015 CTP預覽版打開簡單的控制台應用程序

[英]Can't open simple Console Application with Visual Studio 2015 CTP Preview

我下載了Visual Studio 2015 CTP預覽版,因為我想測試一下是否可以加載Roslyn Code Issue擴展。

當我嘗試使用New Project-> Console Aplication創建一個簡單的控制台應用程序時,出現以下錯誤對話框。

在此處輸入圖片說明

任何想法可能是什么原因造成的? 我已經重新安裝了同一個問題。

我遇到了同樣的問題,並在另一個站點上找到了解決方案。 以下是需要執行的步驟:

Open a Visual Studio command window with admin privileges. This can be done from Windows search after clicking on the Windows button (or Start button - depending on the OS) located in the lower left corner. Make sure that you don't have any Visual Studio project open before proceeding.

Type in prompt in the search box and select "Developer Command Prompt". Right click on this and select run with admin privileges.

In the command window Enter:

cd C:\\ Program Files(x86)\\ Microsoft Visual Studio 14.0 \\ Common7 \\ IDE

In the command window then enter:

devenv / installvstemplates

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM