“The specified path, file name, or both are too long.” Error (Entity Framework 6.1 and Visual Studio 2015)
This is an issue a coworker of mine ran across the other day while trying to run “Update-Database” on his EF6 project via Visual Studio 2015. Specifically, this error only seems to occur when referencing the EntityFramework NuGet package in more than one project in the same solution. This issue appears to affect any command related […]