Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Operation failed, unable to locate the solution directory

Tags:

asp.net

nuget

I'm new to ASP.NET and have been working through some tutorials in VS 2013. I just tried to open up Nuget by clicking on Website > Manage Nuget Packages, but got this error message:

"Operation failed. Unable to locate solution directory. Please ensure that the solution has been saved."

I can't seem to find anything online about how to fix this, and Nuget is definitely installed and everything is saved. Any thoughts?

like image 528
stamblerre Avatar asked Jun 25 '14 15:06

stamblerre


1 Answers

In VS2010 ctrl+shift+S saves everything.

Selecting the solution in the Solution Explorer and then choose

File | Save

saves the solution.

Keep in mind that if you donwload files from the internet those files can be blocked. You can unblock them by going to the properties of the file in the windows explorer and click unblock. Or you could use powershell as shown in this question

like image 91
rene Avatar answered Nov 07 '22 00:11

rene