Welcome Guest Search | Active Topics | Sign In | Register

FileExplorer not rendering in visual studio design view with 9.0.20.2 build Options
Hub
Posted: Tuesday, August 23, 2011 1:23:58 PM
Rank: Advanced Member
Groups: Member

Joined: 3/16/2010
Posts: 101
Hi,

The new build (9.0.20.2) did fix my previous problem (Access to Grid control from within the starttask of a progressbar).
Thank you.

After the upgrade, however, some of my user controls would not render in the visual studio 2008 design view (although these are still functioning as expected). I have narrowed it down to the fileexplorer control and have attached below a simple example of the problem, with a fileexplorer control containing only text in the content template.

The designer error message is:"an error occured while rendering the control:Object reference not set to an instance of an object."

Any idea where that can come from?



H

Code: Visual Basic.NET
Partial Class Control_FileExplorer
    Inherits System.Web.UI.UserControl
    Public Event UploaderEvent As EventHandler

    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
        FileExplorer1.RootFolder = "C:\"
    End Sub

End Class



Code: HTML/ASPX
<%@ Control Language="VB" AutoEventWireup="false" CodeFile="Explorer_test.ascx.vb" Inherits="Control_FileExplorer" %>

  <%@ Register assembly="EO.Web" namespace="EO.Web" tagprefix="eo" %>
   
    <eo:FileExplorer ID="FileExplorer1" runat="server">
        <LayoutTemplate>
            template
        </LayoutTemplate>
</eo:FileExplorer>
Jon Miller
Posted: Tuesday, August 23, 2011 1:42:44 PM
Rank: Member
Groups: Member

Joined: 4/23/2009
Posts: 23
I am having the render issue with the upgraded installed today.

1. EO Demo sidebar does not render.
3. Grid Views with a sql reader databind do not render data... frame and data count (via label) is displayed.
3. File explorer does not render data... frame and icons are displayed.
...
Actually, tried the in Firefox and ok...
Researching issues

eo_support
Posted: Tuesday, August 23, 2011 2:46:16 PM
Rank: Administration
Groups: Administration

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

We have confirmed the FileExplorer problem. We will fix it and post an update build as soon as possible.

To Jon,

Please try to post a reproducing page first.

Thanks!
Hub
Posted: Tuesday, August 23, 2011 3:01:08 PM
Rank: Advanced Member
Groups: Member

Joined: 3/16/2010
Posts: 101
Got it.
Thanks
H
eo_support
Posted: Thursday, August 25, 2011 12:54:33 PM
Rank: Administration
Groups: Administration

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

We have posted build 2011.0.22 that should fix this problem. You can download it from our download page.

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.