Dotnetnuke 7 with Visual Studio 2010

核能气质少年 提交于 2019-12-13 04:46:36

问题


I'm starting to develop Dotnetnuke and I downloaded the package "DotNetNuke_Community_07.00.05_Source". This package contains two solutions: "DotNetNuke_Community_Source.sln" and "DotNetNuke_Community_UnitTests_Source.sln".

Apparently, these solution files can only be opened using Visual Studio 2012. I have installed the operating system Windows XP and Visual Studio 2010.

Is there any way you could open those solutions with Visual Studio 2010?.


回答1:


To develop for DotNetNuke you don't need to open the DNN solution, you should start by looking at Module Development templates.

My latest templates are all for VS2012, but you can use an older version here

https://christoctemplate.codeplex.com/releases/view/93348

Basically, to develop for DNN, you create custom extensions (modules/skins) and install them. You rarely need to open up the DNN solution itself.



来源:https://stackoverflow.com/questions/15829180/dotnetnuke-7-with-visual-studio-2010

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!