Ok i uploaded the COMPLETE Package, it contains all files you need.
- The DNN Module for Installing
- Readme for the manual Steps
- a sample.web.config, provided by balbes in the other Thread - THANKS!
http://www.watchersnet.de/Downloads/tabid/53/rrcid/51/rrscid/54/rreid/382/rrpid/1/rrepp/10/Default.aspx
Thanks again for this great stuff!
As my DNN-Installation is in a subfolder I made the following changes:
- added my subfolder everywhere in YAF-web.config-section where "/Desktopmodules..." was written
(to "/mysubfolder/Desktopmodules..."), (YAF.FileRoot, YAF.AppRoot, YAF.RadEditor...,
- did not change all "~/DesktopModules/"-Entries (this should point to the correct root?)
- copied all files from /Desktopmodules/YetAnotherForumDotNet/App_Code/YAF to
/mysubfolder/App_Code/YAF
This way I was able to run the install-wizard...
But when I'm inserting the module (logged in as "host"), I'll get this error:
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0234: The type or namespace name 'ForumPages' does not exist in the namespace 'YAF.Classes.Utils' (are you missing an assembly reference?)
Source Error:
Line 36: private string _origHeaderClientID;
Line 37: private string _origFooterClientID;
Line 38: private YAF.Classes.Utils.ForumPages _page;
Line 39: public event EventHandler<YAF.Classes.Base.ForumPageArgs> PageTitleSet;
Line 40:
Source File: c:\inetpub\wwwroot\dnnapp\App_Code\YAF\Forum.cs Line: 38
Any idea?
Thanks a lot...
Sven