So I tried to create a theme for my iphone and put it on the modmyi repo, I can add all the icons and wallpaper but when i click compile theme I get an error saying there is an error on line 419.
Just wondered if this was just me or there is a problem with the website, as I have never used the website before I am not sure.
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);