I created a mp3 music file player (a Windows Form application) in VS2013. I added a windows media player tool to a form using the VS toolbox and everything worked OK. I recently installed VS2015 Community and when I used it to modify the music player application I get the following error when opening the form containing the WMplayer tool:
Could not find type 'AxWMPLib.AxWindowsMediaPlayer'
Am I missing a "using" statement or what is needed?
Sigsby Rusk