Let me clear some things up first:
I've been a game developer for 5 years now, and I've already modified YAF to automatically create and manage private forums for users in the game automatically.
I hadn't touched the YAF code for a year or so, and a recent bug has been discovered which requires immediate fixing.
I'm not sure how to fully explain my problem, so I'll try to rephrash myself.
Any changes I make to the .aspx.cs files are completely ignored when I compile and run the site.
Any breakpoints I try to put in debug do not hit due to the error I've mentioned before.
Also, I'm referring to the yaf.dll file in the \yaf\obj\debug folder in my project - I think that's what causes the compiler to ignore my changes.
However, when I remove that reference, the compiler refuses to recognize the YAF class (Or anything related to it) - while it's already there in the code.
Better now? :/