Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2015 Nuget "There is no working folder mapping" Error

When adding the media services nuget package, VS 2015 is giving me errors about having no working folder mapping, then rolls back.

Here is an example of the message:

There is no working folder mapping for C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\lib\net45.

When I open the same solution from VS 2013, it works as expected.

Does anyone know how to resolve the error is VS 2015, or perhaps why it doesn't work there but does work in VS 2013?

(In VS 2015, I opened the solution by browsing to the sln file locally - not by retrieving the solution from source control.)

like image 669
Pat Avatar asked Jul 22 '15 19:07

Pat


2 Answers

This is a known bug: https://github.com/NuGet/Home/issues/1004 Use Visual Studio 2013 for now. In the rush to get it out, Microsoft released a product that was not ready, even though technically this is a NuGet issue.

like image 182
Serj Sagan Avatar answered Nov 18 '22 12:11

Serj Sagan


Not a long term solution, but I unbound from TFS, added the packages I needed, then rebound.

like image 34
Irwin Avatar answered Nov 18 '22 12:11

Irwin