gallery.xml file created, no entries?

Last post 01-28-2006, 2:19 PM by chetanvajre. 3 replies.
Sort Posts: Previous Next
  •  09-01-2005, 6:37 PM 10083

    gallery.xml file created, no entries?

    Hi,
     
    I have downloaded and installed the DotNetGallery for testing and I have come across a small problem. I think everything is setup OK with regards permissions to write to the images folder I have and when I load the page that has the gallery control on it, it does indeed create the gallery.xml file but it has no entries for the files, this is all it contains. If I delete the files and reload the page it creates it again as below. Is there something very simple I am missing?

    Regards
    Neil
     
    <?xml version="1.0" standalone="yes"?>
    <xs:schema id="NewDataSet" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
      <xs:element name="NewDataSet" msdata:IsDataSet="true" msdata:Locale="en-GB">
        <xs:complexType>
          <xs:choice maxOccurs="unbounded">
            <xs:element name="image">
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="url" type="xs:string" minOccurs="0" />
                  <xs:element name="id" msdata:AutoIncrement="true" type="xs:int" />
                  <xs:element name="title" type="xs:string" minOccurs="0" />
                  <xs:element name="description" type="xs:string" minOccurs="0" />
                  <xs:element name="date" type="xs:string" minOccurs="0" />
                  <xs:element name="size" type="xs:string" minOccurs="0" />
                  <xs:element name="width" type="xs:int" minOccurs="0" />
                  <xs:element name="height" type="xs:int" minOccurs="0" />
                  <xs:element name="t_width" type="xs:int" minOccurs="0" />
                  <xs:element name="t_height" type="xs:int" minOccurs="0" />
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:choice>
        </xs:complexType>
        <xs:unique name="Constraint1" msdata:PrimaryKey="true">
          <xs:selector xpath=".//image" />
          <xs:field xpath="id" />
        </xs:unique>
      </xs:element>
    </xs:schema>
     
     
  •  09-02-2005, 2:26 PM 10114 in reply to 10083

    Re: gallery.xml file created, no entries?

  •  01-27-2006, 1:34 PM 15197 in reply to 10114

    Re: gallery.xml file created, no entries?

    Any way to get this done automagically in code?
  •  01-28-2006, 2:19 PM 15230 in reply to 10114

    Re: gallery.xml file created, no entries?

    what is a batch build button????
     
    i am having the exact same problem?????
View as RSS news feed in XML