I've got a couple of classes that use the AxWMPLib.MediaPlayer control, and I've just migrated all of my classes into a single library ( from a couple of windows forms projects ).
The problem I am having is that even after exposing references to the MediaPlayer COM Object, I am still getting 'missing assembly' errors for this namespace.
I wonder if there is anything that must be specifically done in a 'Class Library' project to include these references, or if I am just totally overlooking something obvious...
Suggestions for my seeming incompetence would be much appreciated...
Imported the DLLs directly from my original project ( which had been copied to the output directory in my original build ).