DotNetNuke ZParentProjectNameZ Module - Unit Test Project

Introduction

To develop DotNetNuke modules using Test Driven Development methodologies the module solution will contain two projects, one for the module and one for the Unit Tests. This project contains the Unit Tests and you will now need to add the Module project to complete the solution.

The Module project also uses MSBuild tasks to make development easier. There is no need to locate the module you are developing under DesktopModules anymore. Locate your source files where ever you like and then modify the vbproj file and set the DNNDirectory to the root of the site you will be using as your development site. The MSBuild tasks then copy the required files to that web site where you can debug by attaching to the w3p.exe process.

* Important *

Follow these steps .


Installing your module

To install your module, browse to your development DotNetNuke website and log in as a Host (SuperUser) user. Your module should now be installed, and you can add it to a page in the usuall manner.

Further Resources

The information in this page is only an overview. For more information, visit www.dotnetnuke.com.