Hi, I'm using jbwebtech VB version of the SQLTableProfileProvider and I'm getting this error message: Provider must implement the class 'System.Web.Security.MembershipProvider'. Any ideas on what I have done wrong. Here is my relevant web.config entries:
<membership><providers><clear/><add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" connectionStringName="LocalSqlServer" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="true" applicationName="/" requiresUniqueEmail="true" passwordFormat="Hashed" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="1" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10" passwordStrengthRegularExpression=""/><add name="TableProfileProvider"
type="SqlTableProfileProvider"
connectionStringName="LocalSqlServer" table="ProfileTable_1" applicationName="/"/><add name="StoredProcedureProfileProvider" type="Microsoft.Samples.SqlStoredProcedureProfileProvider" connectionStringName="LocalSqlServer" setProcedure="setCustomProfileData" readProcedure="getCustomProfileData" applicationName="DatabaseProfileProviderTest"/></providers></membership><profile enabled="true" defaultProvider="TableProfileProvider"><properties><add name="FirstName" type="System.String" defaultValue="[null]" customProviderData="FirstName;nvarchar"/><add name="LastName" type="System.String" defaultValue="[null]" customProviderData="FirstName;nvarchar"/><add name="Telephone" type="System.String" defaultValue="[null]" customProviderData="Telephone;nvarchar"/><group name="Address"><add name="Street" type="string" defaultValue="[null]" customProviderData="Street;nvarchar"/><add name="City" type="string" defaultValue="[null]" customProviderData="City;nvarchar"/><add name="County" type="string" defaultValue="[null]" customProviderData="County;nvarchar"/><add name="PostCode" type="string" defaultValue="[null]" customProviderData="PostCode;nvarchar"/></group><add name="MemberId" type="System.Int32" defaultValue="0" /><group name="Core"/></properties></profile>
Custom Classifieds Site: http://tinyurl.com/3ybh5k