1

ユーザー確認のためのクラスMembershipProviderを電子メールでカスタマイズしなければなりませんでした。カスタムメンバーシップ - Webサイト管理ツールのエラー

しかし、あなたは、次のエラーAsp.netのWebサイト管理ツール、「セキュリティ」タブを開いたとき:コードは、トピックを汚染する素晴らしいとではありませんので

There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or by insufficient permission. It can also be caused by the role manager feature not being enabled. Click the button below to be redirected to a page where you can choose a new data store.

The following message may help in diagnosing the problem: Type is not resolved for member 'System.Data.Entity.ModelConfiguration.ModelValidationException,EntityFramework, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.

、私はgithubの上に置きます。

コード:

https://gist.github.com/1146084

+0

私は、「データ」という名前の接続文字列を見ていない - あなたにもそれを投稿することができますか?また、EFなどのさまざまなDLLを登録するweb.configの残りの部分を投稿してください。 – Jack

+0

ファイルを更新しました。 もう一度見てください。 – ridermansb

答えて

0

私はまだMVC 3およびEF 4.1に新しいですが、EntityFrameworkアセンブリのためにあなたのweb.configファイル内の行を追加してみてください。セットアップにもこの問題があったようです。私は、正確なラインを覚えていないことができ、それはのようなもの(私は家を得るとき、私はそれを検索します)です。

<add assembly="System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> 
関連する問題