right-click on a node and selecting courier causes an error: IsChildList
I created a test folder and content page in one instance of umbraco, and when I right-clicked => courier then a popup displayed with the 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: CS1061: 'ASP.umbraco_plugins_courier_usercontrols_systemitemselector_ascx' does not contain a definition for 'IsChildList' and no extension method 'IsChildList' accepting a first argument of type 'ASP.umbraco_plugins_courier_usercontrols_systemitemselector_ascx' could be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 4: <HeaderTemplate>
Line 5:
Line 6: <%if (!this.IsChildList){%>
Line 7: <div id="systemItemSelectorDiv" class="systemItemSelectorDiv">
Line 8: <% } %>
Source File:d:\Inetpub\wwwroot\dev_Um
This is courier 2.7.3_2.7.3.39
umbraco v 4.7.2 (Assembly version: 1.0.4573.23178)
right-click on a node and selecting courier causes an error: IsChildList
I created a test folder and content page in one instance of umbraco, and when I right-clicked => courier then a popup displayed with the 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: CS1061: 'ASP.umbraco_plugins_courier_usercontrols_systemitemselector_ascx' does not contain a definition for 'IsChildList' and no extension method 'IsChildList' accepting a first argument of type 'ASP.umbraco_plugins_courier_usercontrols_systemitemselector_ascx' could be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 4: <HeaderTemplate>
Line 5:
Line 6: <%if (!this.IsChildList){%>
Line 7: <div id="systemItemSelectorDiv" class="systemItemSelectorDiv">
Line 8: <% } %>
Source File:d:\Inetpub\wwwroot\dev_Um
This is courier 2.7.3_2.7.3.39
umbraco v 4.7.2 (Assembly version: 1.0.4573.23178)
is working on a reply...