Hey, I am getting this error
Code:Could not load type 'YAF.Providers.Profile.ProfileProvider'
This is what I have set up for the providers in the web.config file
Code:
<profile enabled="true" defaultProvider="YafProfileProvider" inherits="YAF.Classes.Utils.YafUserProfile">
<providers>
<clear/>
<add name="YafProfileProvider" type="YAF.Providers.Profile.ProfileProvider" connectionStringName="yafnet" applicationName="" />
</providers>
</profile>
I am pretty sure I have copied across all the correct bin files, app_code and other web.config keys. Is there anything I could have missed?