私はwebアプリケーションプロジェクトを作成しようとしていたとき、私は以下のようなメッセージが表示され、このエラーに直面しています:OK
をクリックした後、それはプロジェクトの作成を続行しますが、私が持っている最後のステップになり、Visual Studioパッケージのインストールエラー:「PowerShellホストの初期化に失敗しました。
Package Installation Error
Could not add all required packages to the project. Thw following packages failed to install from 'C:\Program Files (x86)\Michrosoft Web Tools\Packages':
Microsoft.Web.Infrastructure.1.0.0.0: Failed to initialize the PowerShell host. If your PowerShell execution policy setting is set to AllSigned, open the Package Manager Console to initialize the host first.
jQuery.1.10.2: Failed to initialize the PowerShell host. If your PowerShell execution policy setting is set to AllSigned, open the Package Manager Console to initialize the host first.
Modernizr.2.6.2: Failed to initialize the PowerShell host. If your PowerShell execution policy setting is set to AllSigned, open the Package Manager Console to initialize the host first.
Newtonsoft.Json.6.0.4: Failed to initialize the PowerShell host. If your PowerShell execution policy setting is set to AllSigned, open the Package Manager Console to initialize the host first.
もまた、このエラーメッセージ:すべての後に
Failed to initialize the PowerShell host. If your PowerShell execution policy setting is set to AllSigned, open the Package Manager Console to initialize the host first.
、パッケージマネージャコンソールで、私はこの奇妙なメッセージが表示されています:
An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
"Set-ExecutionPolicy AllSigned"でPowerShellで修正しようとしましたが、何も起こりませんでした。 –