Click here to Skip to main content
15,887,485 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Services in .Net Framework Pin
Eddy Vluggen30-Jun-09 11:12
professionalEddy Vluggen30-Jun-09 11:12 
Questionfind Duplicates in Datatable Pin
SamRST29-Jun-09 21:59
SamRST29-Jun-09 21:59 
AnswerRe: find Duplicates in Datatable Pin
Pete O'Hanlon29-Jun-09 22:20
mvePete O'Hanlon29-Jun-09 22:20 
GeneralRe: find Duplicates in Datatable Pin
SamRST30-Jun-09 1:10
SamRST30-Jun-09 1:10 
GeneralRe: find Duplicates in Datatable Pin
Rob Smiley30-Jun-09 11:55
Rob Smiley30-Jun-09 11:55 
GeneralRe: find Duplicates in Datatable Pin
Pete O'Hanlon30-Jun-09 22:45
mvePete O'Hanlon30-Jun-09 22:45 
Questionerror in crystal report Pin
ruchira jain29-Jun-09 20:50
ruchira jain29-Jun-09 20:50 
QuestionDrawing PNGs with metadata Pin
skullfire29-Jun-09 10:06
skullfire29-Jun-09 10:06 
Hi everyone.

I am having some trouble with GDI plus. At my work, we have several artists creating animations with an application we made with C# (frames are rendered with GDI+'s Graphics). Recently, there have been several issues between artists and developers trying to open the same animation (therefore, invoking the drawing of them).
Some of the artists use Windows 7. When they upload the image of a frame, it works fine. On the developer side, some of us use VMware or crappier PCs. We open the animation the artist made, and a "System.OutOfMemoryException" is thrown. I looked at the code and it was the DrawImage code (with ImageAttributes). Strangely enough, this ONLY happens when drawing the images imported to the application with Windows 7. Even stranger, if I call the simpler version of DrawImage, it does not crash.
We then started to chase what was happening, and it appears Windows 7 adds some metadata to the images, which is causing GDI+ to crash on certain machines when drawing with image attributes. Using a PNG Stripper(http://www.steelbytes.com/?mid=30[^]) we ran the files uploaded to our application and would no longer get this message.
I have several questions:
1. Is this a known issue with GDI+?
2. Is there a way to prevent this bug (other than attaching the stripper as a batch tool before uploading the images, and other than using a regular DrawImage call)?
3. Has anyone else experienced this?

My specs:
- C# 2.0
- VS2005
- Microsoft .Net Framework 2.0
AnswerRe: Drawing PNGs with metadata Pin
Luc Pattyn29-Jun-09 10:24
sitebuilderLuc Pattyn29-Jun-09 10:24 
GeneralRe: Drawing PNGs with metadata Pin
skullfire29-Jun-09 11:51
skullfire29-Jun-09 11:51 
QuestionControls Positions Change When Installing On Different Computer Pin
Polymorpher29-Jun-09 10:01
Polymorpher29-Jun-09 10:01 
AnswerRe: Controls Positions Change When Installing On Different Computer Pin
Henry Minute29-Jun-09 14:23
Henry Minute29-Jun-09 14:23 
QuestionSearch Data in DatagridView Pin
neha.lad28-Jun-09 23:35
neha.lad28-Jun-09 23:35 
Questioncrystal report Pin
pallavi shrivastava28-Jun-09 20:56
pallavi shrivastava28-Jun-09 20:56 
AnswerRe: crystal report Pin
K030628-Jun-09 21:07
K030628-Jun-09 21:07 
GeneralRe: crystal report Pin
gorang8629-Jun-09 4:08
gorang8629-Jun-09 4:08 
QuestionMessage Removed Pin
28-Jun-09 20:11
gunasundari28-Jun-09 20:11 
GeneralRe: gridview paging using asp.net Pin
ceiral28-Jun-09 21:09
ceiral28-Jun-09 21:09 
AnswerRe: gridview paging using asp.net Pin
kstls29-Jun-09 1:58
kstls29-Jun-09 1:58 
AnswerRe: gridview paging using asp.net Pin
ksss_maheshece3-Jul-09 0:53
ksss_maheshece3-Jul-09 0:53 
QuestionJavaScript issue -- I need solution urgent so please help me Pin
trilokharry26-Jun-09 23:38
trilokharry26-Jun-09 23:38 
AnswerRe: JavaScript issue -- I need solution urgent so please help me Pin
Pete O'Hanlon27-Jun-09 2:07
mvePete O'Hanlon27-Jun-09 2:07 
QuestionAttach a sql database Pin
saeidfarahi26-Jun-09 10:43
saeidfarahi26-Jun-09 10:43 
AnswerCross post Pin
Not Active26-Jun-09 11:09
mentorNot Active26-Jun-09 11:09 
GeneralRe: Cross post Pin
saeidfarahi26-Jun-09 23:34
saeidfarahi26-Jun-09 23:34 

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.