Since the system upgrade, the designer does not work. It always crushes with this error:
Code: Select all
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[3]
Route matched with {action = "DesignerEvent", controller = "Designer"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult DesignerEvent() on controller ArcheoLamia.Reports.Pages.DesignerController (ArcheoLamia.Web).
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
Executing action method ArcheoLamia.Reports.Pages.DesignerController.DesignerEvent (ArcheoLamia.Web) - Validation state: Valid
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
Request starting HTTP/1.1 GET http://localhost:5000/designer/DesignerEvent/2?stiweb_component=Designer&stiweb_action=Resource&stiweb_cachemode=cache&stiweb_version=2020.4.1&stiweb_data=AllNotLoadedScripts
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[3]
Route matched with {action = "DesignerEvent", controller = "Designer"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult DesignerEvent() on controller ArcheoLamia.Reports.Pages.DesignerController (ArcheoLamia.Web).
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
Executing action method ArcheoLamia.Reports.Pages.DesignerController.DesignerEvent (ArcheoLamia.Web) - Validation state: Valid
Unhandled Exception: System.InvalidOperationException: Object is currently in use elsewhere.
at System.Drawing.Graphics.Flush(FlushIntention intention)
at System.Drawing.Graphics.Dispose()
at System.Drawing.Graphics.Finalize()