ASP.Net MVC プロジェクトで Code First Migrations をオンにしたときに作成される configuration.cs 内の Seed メソッドを使用しています。
私の通常のcontext.ENTITYHERE.AddOrUpdate
通話はすべてうまく機能しています。このメンバーシップ プロバイダーで一部のユーザーをセットアップしようとすると、問題が発生します。
Could not load type 'CodeFirstMembershipSharp.CodeFirstMembershipProvider' from assembly 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
「Membership.CreateUser(Username, Password, Email, null, null, IsApproved, null, out CreateStatus);」を無効にすると、WebSecurity.cs の行、問題ないようです..!
何か案は?どんな助けでも大歓迎です!