Click here to Skip to main content
15,893,668 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionExport to calendar Pin
m@dhu27-Jul-10 19:00
m@dhu27-Jul-10 19:00 
AnswerRe: Export to calendar Pin
Sandeep Mewara27-Jul-10 19:05
mveSandeep Mewara27-Jul-10 19:05 
GeneralRe: Export to calendar Pin
m@dhu27-Jul-10 19:14
m@dhu27-Jul-10 19:14 
GeneralRe: Export to calendar Pin
Sandeep Mewara27-Jul-10 19:21
mveSandeep Mewara27-Jul-10 19:21 
QuestionHandling digital camera images with System.Drawing Pin
NeverHeardOfMe27-Jul-10 11:33
NeverHeardOfMe27-Jul-10 11:33 
AnswerRe: Handling digital camera images with System.Drawing Pin
Luc Pattyn27-Jul-10 12:35
sitebuilderLuc Pattyn27-Jul-10 12:35 
GeneralRe: Handling digital camera images with System.Drawing Pin
NeverHeardOfMe27-Jul-10 14:21
NeverHeardOfMe27-Jul-10 14:21 
GeneralRe: Handling digital camera images with System.Drawing Pin
Luc Pattyn27-Jul-10 14:43
sitebuilderLuc Pattyn27-Jul-10 14:43 
Almost everything that goes wrong in Image.Save (and a few more methods) will result in a "General GDI+ error".

Since you now decided to provide some of the essential information (but no code) to figure out which of many possible causes is most likely, my best guess is you did not close the input file. Some ways of doing that is by loading an image in a PictureBox (PB.ImageLocation=...), or by loading an image from file (Image.FromFile or Image.FromStream).

Using a different output format and file extension is a sure way to avoid those problems, but it also tells me the core problem is still present, resulting in less than optimal behavior of your app as it will keep files open and images in memory much longer than required. You should fix that.

You're welcome anyway.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.


GeneralRe: Handling digital camera images with System.Drawing [modified] Pin
NeverHeardOfMe27-Jul-10 21:57
NeverHeardOfMe27-Jul-10 21:57 
GeneralRe: Handling digital camera images with System.Drawing Pin
Luc Pattyn28-Jul-10 0:56
sitebuilderLuc Pattyn28-Jul-10 0:56 
GeneralRe: Handling digital camera images with System.Drawing Pin
NeverHeardOfMe28-Jul-10 1:13
NeverHeardOfMe28-Jul-10 1:13 
Questiondoubt in Classic ASP Pin
Xandip27-Jul-10 11:28
Xandip27-Jul-10 11:28 
AnswerRe: doubt in Classic ASP Pin
Ankur\m/27-Jul-10 18:38
professionalAnkur\m/27-Jul-10 18:38 
QuestionGenerate Sequential Number without database Pin
Maikeru200027-Jul-10 9:42
Maikeru200027-Jul-10 9:42 
AnswerRe: Generate Sequential Number without database Pin
Stoffy197227-Jul-10 9:50
Stoffy197227-Jul-10 9:50 
GeneralRe: Generate Sequential Number without database Pin
Yusuf27-Jul-10 10:07
Yusuf27-Jul-10 10:07 
GeneralRe: Generate Sequential Number without database Pin
Stoffy197227-Jul-10 10:21
Stoffy197227-Jul-10 10:21 
AnswerRe: Generate Sequential Number without database Pin
David Mujica27-Jul-10 9:57
David Mujica27-Jul-10 9:57 
AnswerRe: Generate Sequential Number without database Pin
Yusuf27-Jul-10 10:22
Yusuf27-Jul-10 10:22 
GeneralRe: Generate Sequential Number without database Pin
Maikeru20002-Aug-10 5:16
Maikeru20002-Aug-10 5:16 
AnswerRe: Generate Sequential Number without database Pin
T M Gray27-Jul-10 10:23
T M Gray27-Jul-10 10:23 
GeneralRe: Generate Sequential Number without database Pin
Maikeru200027-Jul-10 10:40
Maikeru200027-Jul-10 10:40 
GeneralRe: Generate Sequential Number without database Pin
T M Gray27-Jul-10 10:44
T M Gray27-Jul-10 10:44 
AnswerRe: Generate Sequential Number without database Pin
Adam R Harris28-Jul-10 8:52
Adam R Harris28-Jul-10 8:52 
Questiontips&tricks template Pin
farokhian27-Jul-10 5:39
farokhian27-Jul-10 5:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.