Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
WebApplication.CallBackResponse.AddJavaScriptToExecute call causes Access Violation
#1
I get an exception on WebApplication.CallBackResponse.AddJavaScriptToExecute (Exception class name = EAccessViolation) when two users try to access the same page at the same moment. 
I have no problem as long as there is just one user displaying the page.

What do I miss ?

Thank you for your support.
Reply
#2
The `EAccessViolation` exception happens because multiple users are trying to access or modify shared resources at the same time, causing conflicts. To fix this, ensure that your code is thread-safe and properly handles simultaneous access by using synchronization mechanisms to manage shared resources.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)