最近、VS2010からVS2012に切り替えました。データベースプロジェクトを開くと、以下のエラーが発生します。
C:\Trunk\Database\Database.dbproj : error : Internal Error. The database platform service with type Microsoft.Data.Schema.Sql.Sql100DatabaseSchemaProvider is not valid. You must make sure the service is loaded, or you must provide the full type name of a valid database platform service.
窒息しているプロジェクトファイルの次の行かもしれないと思います
<DSP>Microsoft.Data.Schema.Sql.Sql100DatabaseSchemaProvider</DSP>
またはおそらくこれ
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v10.0\TeamData\Microsoft.Data.Schema.SqlTasks.targets" />
VS2012でプロジェクトをロードできるように、このエラーを回避する方法はありますか?