When we try to save the bitmap images through ServerSideImageHandler, It throws following exception:
An unhandled exception occurred and the process was terminated.
Application ID: /LM/W3SVC/1/ROOT/IDEALSolutionsApp
Process ID: 10660
Exception: System.Exception
Message: Image saving failed:
A generic error occurred in GDI+.
StackTrace: at FusionCharts.ServerSideHandlerBase.initializeObjects()
at FusionCharts.ServerSideHandlerBase.setParameters(String swfPath, Int32 width, Int32 height, String dataXML, String dataURL, String imageFileName)
at FusionCharts.ServerSideHandlerBase.startProcessThread(Object oSSH)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart(Object obj)
Following is the code where the exception has been coming :
I am looking for any resolution for this.Please suggest how to proceed on this.Thanks