Hello,
We are getting error message with the XProtect Smart Client that occurs when attempting to close the application window. please see the attached image for reference.
Hello,
We are getting error message with the XProtect Smart Client that occurs when attempting to close the application window. please see the attached image for reference.
If the crash is experienced while using a plugin you developed see if you can catch the exception while debugging.
https://developer.milestonesys.com/s/article/debugging-techniques-for-Smart-Client-plugins
Hi Bo, we have the same issue too, and I believe it happen because we have a separate PlaybackControlId that is generated through ClientControl.Instance.GeneratePlaybackController() and when Closing Smart Client, this isn’t released. The problem is the view unload event happens after the method ReleaseAllPlaybackControllers is called.
Hi Tram, I did a quick test: The Smart Client Independent Playback plugin sample uses GeneratePlaybackController and does not cause a crash. On the information given I cannot reproduce. Can you make a minimum implementation plugin that reproduces the issue so that I can run and debug it?