I upgraded from 1.9.4 to 1.9.6 RTW (Compiled)
And now I get this error:
Compiler Error Message: CS0103: The name 'YafBoardFolders' does not exist in the current context
Source Error:
Line 37:
Line 38: title='<%# this.GetText("COMMON", "VIEW_CATEGORY") %>'>
Line 39:
Line 40: Visible='<%# !String.IsNullOrEmpty(DataBinder.Eval(Container.DataItem, "CategoryImage" ).ToString()) %>'
Line 41: runat="server" />
Source File: c:\Inetpub\skytteforum.com\YAF\controls\ForumCategoryList.ascx Line: 39
And I have a suggestion as well for the install\mssql\views.sql
The view yaf_vaccess uses the aliases v and w in the subquery for IsModerator column.
Depending on what collation you are running this may be a problem. Changing the aliases for v to v1 and w to w2 solves this error.
This error I have is kind of urgent. I'd realy like someone to help me with it.
http://skytteforum.com Thanks for making YAF available to us and thanks in advance for the help I'm hoping to get.
Best regards,
Mattias