NuGet Package Manager - Execution Policy Error on VS 2013 & VS 2015


Last night, I installed update 5 of Microsoft Visual Studio 2013 and I experienced strange behaviour in entity framework. I was unable to perform any database operation. I wasted couple of hours in trying multiple options but all ended up with nothing. I started googing the error on the internet and found the root cause of the issue. I am hoping that this will help and save the time of other.

The actual culprit of this issue was nuget and you can fix this issue by installing the latest version of nuget. You can download the compatible installer from below url’s.

For VS 2013

https://github.com/NuGet/Home/releases/download/2.8.7/NuGet.Tools.vsix

For VS 2015:

https://github.com/NuGet/Home/releases/download/3.1.1/NuGet.Tools.vsix

 

Comments

Popular posts from this blog

SSIS Merge Join - Both inputs of the transformation must contain at least one sorted column, and those columns must have matching metadata SSIS

jsGrid

Add Item to SharePoint List with attachment using client object model