Visual Studio 2013 C# ASP.NET MVC problem EntityFramework.6.1.2-beta1\tools\init.ps1 cannot be loaded because its execution is blocked by software restriction policies. For more information, contact your system administrator.
When I try to use the Enable-Migrations: I get the message below: The term 'Enable-Migrations' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spe lling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:18 + Enable-Migrations <<<< + CategoryInfo : ObjectNotFound: (Enable-Migrations:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
I have the above Issue, and I tried all sorts of solutions for it, but none of them helped
Things that I have already done:
- removed all nuget extention and installed it Again (Didn't Work)
- Removed Entity Framework and reinstalled it again (Didn't Work)
- closed my visual studio 2013 and reopened the file (Didn't Work)
- Opened visual studio using Administrator (Didn't Work)
- Deleted the whole package brought package from a different project (Didn't Work)
I even tried some power shell commands, still does not work.