help on forums
i have a school project on asp .net, and i will make a website that offers forums. i have this book (asp.net website programming) i have encoded all the codes in the chapter (forums and online communities) but there is an error that says:
Compiler Error Message: CS0426: The type name 'ModuleSettings' does not exist in the type 'System.Configuration.Configuration'
Line 21: public static string ProcessSpecialTags(string text)
Line 22: {
Line 23: Configuration.ModuleSettings settings = Configuration.ModuleConfig.GetSettings();
Line 24: if (!settings.HtmlEnabled)
Line 25: {
i'm new in programming so i'm getting a hard time in understanding the errors..
and what other things should i include in the project? (example those codes that are needed in the forums but are found in the earlier chapters of the book like classes, etc)...thanks a lot
|