最近、.NET Framework 4.5 で EF5 を使い始めました。Entity Framework Profiler を使用したいのですが、初期化しようとすると例外が発生します。
System.InvalidOperationException: System.InvalidOperationException: The type or namespace name 'Infrastructure' does not exist in the namespace 'System.Data.Entity' (are you missing an assembly reference?)
System.Data.Entity アセンブリを参照したことに注意してください。おそらく、app.config でアセンブリ バインディング リダイレクトをセットアップする必要がありますか? なにか提案を?
前もって感謝します