Developer forum

Forum » Development » Custom module, on edit: "There are multiple root elements"

Custom module, on edit: "There are multiple root elements"

Jacob Jensen
Reply
Hi.

Iwe created a custom module, hidden htmlcontrols are used for saving data via javascript:

<input type="hidden" id="d_Sector" runat="server" class="d_Sector"/>
<
input type="hidden" id="d_Version" runat="server" class="d_Version"/>
<input type="hidden" id="d_Standard" runat="server" class="d_Standard"/>

And my controls are configured as:

<dw:ModuleSettings id="ModuleSettings1" runat="server" ModuleSystemName="StandardV2" Value="d_Sector,d_Standard,d_Version" />

I can created the module, and set the settings, but when i try to edit it:
 
Properties properties = Dynamicweb.Properties.LoadProperties();

returns "there are multiple root elements



Replies

 
Jacob Jensen
Reply
This post has been marked as an answer

Caused by <trace pageoutput="true" />

/J

Votes for this answer: 0

 

You must be logged in to post in the forum