<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Ado.Net Entity Framework Membership Provider (Code first)</title><link>http://efmembership.codeplex.com/project/feeds/rss</link><description>ADO.Net Framework Code First Membership Provider   With YOUR OPTIONAL DATABASE DESIGN   Manage the Roles and User Accounts with Asp.   C&amp;#35;, VB.Net, F&amp;#35;, MVC, MVC2, MVC3, Asp.Net, WCF</description><item><title>New Post: ConfigurationException</title><link>http://efmembership.codeplex.com/discussions/443698</link><description>&lt;div style="line-height: normal;"&gt;Hi,.&lt;br /&gt;
can you please write your connection string and membership provider of your app config here.&lt;br /&gt;
by the way you have to write normal connection string.&lt;br /&gt;
&lt;/div&gt;</description><author>OmidID</author><pubDate>Tue, 21 May 2013 07:31:29 GMT</pubDate><guid isPermaLink="false">New Post: ConfigurationException 20130521073129A</guid></item><item><title>New Post: ConfigurationException</title><link>http://efmembership.codeplex.com/discussions/443698</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
my solution is throwing ConfigurationErrorException at startup. my installer code is in Main() of program.cs. Is it caused by wrong app.config?&lt;br /&gt;
&lt;br /&gt;
How can I fix it? I just replaced ConnectionStringName from the one you provide and the provider name in connection string to SqlClient instead of EntityClient. Right?&lt;br /&gt;
&lt;br /&gt;
Should I add another connectionstring name on my app.config instead of modify that one?&lt;br /&gt;
&lt;br /&gt;
Thank you&lt;br /&gt;
&lt;/div&gt;</description><author>Mone181</author><pubDate>Wed, 15 May 2013 09:40:22 GMT</pubDate><guid isPermaLink="false">New Post: ConfigurationException 20130515094022A</guid></item><item><title>New Post: MySQL Connection</title><link>http://efmembership.codeplex.com/discussions/438124</link><description>&lt;div style="line-height: normal;"&gt;Hi, yes it's possible, just add and install MySql provider for Entity Framework.&lt;br /&gt;
for connection string, open link below:&lt;br /&gt;
&lt;a href="http://stackoverflow.com/questions/3283820/using-mysql-with-entity-framework-4-and-the-code-first-development-ctp" rel="nofollow"&gt;http://stackoverflow.com/questions/3283820/using-mysql-with-entity-framework-4-and-the-code-first-development-ctp&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>OmidID</author><pubDate>Fri, 05 Apr 2013 19:18:56 GMT</pubDate><guid isPermaLink="false">New Post: MySQL Connection 20130405071856P</guid></item><item><title>Created Issue: Licence on GitHub does not match licence on Codeplex [5]</title><link>http://efmembership.codeplex.com/workitem/5</link><description>I think this is probably just an oversight, but the licence listed on github is the GPL, and the licence on Codeplex is BSD...&lt;br /&gt;</description><author>rubensr</author><pubDate>Wed, 03 Apr 2013 21:56:24 GMT</pubDate><guid isPermaLink="false">Created Issue: Licence on GitHub does not match licence on Codeplex [5] 20130403095624P</guid></item><item><title>New Post: MySQL Connection</title><link>http://efmembership.codeplex.com/discussions/438124</link><description>&lt;div style="line-height: normal;"&gt;It's possible to adapt this nuget to connect with an existing MySQL Db if so, do you have any experience in this? &lt;br /&gt;
&lt;/div&gt;</description><author>jctt</author><pubDate>Wed, 27 Mar 2013 07:17:16 GMT</pubDate><guid isPermaLink="false">New Post: MySQL Connection 20130327071716A</guid></item><item><title>New Post: Could not load type 'System.ComponentModel.DataAnnotations.TableAttribute' </title><link>http://efmembership.codeplex.com/discussions/434487</link><description>&lt;div style="line-height: normal;"&gt;Hi please download and compile source code from &lt;a href="https://github.com/OmidID/Ado.net-Entity-Framework-Membership-Provider" rel="nofollow"&gt;https://github.com/OmidID/Ado.net-Entity-Framework-Membership-Provider&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>OmidID</author><pubDate>Fri, 22 Mar 2013 13:21:17 GMT</pubDate><guid isPermaLink="false">New Post: Could not load type 'System.ComponentModel.DataAnnotations.TableAttribute'  20130322012117P</guid></item><item><title>New Post: Configuration Error whilst starting Application</title><link>http://efmembership.codeplex.com/discussions/433983</link><description>&lt;div style="line-height: normal;"&gt;Hi you have  to put you assembly name instead of &amp;quot;OmidID.Web.Security.EFMembershipProvider&amp;quot;&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;OmidID.Web.Security.EFMembershipProvider`2[[TwiiterSample.Models.MembershipModel.EFUser, __YOUR ASSEMBLY NAME HERE__],
                                                                    [System.Int32]], OmidID.Web.Security.EFMembershipProvider&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;</description><author>OmidID</author><pubDate>Fri, 22 Mar 2013 13:18:28 GMT</pubDate><guid isPermaLink="false">New Post: Configuration Error whilst starting Application 20130322011828P</guid></item><item><title>New Post: Could not load type 'System.ComponentModel.DataAnnotations.TableAttribute' </title><link>http://efmembership.codeplex.com/discussions/434487</link><description>&lt;div style="line-height: normal;"&gt;Hi there, i am testing the SAMPLE database with the code for web.config that you provided on an ASP.NET website in Visual Studio 2010 and EntityFramework 4.4.0.0 and upon starting&lt;br /&gt;
it throws the following error:&lt;br /&gt;
&lt;br /&gt;
 Could not load type 'System.ComponentModel.DataAnnotations.TableAttribute' from assembly 'EntityFramework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.&lt;br /&gt;
&lt;br /&gt;
on line &lt;br /&gt;
&lt;br /&gt;
 &amp;lt;add name=&amp;quot;OmidIDMembershipProvider&amp;quot; type=&amp;quot;OmidID.Web.Security.EFMembershipProvider`2[[OmidID.Web.Security.Default.DefaultUser, OmidID.Web.Security.EFMembershipProvider],[System.Int64]], OmidID.Web.Security.EFMembershipProvider&amp;quot; connectionStringName=&amp;quot;ApplicationServices&amp;quot; tablePrefix=&amp;quot;ef_&amp;quot; enablePasswordRetrieval=&amp;quot;false&amp;quot; enablePasswordReset=&amp;quot;true&amp;quot; requiresQuestionAndAnswer=&amp;quot;false&amp;quot; requiresUniqueEmail=&amp;quot;false&amp;quot; maxInvalidPasswordAttempts=&amp;quot;5&amp;quot; minRequiredPasswordLength=&amp;quot;6&amp;quot; minRequiredNonalphanumericCharacters=&amp;quot;0&amp;quot; passwordAttemptWindow=&amp;quot;10&amp;quot; applicationName=&amp;quot;/&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I am quite a newbie to ASP.NET so please any furhter explanation will be really helpful. &lt;br /&gt;
&lt;br /&gt;
Thanks!&lt;br /&gt;
&lt;/div&gt;</description><author>alvaroing12</author><pubDate>Tue, 26 Feb 2013 02:44:22 GMT</pubDate><guid isPermaLink="false">New Post: Could not load type 'System.ComponentModel.DataAnnotations.TableAttribute'  20130226024422A</guid></item><item><title>New Post: Configuration Error whilst starting Application</title><link>http://efmembership.codeplex.com/discussions/433983</link><description>&lt;div style="line-height: normal;"&gt;Hi Everyone,&lt;br /&gt;
&lt;br /&gt;
I did like to know what I am doing wrong using the following configuration Information&lt;br /&gt;
&lt;br /&gt;
I created The Custom EFUser Class in the following Namespace: TwiiterSample.Models.MembershipModel.EFUser. And my configuration details are as follows&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;membership defaultProvider=&amp;quot;OmidIDMembershipProvider&amp;quot;&amp;gt;
          &amp;lt;providers&amp;gt;
              &amp;lt;clear/&amp;gt;
              &amp;lt;add name=&amp;quot;OmidIDMembershipProvider&amp;quot;
                   type=&amp;quot;OmidID.Web.Security.EFMembershipProvider`2[[TwiiterSample.Models.MembershipModel.EFUser, OmidID.Web.Security.EFMembershipProvider],
                                                                    [System.Int32]], OmidID.Web.Security.EFMembershipProvider&amp;quot;
                   connectionStringName=&amp;quot;DefaultConnection&amp;quot; 
                   tablePrefix=&amp;quot;&amp;quot;
                   enablePasswordRetrieval=&amp;quot;false&amp;quot;
                   enablePasswordReset=&amp;quot;true&amp;quot;
                   requiresQuestionAndAnswer=&amp;quot;false&amp;quot;
                   requiresUniqueEmail=&amp;quot;false&amp;quot;
                   maxInvalidPasswordAttempts=&amp;quot;5&amp;quot;
                   minRequiredPasswordLength=&amp;quot;6&amp;quot;
                   minRequiredNonalphanumericCharacters=&amp;quot;0&amp;quot;
                   passwordAttemptWindow=&amp;quot;10&amp;quot;
                   applicationName=&amp;quot;/&amp;quot; /&amp;gt;
          &amp;lt;/providers&amp;gt;
      &amp;lt;/membership&amp;gt;&lt;/code&gt;&lt;/pre&gt;

However, when i try to run the application. I get the following error.&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;Error Message: Could not load type 'TwiiterSample.Models.MembershipModel.EFUser' from assembly 'OmidID.Web.Security.EFMembershipProvider'.

Source Error: 


Line 47:              &amp;lt;clear/&amp;gt;
Line 48:              &amp;lt;add name=&amp;quot;OmidIDMembershipProvider&amp;quot;
Line 49:                   type=&amp;quot;OmidID.Web.Security.EFMembershipProvider`2[[TwiiterSample.Models.MembershipModel.EFUser, OmidID.Web.Security.EFMembershipProvider],
Line 50:                                                                    [System.Int32]], OmidID.Web.Security.EFMembershipProvider&amp;quot;
Line 51:                   connectionStringName=&amp;quot;DefaultConnection&amp;quot; &lt;/code&gt;&lt;/pre&gt;

Please could u tell me what i may be doing wrong&lt;br /&gt;
&lt;/div&gt;</description><author>edikep2000</author><pubDate>Thu, 21 Feb 2013 16:22:34 GMT</pubDate><guid isPermaLink="false">New Post: Configuration Error whilst starting Application 20130221042234P</guid></item><item><title>Reviewed: Entity Framework Membership Provider 2.0 (1 06, 2013)</title><link>http://efmembership.codeplex.com/releases/view/81366#ReviewBy-xyz37</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - Awesome&amp;#33;&amp;#33;&amp;#33;&amp;#10;Thank you so much.&amp;#10;</description><author>xyz37</author><pubDate>Mon, 07 Jan 2013 01:31:52 GMT</pubDate><guid isPermaLink="false">Reviewed: Entity Framework Membership Provider 2.0 (1 06, 2013) 20130107013152A</guid></item><item><title>Reviewed: Entity Framework Membership Provider 2.0 (Dec 12, 2012)</title><link>http://efmembership.codeplex.com/releases/view/81366#ReviewBy-forme1</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - Nice&amp;#33; thanks you.</description><author>forme1</author><pubDate>Thu, 13 Dec 2012 05:48:20 GMT</pubDate><guid isPermaLink="false">Reviewed: Entity Framework Membership Provider 2.0 (Dec 12, 2012) 20121213054820A</guid></item><item><title>New Post: I update the new entity framwork ,then it's wrong, it did not work</title><link>http://efmembership.codeplex.com/discussions/404848</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;I never try that with ef5. but download source code from link below :&lt;/p&gt;
&lt;p&gt;https://github.com/OmidID/Ado.net-Entity-Framework-Membership-Provider&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;and build it with your project.&lt;/p&gt;
&lt;/div&gt;</description><author>omidid</author><pubDate>Sun, 02 Dec 2012 16:37:00 GMT</pubDate><guid isPermaLink="false">New Post: I update the new entity framwork ,then it's wrong, it did not work 20121202043700P</guid></item><item><title>New Post: I update the new entity framwork ,then it's wrong, it did not work</title><link>http://efmembership.codeplex.com/discussions/404848</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;It's ok, very good &amp;nbsp;,&lt;/p&gt;
&lt;p&gt;but I update the EF &amp;nbsp;,it's bad....&lt;/p&gt;
&lt;p&gt;I ues &amp;nbsp;vs2012 ,my&amp;nbsp;program use&amp;nbsp;entity framwork 5.0.0,mssql2012&lt;/p&gt;
&lt;p&gt;it can't create database,program return erro&lt;/p&gt;
&lt;p&gt;did you try this? &amp;nbsp;I don't know how solved it&lt;/p&gt;
&lt;p&gt;I'm&amp;nbsp;beginner, and my english is bad too.......sorry&lt;/p&gt;
&lt;/div&gt;</description><author>ma7x</author><pubDate>Wed, 28 Nov 2012 09:40:47 GMT</pubDate><guid isPermaLink="false">New Post: I update the new entity framwork ,then it's wrong, it did not work 20121128094047A</guid></item><item><title>New Post: Loading the project/solution from source</title><link>http://efmembership.codeplex.com/discussions/403903</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi, Sorry. It's not support by .Net 3.5, You have to use it in .net 4.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Omid Mafakher&lt;/p&gt;
&lt;/div&gt;</description><author>omidid</author><pubDate>Wed, 21 Nov 2012 20:29:54 GMT</pubDate><guid isPermaLink="false">New Post: Loading the project/solution from source 20121121082954P</guid></item><item><title>New Post: Loading the project/solution from source</title><link>http://efmembership.codeplex.com/discussions/403903</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I recently tried cloning this project locally and was unable to load the .sln file in either VS 2010 or VS 2012. Am I missing something? Is it supposed to be opened with VS 2008?&lt;/p&gt;
&lt;/div&gt;</description><author>gzak</author><pubDate>Tue, 20 Nov 2012 07:46:26 GMT</pubDate><guid isPermaLink="false">New Post: Loading the project/solution from source 20121120074626A</guid></item><item><title>New Post: How to use this provider along with dotnet openauth</title><link>http://efmembership.codeplex.com/discussions/400542</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;Sorry I don't have good k&lt;span id="result_box" class="short_text" lang="en"&gt;&lt;span class="hps"&gt;nowledge about OpenAuth but check out the link below.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;a href="http://stackoverflow.com/questions/3301541/should-i-use-the-built-in-membership-provider-for-an-asp-net-mvc-application"&gt;Membership in openauth&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><author>omidid</author><pubDate>Thu, 25 Oct 2012 06:21:45 GMT</pubDate><guid isPermaLink="false">New Post: How to use this provider along with dotnet openauth 20121025062145A</guid></item><item><title>New Post: How to use this provider along with dotnet openauth</title><link>http://efmembership.codeplex.com/discussions/400542</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;How to use this provider along with dotnet openauth?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have some users in DB and want to link the facebook, google etc login with the existing id&lt;/p&gt;
&lt;p&gt;so that users can login automatically.&lt;/p&gt;
&lt;/div&gt;</description><author>NitinJS</author><pubDate>Wed, 24 Oct 2012 02:21:57 GMT</pubDate><guid isPermaLink="false">New Post: How to use this provider along with dotnet openauth 20121024022157A</guid></item><item><title>New Post: Using PostgreSql</title><link>http://efmembership.codeplex.com/discussions/396617</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;Yes you can use &lt;a href="http://npgsql.projects.postgresql.org/"&gt;Npgsql&lt;/a&gt; for .net and change providerName in connection string to Npgsql.&lt;/p&gt;
&lt;p&gt;Best, &lt;br /&gt;Omid&lt;/p&gt;&lt;/div&gt;</description><author>omidid</author><pubDate>Tue, 25 Sep 2012 12:49:01 GMT</pubDate><guid isPermaLink="false">New Post: Using PostgreSql 20120925124901P</guid></item><item><title>New Post: Using PostgreSql</title><link>http://efmembership.codeplex.com/discussions/396617</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I need to use PostgreSql as database. I am wondering if anybody know if this provider will work with PostgreSQL? Entity Frameowrk supports PostgresSql as far as i know.&lt;/p&gt;
&lt;p&gt;Any help is highly appriciateable.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Dima.&lt;/p&gt;
&lt;/div&gt;</description><author>F0rc0sigan</author><pubDate>Mon, 24 Sep 2012 08:00:52 GMT</pubDate><guid isPermaLink="false">New Post: Using PostgreSql 20120924080052A</guid></item><item><title>New Post: membershipProvider="OmidIDMembershipProvider" and "Default Membership Provider could not be found"</title><link>http://efmembership.codeplex.com/discussions/360894</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Download package open Sample3, it use OldEf.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Bese,&lt;br /&gt;Omid Mafakher&lt;/p&gt;&lt;/div&gt;</description><author>omidid</author><pubDate>Thu, 28 Jun 2012 11:08:43 GMT</pubDate><guid isPermaLink="false">New Post: membershipProvider="OmidIDMembershipProvider" and "Default Membership Provider could not be found" 20120628110843A</guid></item></channel></rss>