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>