YAF: 1.9.3
Installing it on Sitecore
Hosting on localhost: II7
Framework .Net 3.5
Goal:
I'm adding YAF to a CMS solution. Where YAF is in it's own folder called
Seemingly the files that are located under
\App_Code\
are correctly placed.
However, I'm getting the feeling that a settings is missed out on since I'm getting a compile error:
"Error 129 The type or namespace name 'Editor' does not exist in the namespace 'YAF' (are you missing an assembly reference?) C:\Visual Studio 2008\Projects\ahus\Trunk\WebSite\yaf\controls\EditUsersSignature.ascx.cs 35 17 WebSite"
The code-behind files which gives the error are (standard YAFs files, which are not altered):
EditUsersSignature.ascx.cs
postmessage.ascx.cs
pmessage.ascx.cs
posts.ascx.cs
Example: The "protected YAF.Editor.ForumEditor _sig;" has pointed out Editor as "Cannot resolve symbol 'Editor'"
I'm looking at the guide and retracing every step, and I cannot find the culprit.
Edited by user
12 years ago
|
Reason: Not specified