DotNetNuke Corporation PNS_DynaLinks Module
* Important *
When creating a project using this template, you should have named your project simply "ModuleName", not "DotNetNuke CorporationModuleName".
Due to limitations in the templating capabilities of Visual Studio, you will need to make some minor changes before you package this module.
- BEFORE checking the module into your source control environment check the following.
- Edit the Project properties by double-clicking on the Properties folder in Solution Explorer
- On the Application tab:
- Make sure the Assembly name textbox is set to "PNS_DynaLinks".
- Make sure the Default namespace is set to "DotNetNuke.Modules.PNS_DynaLinks".
- On the Web tab:
- Under 'Start Action', make sure to set your Start URL to the correct site (ex: http://dnndev/).
- Under 'Servers', make sure to "Use IIS Web Server" with a project url of http://dnndev/desktopmodules/PNS_DynaLinks and an Override application root URL of http://dnndev/
Steps after your project is setup.
If you don't have the Community MSBuildTasks installed on your computer
download
and run this file prior to trying to build.
To Build and Package your Module you need to change to Release mode and then
simply choose Build from the Build menu. The MSBuild scripts will do the
packaging process for you.
After you are finished with the Documentation you can delete the Documentation directory from your project.