YAFLogo

rtech
  • rtech
  • 81.2% (Honored)
  • YAF Lover Topic Starter
14 years ago
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: ///

Sponsor
Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer
14 years ago
Make sure all the compiled YAF dlls are in your /bin directory.
thangdq
  • thangdq
  • 51.2% (Neutral)
  • YAF Forumling
14 years ago
I have a similar problem like rtech. It's ok when I use dlls packed in YAF-v1.9.4-RC1-BIN.zip , but error cs0012 appear when i rebuild YAF.Classes.Data.

All of YAF dlls are in /bin directory already 😞