Unable to Install Any Package in Visual Studio 2015
I’ve tried every package I could possibly find and none of them will install in my project. I’ve installed every update listed in … Read more
I’ve tried every package I could possibly find and none of them will install in my project. I’ve installed every update listed in … Read more
I’m currently working on a solution that initially contained one project (My.First.Project.Name). I’ve installed Castle Windsor by executing: Install-Package Castle.Windsor I’ve just added … Read more
How can you find the unused NuGet packages in a solution? I’ve got a number of solutions where there are a lot of … Read more
I have migrated a solution that is currently targeting .NET 4.0 in VS2010 to VS2012 and now I would like to re-target it … Read more
There’s a similar post on stack but it doesn’t help with my issue possibly because I am using Visual Studio 2015. How do … Read more
This question already has answers here: Unable to Install Any Package in Visual Studio 2015 (19 answers) Closed 5 years ago. I’m getting … Read more
Previous working asp.net webforms app now throws this error: System.MissingMethodException: Method not found The DoThis method is on the same class and it … Read more
I have the following convention for most of my projects: /src /Solution.sln /SolutionFolder /Project1 /Project2 /etc.. /lib /Moq moq.dll license.txt /Yui-Compressor yui.compressor.dll /tools … Read more
I searched this problem but none of the solutions worked. I have Visual Studio Professional 2015 installed and I am using TFS. My … Read more
I’m trying to get TFS (2013) to ignore my packages folder. I passionately don’t want it source controlled as I’m using NuGet and … Read more