hi
when i build YAF.Classes.Core and run forum , i get this error :
Compiler Error Message: CS0012: The type 'YAF.Controls.BaseControl' is defined in an assembly that is not referenced. You must add a reference to assembly 'YAF.Classes.Core, Version=1.9.4.0, Culture=neutral, PublicKeyToken=f3828393ba2d803c'.
Source Error:
Line 24: /// The example bb code module.
Line 25: ///
Line 26: public class ExampleBBCodeModule : YafBBCodeControl
Line 27: {
Line 28: ///