Help solving exception of type 'System.Runtime.InteropServices.ExternalException' in System.Dr
Hi,
I have developed executable which creates graphs and exports to PNG files. Its developed in VS.Net 2005 and .Net framework 2. It takes around 45 mins to convert to png files. Before this conversion process completes,
I get this below error message when JIT debugging is enabled.
"An unhandled exception of type 'System.Runtime.InteropServices.ExternalException' occurred in System.Drawing.dll. I faced this error while running the exe in Windows server 2003 Standard edition SP1 whereas while trying in windows 2000 service pack 4, this error cannot be reproduced. I think this is operation system issue with Windows server 2003 Standard edition SP1. Can anyone please help me in solving this issue. Please treat this urgent.
Thanks,
Shilpa

