I have built a very basic HTML skin.
It works great until I put the [MENU] token in the table.
Then I get the
Error: Install Skin Package is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.UI.Skins.SkinFileProcessor.ControlParser.TokenMatchHandler(Match m) at System.Text.RegularExpressions.RegexReplacement.Replace(MatchEvaluator evaluator, Regex regex, String input, Int32 count, Int32 startat) at System.Text.RegularExpressions.Regex.Replace(String input, MatchEvaluator evaluator, Int32 count, Int32 startat) at System.Text.RegularExpressions.Regex.Replace(String input, MatchEvaluator evaluator) at DotNetNuke.UI.Skins.SkinFileProcessor.ControlParser.Parse(String& Source, XmlDocument Attributes) at DotNetNuke.UI.Skins.SkinFileProcessor.ProcessList(ArrayList FileList, SkinParser ParseOption) at DotNetNuke.UI.Skins.SkinController.UploadSkin(String RootPath, String SkinRoot, String SkinName, Stream objInputStream) at DotNetNuke.UI.Skins.SkinController.UploadSkin(String RootPath, String SkinRoot, String SkinName, Stream objInputStream) at DotNetNuke.Modules.Admin.FileSystem.WebUpload.cmdAdd_Click(Object sender, EventArgs e) --- End of inner exception stack trace
I first got this error when I tried to use the [SOLPARTMENU] that is referenced in the Skinning manual.
What could I be doing wrong?