Hello,
Environment is:
DNN v9.4.1
.NET 4.7
Xcillion skin
Aricie - Shared 2.0.6 (note NOT 2.0.0)
Aricie - LuceneSearchResults 2.0.0
I have removed HtmlAgilityPack.dll from bin folder
I can LuceneSearchResults module onto a page and it displays ok.
I can open General Settings and Portal Settings ok.
When I change tabs inside General Settings or Portal Settings, or if I try to Save, I get these and similar errors...
Property Editor dnn_ctr753_IndexerSettings_IdxS error on sub control dnn$ctr753$IndexerSettings$IdxS$contIndexingSettings$c0$IndexFolderMapPath$ec
Error System.Web.HttpException (0x80004005): Multiple controls with the same ID 'c0' were found. FindControl requires that controls have unique IDs. at System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls) at System.Web.UI.Control.FindControl(String id, Int32 pathOffset) at Aricie.DNN.UI.WebControls.AriciePropertyEditorControl.FindControl(String strId, Int32 pathOffset)
An error has occurred. DotNetNuke.Services.Exceptions.ModuleLoadException: Multiple controls with the same ID 'c0' were found. FindControl requires that controls have unique IDs. ---> System.Web.HttpException: Multiple controls with the same ID 'c0' were found. FindControl requires that controls have unique IDs. at System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls) at System.Web.UI.Control.FindControl(String id, Int32 pathOffset) at Aricie.DNN.UI.WebControls.AriciePropertyEditorControl.FindControl(String strId, Int32 pathOffset) --- End of inner exception stack trace ---
...
Is there a fix so the IDs are unique?