I've got the gallery control set up (licensed, .dll in the bin folder, proper permissions, etc.), but when I try to run a sample page, the page loads but it never shows any pictures.
For testing, I was just using the default_cs.aspx samle page. The only change I made to the page was the FolderPath parameter to point to my folder. When I run the page, a file called gallery.xml is created in my gallery folder. It contains some schema information, but doesn't list any picture data like the sample xml files do. I have a few jpg files in the gallery folder but the control doesn't seem to see them. I tried manually creating a few records in the xml file, but every time I load the default_cs.aspx page, the xml file is overwritten to only include the schema information.
I'm running version 1.2.1 on the .net 2.0 on IIS6. I don't get any .net errors when I run the page and, other than not showing the pictures, seems to load successfully.
Any ideas as to why no images show? Thanks.
- Joel