
Visual studio 2012 install#
(you should have this done already) Install Visual Studio 2012.To do so you should follow the steps below Install manually by downloading from Codeplex (should work in Visual Studio Express editions)Ĭreating a DotNetNuke Module using the TemplatesOnce you’ve installed the templates, you can setup a project based on the templates.Double click on the downloaded file to install the templates.Download the VSIX file via the Download link.

Visual studio 2012 how to#
Template Instructions How to Install the Visual Studio 2012 DotNetNuke Project TemplatesInstallation of the templates is pretty easy, there are multiple ways to do this, choose one of the three options below and perform the steps listed for the option you choose. DotNetNuke 7 VB.Net Compiled Module - a standard DNN module with VIEW/EDIT/SETTINGS controls, and classes for the abstract and concrete data providers for the original DAL (data access layer).There are three controls, VIEW/EDIT/SETTINGS though the settings control is not used in the default functionality, it can easily be implemented with custom settings.

DotNetNuke 7 VB.Net DAL2 Compiled Module - a DAL2 module template that comes preconfigured with functionality for creating, editing and deleting items.DotNetNuke 7 C# Compiled Module - a standard DNN module with VIEW/EDIT/SETTINGS controls, and classes for the abstract and concrete data providers for the original DAL (data access layer).DotNetNuke 7 C# DAL2 Compiled Module - a DAL2 module template that comes preconfigured with functionality for creating, editing and deleting items.These templates are configured for DNN 7.0.2+

There is a DAL (data access layer) and DAL2 (data access layer 2) template for both languages.
Visual studio 2012 update#
Update 1-24-2013 The 2.0 release of the ChristocTemplates project contains 4 total template, 2 for VB.NET and 2 for C#. These templates utilize the MSBuild Community Tasks project, but you no longer need to download and install that project, they ship with the NUGET package for the project which installs it into the local directory when you create a new project. You can download the source project from Codeplex if you want to modify the templates. These templates are part of the project. Visual Studio 2012 Project Template IntroductionThis page contains information about the DotNetNuke Project Templates for Visual Studio 2012 found in the Visual Studio Gallery.
