Dotnetnuke 9.1.1上的DNN HTML模块引发以下错误

Dotnetnuke 9.1.1上的DNN HTML模块引发以下错误,dotnetnuke,dotnetnuke-9,Dotnetnuke,Dotnetnuke 9,由于应用了最新的关键安全更新,所有包含HTML模块的页面都会抛出以下错误,从而导致用户的404页面。请告知!是否有一个好的替代模块,我们可以使用 Server Error in '/' Application. Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the foll

由于应用了最新的关键安全更新,所有包含HTML模块的页面都会抛出以下错误,从而导致用户的404页面。请告知!是否有一个好的替代模块,我们可以使用

Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. 

Compiler Error Message: CS0103: The name 'ModuleContext' does not exist in the current context

Source Error:


Line 41:             {
Line 42:                 var wasReplacing = false;
Line 43:                 ModuleContext.Settings["MyTokensReplace"] = false;
Line 44:                 if (ModuleContext.Settings["TEXTHTML_ReplaceTokens"] != "") {
Line 45:                    if (Convert.ToBoolean(ModuleContext.Settings["TEXTHTML_ReplaceTokens"]) == true) {

这似乎与MyTokens模块有关。请参见他们网站上的帖子: