Creating a Module Using Templates

Environment

  • DNN Platform
  • Evoq Content
  • Evoq Engage

 


 

Prerequisites

 


 

Process

  1. Start a Visual Studio project using DNN templates.

  2. Modify the Visual Studio project to add functionality to your new module.

  3. Start building, debugging, and packaging.

    Visual Studio build type dropdown

    1. Build in debug mode.
      This build produces .pdb files that are needed when stepping through your code.

      • Debug, if needed.

    2. Create the DNN Manifest.

    3. Build in release mode.
      This build creates an installation zip file (your module's package) in the folder Desktop Modules///install.

    4. Alternatively, you can manually pack your module.

 


Parent Topic

Related References

Related Information

 

Back to top

Comments

0 comments

Please sign in to leave a comment.