Parser Error Message: could not load type 'Microsoft.SqlTableProfileProvider'
-
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.
-
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.
SqlTableProfileProvider
is a custom provider (written by someone at Microsoft I think), right? Do you have a file/project reference to this provider set up in your project?Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush
-
SqlTableProfileProvider
is a custom provider (written by someone at Microsoft I think), right? Do you have a file/project reference to this provider set up in your project?Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush