NuGet Package Manager Console Default Project dropdown is empty
问题 I recently upgraded to Visual Studio 2012 RTM Ultimate from MSDN. I'm using EF Code First Migrations to build my database in my app, and I recently added a new entity and want to scaffold the migration for it. To do this, you need to open the Package Manage Console window in VS, and type add-migration "some name here" . This will scaffold any changes to your database since the last time it was updated. The Problem This issue did not occur on VS 2012 RC The problem I'm encountering is the