module - DotNetNuke Starter Kit Version 05.06.01 creates an old manifest file -


i installed starter kit version 05.06.01 on visual studio 2010 , when create compiled module, first line of manifest file is:

<dotnetnuke version="3.0" type="module"> 

shouldn't version 5.0

thanks.

starter kit's manifest uses older "module" manifest type, current version 3.0. not related dotnetnuke major version, or version of module described in manifest. module manifest type used package modules, , compatible dnn4 , dnn5.

in dnn5 better use manifest type "package", version 5.0. more specifically, "package" manifest type used new extension installer. "package" type can used install extensions: modules, skins, authentication providers, , on. package manifest type not compatible dnn4, 1 exception, authentication providers (since 4.6.2).

starter kit has not been updated new package system yet, can try christoc's dotnetnuke module development template dnn5 manifests.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -