I am using Interop.WMPLib.dll in order to play mp3 files. I can get it working fine on my local machine, but when I try to put the app on a server and install the DLL into the GAC I get the following error :
Failure adding assembly to the cache: Attemp to install an assembly without a strong name.
How do I solve this? I can't give the DLL a strong name as I don't have the source code.
Thanks,
Mike