Hello,
Transforming the YAF VS Solution Web Site to a Web Application is very long.
I am actually on the task of moving App_Code conent to a more appropriate location ( Maybe a Core subfolder).
I have questions concerning the usage of files/classes Forum.cs and ForumEditor.cs.
My Web Application builds now and when I ask for reference on the Forum class inheriting from UserControl, VS find nothing ?
I must have missed something and some help would be welcome.
I am working on last 'official' release, I also downloaded the 1.9.4 beta3 and see that files in App_Code are proliferating, shouldn't it be better to set all this in an external Assermbly like YAFCore ?
From my point of view it should be better to deliver now YAF (also/only ?) with a Web Application solution, avoiding all problems due to the dynamic creation of assemblies with differents names, cache management, etc.
Where could I find some changelog between v 1.9.3 and v1.9.4 ?
Thanks for help.
CS