-
Notifications
You must be signed in to change notification settings - Fork 22
Developer Environment
Install ASP.NET and web development
workload, which includes .NET Framework 4.8.x and WebForms
Currently, the module build process includes a very old .DLL (MSBuild.Community.Tasks.dll
) that targets .NET Framework 2.0. For the module build process to complete successfully, you need to install .NET Framework 3.5, which includes .NET Framework 2.0.
https://learn.microsoft.com/en-us/dotnet/framework/install/dotnet-35-windows
Generally, we use Visual Studio but you can now work with the project in VS Code if desired. (requires C# Dev Kit)
(any edition; preferably 2012 or higher)
You need to create your own fork of DNN Community Forums. Within your own fork, recommend creating a branch for each change you are going to make. This makes it much easier to isolate, test and ultimately merge, your pull requests.
Always use at least the minimum supported version; see Dependencies. Install a baseline DNN instance; you can use NvQuickSite as a starting point.
This module is the official forums module for DNN and is used on the official DNN CMS Community website.
- Forums
- Email Notifications
- Polls
- Tags
- Categories
- Attachments
- Badges (new in 9.1)
- Setting Up Development Environment
- Implementing Database Changes
- Release Testing
- Release Packaging
- Theme Packaging
- Database Models
- Database model version 8.2
- Previous Versions
- Dependencies