Hello,
first of all: Great Work :!: :!: :cheesy:
I have downloaded the latest version (1.9.3) of YAF via SVN and convertet it to a Visual Web Developer 2005 Project, because there are some issues in YAF, so that it won't compile in VWD.
I hope someome find this useful.
How to install:
- decompress the RAR (sorry the upload of ZIP don't work 😞 )
- open the Folder in VWD
- goto APP_DATA -> right click -> an create an new Database named: Forum.mdf (you can rename it in the app.config)
- start the website ... done
Features:
- Moved all code in the APP_CODE-folder, now you don't need to compile the YAF.DLL because it will be automatic fully compiled by the webserver :arrow: Now it's possible to edit the source complet e.g. with notepad on your server without an installed version of visual studio or vwd, then start the page and the IIS will recompile it
- deleted the designer.cs and resx-files, because they are not needed
- changed in all ascx-files in <%@ Control ... the "Codebehind" to "CodeFile=" / created an new Class (Tools) / Fixed some bugs in the code and stored procedures
- Note that the web.config has changed; don't remove the
- updated the German translation (now 1.9.3 compatible)
Edited by user
15 years ago
|
Reason: Not specified