ok so the following line is creating weird behavior:
YafUserProfile userprofile = new YafUserProfile();
It's located in the YAF.Classes.Core.RoleMembershipHelper.MigrateUsersFromDT(int pageBoardID,. bool approved, datatable dt) method.
The userprofile object contains a bucket load of properties: AIM, YIM, MSN, ICQ, RealName, Occupation, Location, Homepage, Interests, Weblog, Gender.
All of these properties have the following error:
'userprofile.[propname]' threw an exception of type 'System.Configuration.SettingsPropertyNotFoundException'
where [propname] = the property name in question (AIM, YIM, MSN, etc)
Any thoughts?