Hi all,
I am trying to Install YAF to be integrated with my Sitecore CMS.
All I am doing is trying to load Sitecore on my local machine, and I am getting the following error:
error message: CS0012: The type 'YAF.Classes.YafControlSettings' is defined in an assembly that is not referenced. You must add a reference to assembly 'YAF.Classes.Config, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
Line of code in error
// add the header control before the page rendering...:
if ( YafContext.Current.Settings.LockedForum == 0 && _origHeaderClientID == _header.ClientID ) this.Controls.AddAt( 0, _header );
I may have other errors after this... also if there is good reference manual for making this work, i would appreciate it.
Regards,
Paul T. Rykiel