How To Build Custom DNN Modules By Using Templates
Prerequisites
- A local DNN installation with Host permissions.
- Visual Studio 2015 is the recommended IDE for developing DNN modules.
Steps
- Start a Visual Studio project using DNN templates.
- Modify the Visual Studio project to add functionality to your new module.
- Build, debug, and package.
- Build in debug mode.This build produces .pdb files that are needed when stepping through your code.
- Debug, if needed.
- Create the DNN Manifest.
- Build in release mode.This build creates an installation zip file (your module's package) in the folder Desktop Modules/yourorganization/yourmodule/install.
- Alternatively, you can manually pack your module.