DotNetNuke.Services.Exceptions.ModuleLoadException: The server tag is not well formed. ---> System.Web.HttpParseException: The server tag is not well formed. ---> System.Web.HttpException: The server tag is not well formed. at System.Web.UI.TemplateParser.ProcessError(String message)
---------------------------------
If you are encountering this exception when attempting to Edit or Add a new blog entry in the blog module. Please attempt the solution outlined here.
This exception is caused by an invalid character in the "EditEntry.ascx" control file. This file can be located following this folder path?
wwwroot\DesktopModules\Blog\EditEntry.ascx
1) Open the EditEntry.ascx file using Notepad or the File Manager within Helm.
2) You should find the invalid character on line 21. Look for the string containing "Resourc?Key ".
3) Replace the "?" with a standard "e".
4) Save the file.
This should correct the error and allow you to Edit or Add new blog entries again.