Hi,
I'm trying to enable migrations on a EF Code-First project using VS2013 Pro, and I'm getting this error: 'System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualStudio.Shell, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.'
I remember being able to do this on VS2010, but I have already updated to VS2013.
I tried the solution metioned here, which is to install "Microsoft Visual Studio 2013 Shell (Isolated) Redistributable Package", but that didn't really help. I still get the error.
Anyone knows how to fix this?