I'm trying to set up a YAF forum 1.9.4 and am having a problem with the profile section in the config:
<profile enabled="true" defaultProvider="YafProfileProvider"
inherits="YAF.Classes.Utils.YafUserProfile">
<providers>
<clear/>
<add connectionStringName="ConfettiSQL" name="YafProfileProvider"
type="YAF.Providers.Profile.YafProfileProvider"/>
</providers>
</profile>
When I tested this locally everything worked fine but on on my web server I get the following error:
The type or namespace name 'ProfileCommon' could not be found
I have uploaded all files and I can see a file called "YAF.Providers.dll" in my bin folder.
Anyone know how to fix this error please?