ASP.NET in Visual Studio 2015

  • Thread starter Thread starter irsharp
  • Start date Start date
I

irsharp

Guest
I am trying to start a new ASP.NET app using Visual Studio 2015.

When I click "New Project...",

I then select "Visual C#"==>"Web", before selecting "ASP.NET Web Application",

I supply a name for the project and click <OK>.

I select the MVC template.

I receive the following in a message window:


"Microsoft Visual Studio

Package Installation Error

Could not add all required packages to the project. The following packages failed to install from 'C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Stack 5\Packages':

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."


Any ideas what is missing and how to remedy this situation would be greatly appreciated.

Continue reading...
 
Back
Top