shiv445

Unable to save bitmap image

Recommended Posts

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 :
 
image.thumb.png.aedcafae8547a745cbc478c7148cdb88.png
 
 
I am looking for any resolution for this.

Please suggest how to proceed on this.

Thanks
 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now