MySqlを実行しているEntityFrameworkプロジェクトがローカルサーバーと専用サーバーで実行されていますが、このプロジェクトをHostGatorに移動しようとしていますが、次のエラーが表示されます。指定されたスキーマは無効です。エラー:エラー0002:リクエストが失敗しました
Schema specified is not valid. Errors:
App_Code.WireWeld.ssdl(2,88) : error 0002: Request failed.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.MetadataException: Schema specified is not valid. Errors:
App_Code.WireWeld.ssdl(2,88) : error 0002: Request failed.
Navicat経由で接続してその内容を見ることができるので、データベースが正しいことが分かります。私は接続文字列が正しいことを確信しています、私は適切なユーザー名とパスワードを持っています。
私は本当にこれに固執し、可能な助けを感謝します。
プロジェクトに複数のモデルが存在する可能性はありますか?これはしばしばエンティティフレームワークを使用しているときに問題を引き起こします – ScorpiAS