Aspose DotNetNuke Module Development Template provides a quick and easy way to use a module development template for DotNetNuke 7+ that can automatically download Aspose components and seamlessly add them to your DotNetNuke module project.
Aspose DotNetNuke Module Development Template includes the following features:
Installing Aspose DotNetNuke project templates is pretty easy. There are multiple ways to install: choose one of these options below.
Note: Please make sure to restart Visual Studio for the changes to take effect.
Once you’ve installed the templates, you can set up a project based on them. To do so you should follow the steps below. Before you can use them, you should have installed Visual Studio 2010 or 2012, and Aspose DotNetNuke Project Templates (described above).
Set up the DotNetNuke Development environment following the steps in the Wiki (the templates assume you have your development environment set up at http://dnndev.me/).
Development Environment
Run Visual Studio 2010 or Visual Studio 2012 as an Administrator (right-click the desk-top shortcut to do so)
From the File menu, select New Project.
Choose either C# or VB.Net from the Languages section of the new project dialog.
Select the DotNetNuke Folder under your preferred language (C# or Visual Basic).
For the new project creation screen using the following settings
Select one or more components from the list. Each component’s common uses is shown upon selection.
Click Next to continue once done. The Next screen shows the download progress for each selected component.
Once the downloading is completed the module is created with the selection components automatically reference.
This creates a folder under c:\websites\dnndev.me\desktopmodules\ModuleName which should contain all the files necessary for your module, including the solution.
There are a couple of final steps just to finalize the process, documented in the Documentation\Documentation.html file, which should open up automatically in Visual Studio after the project is created. Follow the steps to configure the final project properties and then you are ready to build/deploy a module. You can delete the documentation folder once you have completed those steps.
Please check the video below to see it in action.
https://www.youtube.com/watch?v=emvDF3Kqj0E