Click here to Skip to main content
15,921,276 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I tried to install the FriendlyUrls.Core using the Package Manager control and I received the following message followed by "No Scripts folder found"

Module 'Package' could not be loaded. For more information, run 'Import-Module Package".
At C:\BegASPNET\Site\packages\Modernizr.2.8.3\tools\install.ps1:3 char:3
+ . (Join-Path $toolsPath common.ps1)
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Package\common.ps1:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CouldNotAutoLoadModule

I'm don't understand what to do.

Thanks

What I have tried:

1. Started Package Manager Console

2. Typed in: Install-Package Microsoft.AspNet.FriendlyUrls.core

3. Received above error message
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900