Empty gallery.xml still not resolved

Last post 09-27-2007, 1:30 PM by Pichto. 2 replies.
Sort Posts: Previous Next
  •  09-26-2007, 7:34 AM 33826

    Empty gallery.xml still not resolved

    Hi,

    The problem is still showing up but it seems only with IE7. I tried with Firefox 2.0.0.7 and IE7 and i only have the problem with IE7.

    Adam, any idea?

    Filed under: , ,
  •  09-26-2007, 9:20 AM 33835 in reply to 33826

    Re: Empty gallery.xml still not resolved

     
    Can you find a way to reproduce this issue? Are you using version 1.3?
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  09-27-2007, 1:30 PM 33876 in reply to 33835

    Re: Empty gallery.xml still not resolved

    Sorry for my late reply... i'wasn't at work!
     
    It's still not working and i'm using version 1.3 (i've updated only the dll)!
     
    I've just uploaded a correct gallery.xml file.
     
     
    and here is the code for that file :
     
    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="cutesofttest.aspx.cs" Inherits="cutesofttest" %>
    <%@ Register TagPrefix="CE" Namespace="DotNetGallery" Assembly="DotNetGallery" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" >
    <head runat="server">
        <title>CuteSoft Test</title>
    </head>
    <body>
        <form id="form1" runat="server">
        <div>
        <CE:Gallery
                            id="gallery1"
                            runat="server"
                            Width="600"
                            Column = "6"
                            MaxImageWidth="600"
                            CellPadding="0"  
                            AutoResizeUploadedImages = "true"  
                            CellSpacing="0"
                            BorderStyle="None"
                            BorderWidth="0px"
                            ShowUpload="true"
                            ShowEditDescription="false"
                            ShowThumbNailName="False" 
                            ShowThumbNailSize="false" 
                            ShowThumbNailDate="True" 
                            ShowThumbNailDescription="True" 
                            ShowDescriptioninIndexView="True"
                            FolderPath = "~/images/gallery"
                            HelpUrl=""
                            HorizontalAlign="Left"
                            MaxImageHeight="600"
                            ShowFullScreen="False"
                            ShowHome="False"
                            ShowSlideShow="False"
                            ShowStartSlideShow="False"
                            ShowWindowedScreen="False"
                            ToolBarLocation="Bottom"
                            ForeColor="Black"
                            ShowHelp="False"
                            Header_Height="0px"
                            MaxImageSize="500"
                            ShowBatchBuild="True"
                           >
                        </CE:Gallery> 
        </div>
        </form>
    </body>
    </html>
    Filed under:
View as RSS news feed in XML