in window 10, I am using window media player in my vb.net 2022 application. I added Window Media Player Control in Toolbox and then added it in the form, I also set reference to it. but when I rebuild it, then it shows Warning like
*COM Reference 'WMPLib' is the interop assembly for ActiveX control 'AxWMPLib' but was marked to be linked by the compiler with the /link flag. This COM reference will be treated as a reference and will not be linked.
How to fix this Warning.