Hello,
I would like to play a mp3 file using the wmp library (wmplib). But it seems that the namespace is not in UiPath. How can I add it?
It is very easy to play wav files with System.Media.SoundPlayer so I am wondering if I Can do something similar with wmplib (to be called from “Invoke Code” activity)
WMPLib.WindowsMediaPlayer wmp = new WMPLib.WindowsMediaPlayer();
Error: