Parser Error Message: could not load type 'Microsoft.SqlTableProfileProvider'
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
Hi Guys, Please I a help... I am trying to use createuserwizard control to add some custom fields like, telephone number,gender,age,city to a table I created. and in my web.config I have:
<add name="txtphone" defaultValue="[null]" type="string" customProviderData="phone;varchar" provider="TableProfileProvider" /> And i keep getting this error : Parser Error Message: could not load type 'Microsoft.SqlTableProfileProvider' can anyone help me out pls. Thanks.