DotNetNuke 6 Module Development Template for Visual Studio

dotnetnuke

Can anybody tell me how to install a module development template for DotNeTNuke. Please note that I am working in DNN 6 and using Visual Studio 2010. So the template must be compatible with both DNN 6 and VS 2010. I have tried one that was for VS 2010 but not for DNN 6. Please suggest any links or videos.

Best Answer

There is a development template that's released with every version of DotNetNuke, available in both the DotNetNuke Support Network (for paid edition customers), and in the official downloads area for the Community Edition. Just click on the Visual Studio Starter Kit.

If you want a more complete visual studio template, I would highly recommend the templates that Chris Hammond put together on Codeplex, that bdukes mentioned. There are templates for both VB and C#, and they include automated packaging for your modules.

Related Topic