got the same prob
Server Error in '/' Application.
The given path's format is not supported.
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.NotSupportedException: The given path's format is not supported.
Source Error:
Line 417: }
Line 418: Image writeImage;
Line 419: writeImage = Image.FromFile(wallpaperPath);
Line 420: gOut.DrawImage(writeImage, new Rectangle(0, 0, 320, 480));
Line 421: writeImage = Image.FromFile(statusbarPath);
Source File: c

Inetpub\vhosts\iphonethememaker.com\httpdocs\Ap p_Code\Theme.cs Line: 419
Stack Trace:
[NotSupportedException: The given path's format is not supported.]
System.Security.Util.StringExpressionSet.Canonical izePath(String path, Boolean needFullPath) +2754022
System.Security.Util.StringExpressionSet.CreateLis tFromExpressions(String[] str, Boolean needFullPath) +331
System.Security.Permissions.FileIOPermission.AddPa thList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) +105
System.Security.Permissions.FileIOPermission..ctor (FileIOPermissionAccess access, String[] pathList, Boolean checkForDuplicates, Boolean needFullPath) +52
System.IO.Path.GetFullPath(String path) +91
System.Drawing.IntSecurity.UnsafeGetFullPath(Strin g fileName) +91
System.Drawing.IntSecurity.DemandReadFileIO(String fileName) +34
System.Drawing.Image.FromFile(String filename, Boolean useEmbeddedColorManagement) +380038
System.Drawing.Image.FromFile(String filename) +6
ThemeClass.GeneratePreviewImage(String fileName) in c

Inetpub\vhosts\iphonethememaker.com\httpdocs\Ap p_Code\Theme.cs:419
ThemeClass.GeneratePreview() in c

Inetpub\vhosts\iphonethememaker.com\httpdocs\Ap p_Code\Theme.cs:76
ThemeClass.SaveTheme() in c

Inetpub\vhosts\iphonethememaker.com\httpdocs\Ap p_Code\Theme.cs:175
_Default.ImageButton1_Click(Object sender, ImageClickEventArgs e) in c

Inetpub\vhosts\iphonethememaker.com\httpdocs\de fault.aspx.cs:55
System.Web.UI.WebControls.ImageButton.OnClick(Imag eClickEventArgs e) +105
System.Web.UI.WebControls.ImageButton.RaisePostBac kEvent(String eventArgument) +115
System.Web.UI.WebControls.ImageButton.System.Web.U I.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData) +33
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42