Hi Dear !
I develop using “MIP SDK 2019 R1”.
*develop platform is C#
When I used “MIP SDK 2018 R3”, there was not a problem, but “System.StackOverflow” error came to occur after having revised it in “MIP SDK 2019 R1”.
source code outline
List obj = new List();
JPEGVideoSource video:
obj = null;
video = new JPEGVideoSource( item );
video.Init();
obj = video.Get( Date, Span, Count); // ← StackOverflow Exception
video.Close();
How may I solve the problem?
This is a known issue..
https://developer.milestonesys.com/s/article/MIP-Plugins-can-cause-the-Smart-Client-2019R1-to-freeze
Note that the knowledge base article describes this a Smart Client issue, but it is a MIP SDK issue, so that you experience the issue in a standalone application is natural. Please use the same method to fix the issue and replace the VideoOS.Platform.dll with the hot-fixed version.
Hi Andersen-san
Thank you very much.
For your quick answer, I am always helped and.
As the link which you listed had it, I refer to a reseller and obtain a hotfix.
Hi Andersen-san,
I was able to solve a problem on the coattails of you.
I keep it in mind to ask a question after checking associated topics more.
Thank you very much!