Welcome Guest Search | Active Topics | Sign In | Register

FileExplorer configuration error Options
Duane
Posted: Thursday, August 6, 2009 3:07:50 PM
Rank: Advanced Member
Groups: Member

Joined: 9/4/2007
Posts: 114
I am using the FileExplorer with the Editor control. When I load the page, I get the following error:

Server Error in '/' Application.


Setting value is required (Role='*', Profile='', NodePath='controls/FileExplorer', AttrName='rootFolder'), please check the documentation for details about how to add EO configuration items into your web.config.


I have found nothing in the documentation that references these settings. Can you provide a reference or direction?


here is my markup:
Code: HTML/ASPX
<asp:Panel ID="ui_pnl_editSection" runat="server" DefaultButton="ui_btn_Update">
        <eo:Editor  ID="Editor1"  
                    ToolBarSet="Full"
                    runat="server" 
                    Width="600px"
                    Height="350px"                
                    ColorPickerID="ColorPicker1">
        </eo:Editor>
        <eo:ColorPicker 
            ID="ColorPicker1" 
            runat="server">
            <PopupCollapseEffect Type="GradientWipeUp" Duration="3" />
            <PopupExpandEffect Type="GradientWipeDown" Duration="3" />            
        </eo:ColorPicker>
        <eo:FileExplorer
            ID="FileExplorer1"
            runat="server"
            AllowUpload="true">
        </eo:FileExplorer>
        
        <br /><br /><center>
        <asp:Button ID="ui_btn_Update" runat="server" Text=" Save " OnClick="ui_btn_Update" />
        <asp:Button ID="ui_btn_Cancel" runat="server" Text=" Cancel " />
        </center><br /><br />
    </asp:Panel>

Thanks.

Duane
eo_support
Posted: Thursday, August 6, 2009 4:25:22 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

I believe you need to set the FileExplorer's RootFolder property. I believe the error message is technical accurate because RootFolder can be set through web.config, however we have not made the interface public.

Thanks!
Duane
Posted: Thursday, August 6, 2009 5:40:58 PM
Rank: Advanced Member
Groups: Member

Joined: 9/4/2007
Posts: 114
Ok, I'll give that a try.

I actually "borrowed" the Explorer.aspx demo code using the dialog and FileExplorerHolder which works quite well (for now)..

Thanks.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.