Hi again!
I have another problem, now trying opening a image!!...
Server Error in '/' Application.
--------------------------------------------------------------------------------
Conversion from string "15/04/2007" to type 'Date' is not valid.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.InvalidCastException: Conversion from string "15/04/2007" to type 'Date' is not valid.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[InvalidCastException: Conversion from string "15/04/2007" to type 'Date' is not valid.]
Microsoft.VisualBasic.CompilerServices.DateType.FromString(String Value, CultureInfo culture) +397652
Microsoft.VisualBasic.CompilerServices.DateType.FromString(String Value) +38
DotNetNuke.Modules.Gallery.GalleryXML.CreatedDate(String FileName) +83
DotNetNuke.Modules.Gallery.GalleryFolder.Populate() +1548
DotNetNuke.Modules.Gallery.Utils.PopulateAllFolders(GalleryFolder rootFolder) +39
DotNetNuke.Modules.Gallery.Config..ctor(Int32 ModuleID) +5322
DotNetNuke.Modules.Gallery.Config.GetGalleryConfig(Int32 ModuleID) +74
DotNetNuke.Modules.Gallery.WebControls.Viewer.Page_Init(Object sender, EventArgs e) +119
System.Web.UI.Control.OnInit(EventArgs e) +2069676
System.Web.UI.UserControl.OnInit(EventArgs e) +96
System.Web.UI.Control.InitRecursive(Control namingContainer) +321
System.Web.UI.Control.InitRecursive(Control namingContainer) +198
System.Web.UI.Control.InitRecursive(Control namingContainer) +198
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +692
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42