erreur ImageViewerDotnet.dll and AudioPlayerDotNet.dll on MIPSDK2023R3?

I hope this message finds you well. I wanted to bring to your attention an issue I encountered while attempting to create a release or publish the application from the GitHub repository.

It appears that there is an error occurring during the process, specifically related to the absence of a file in the build of the sample provided in the GitHub repository. This missing file is crucial for generating the .exe file.

I kindly request your assistance in addressing this issue. If possible, could you review the repository and ensure that all necessary files are included in the build? Any guidance or clarification on this matter would be greatly appreciated.

Thank you for your time and support.

Best regards,

These component were discontinued in 2019R1, there is no support for these in any newer version since then.

https://doc.developer.milestonesys.com/html/index.html?base=gettingstarted/mip2019r1_intro.html&tree=tree_search.html?search=activex

Milestone recommend that you develop an integration using newer components.

Thank you for your prompt response. I noticed that the control mentioned in the example has been replaced by the ImageViewerControl, ImageViewerWpfControl, and AudioPlayerControl .NET controls. I am eager to incorporate these changes into the code from your GitHub repository.

Could you please guide me on how to make these replacements in the example you provided on GitHub?

Thank you for your assistance.

Best regards,

I cannot exactly guide as I do not know what you originally implemented. Assuming that you have a WinForms application I recommend that you look at https://doc.developer.milestonesys.com/html/index.html?base=samples/componentsamples/videoviewer/readme.html&tree=tree_2.html

If Wpf this sample instead https://doc.developer.milestonesys.com/html/index.html?base=samples/componentsamples/imageviewerclient/readme.html&tree=tree_2.html

Once you have the appropriate sample running I guess and hope you will find it simple to replace the old discontinued components.

https://github.com/milestonesys

I am currently using the StatusViewer example from your GitHub repository. I attempted to compile it using Visual Studio Community 2022. However, I encountered an issue when trying to create a release or publish it to obtain the .exe file.

I am currently using the StatusViewer example from your GitHub repository. I attempted to compile it using Visual Studio Community 2022. However, I encountered an issue when trying to create a release or publish it to obtain the .exe file.

What is the issue that you mentioned?

Have you been able to build StatusViewer sample in debug mode?