Search the Community

Showing results for tags 'Image saving error'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Company Forums
    • Company News
  • Product Forums
    • FusionCharts XT
    • FusionWidgets XT
    • PowerCharts XT
    • FusionMaps XT
    • Collabion Charts for SharePoint
    • jQuery Plugin for FusionCharts
    • AngularJS plugin
    • ReactJS plugin
  • General Forums
    • FusionCharts Jobs and Consultation
    • FusionLounge

Found 2 results

  1. Unable to save bitmap image

    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
  2. Unable to catch GDI+ exceptions

    While working with fusion charts serversideimagehandler i was not able to catch the exceptions when process doesnot have any write permissions to target folder. I want to show this exception to user but unforunately i am not able to catch the exception. However the type of exception is System.Exception and i have looked in to event manager to check the error message which is: An unhandled exception occurred and the process was terminated. Application ID: /LM/W3SVC/9/ROOT Process ID: 10824 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.runTryCode(Object userData) at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart(Object obj) I am looking for any resolution for this. Please suggest how to proceed on this. Thanks,